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

57 lines
2.6 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-03 17:27:50
compiled from ".\templates\forms/filtro-reporte-ventas.tpl" */ ?>
<?php /*%%SmartyHeaderCode:22013540795e6bb01e9-69631864%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'7c89c3bdcd8844cec30e873fdd7673df092d7011' =>
array (
0 => '.\\templates\\forms/filtro-reporte-ventas.tpl',
1 => 1408525670,
),
),
'nocache_hash' => '22013540795e6bb01e9-69631864',
'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>