Files
ventas_php/templates_c/d3350950493066c027df363f0ea88a05f65ef0a4.file.filtro-reporte-ventas.tpl.php

57 lines
2.6 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:56:45
compiled from "./templates/forms/filtro-reporte-ventas.tpl" */ ?>
<?php /*%%SmartyHeaderCode:105030928254075dcd71d507-20602262%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'd3350950493066c027df363f0ea88a05f65ef0a4' =>
array (
0 => './templates/forms/filtro-reporte-ventas.tpl',
1 => 1410130451,
),
),
'nocache_hash' => '105030928254075dcd71d507-20602262',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
<thead>
<tr>
<th align="center"><div align="center">Selecciona el Tipo de Reporte</div></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center">
<div style=" text-align:center">
<form action="" id="formRventas" name="formRventas" method="post">
<input type="hidden" name="type" id="type" value="tipoReporte" />
<select class="largeInput" name="selectRventas" id="selectRventas" onchange="TipoReporte();">
<option disabled="disabled" selected="selected">Selecciona el tipo de reporte</option>
<option value="gral">General</option>
<option value="fpago">Formas de Pago</option>
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="admin"||$_smarty_tpl->getVariable('Usr')->value['type']=="centralizador"||$_smarty_tpl->getVariable('Usr')->value['type']=="almacen"){?>
<option value="prodProv">Productos por Proveedor</option>
<option value="prodProv2">Prods. M&aacute;s y Menos Vendidos por Prov.</option>
<?php }?>
<option value="gralDias">General por D&iacute;as</option>
<option value="vend">Por vendedor</option>
<option value="temp">Por temporada</option>
<option value="proMasVend">Productos</option>
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="admin"){?>
<option value="buenFinProv">Buen Fin por Proveedor</option>
<option value="prodsTransito">Productos en Tr&aacute;nsito</option>
<?php }?>
</select>
</form>
</div>
</td>
</tr>
</tbody>
</table>