41 lines
1.9 KiB
Smarty
Executable File
41 lines
1.9 KiB
Smarty
Executable File
<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>
|
|
|
|
{if $Usr.type == "admin" || $Usr.type == "centralizador" || $Usr.type == "almacen"}
|
|
<option value="prodProv">Productos por Proveedor</option>
|
|
<option value="prodProv2">Prods. Más y Menos Vendidos por Prov.</option>
|
|
{/if}
|
|
|
|
<option value="gralDias">General por Días</option>
|
|
<option value="vend">Por vendedor</option>
|
|
<option value="temp">Por temporada</option>
|
|
{*
|
|
<option value="vendProveedor">Proveedor</option>
|
|
*}
|
|
<option value="proMasVend">Productos</option>
|
|
{if $Usr.type == "admin"}
|
|
<option value="buenFinProv">Buen Fin por Proveedor</option>
|
|
<option value="prodsTransito">Productos en Tránsito</option>
|
|
{/if}
|
|
</select>
|
|
</form>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|