54 lines
2.5 KiB
PHP
Executable File
54 lines
2.5 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-06-12 13:16:39
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/reportes-tickets.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:8665129735399ee87b3e295-45435706%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'cba82f586066b8c8b8d4c838068ce6bd49c88380' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/reportes-tickets.tpl',
|
|
1 => 1380153144,
|
|
),
|
|
),
|
|
'nocache_hash' => '8665129735399ee87b3e295-45435706',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" border="0">
|
|
<tbody>
|
|
<tr style="background:#E0E5E7">
|
|
<th style="text-align:center"><b>Proveedor</b></th>
|
|
<th width="60" style="text-align:center"><b>Código Barra</b></th>
|
|
<th width="120" style="text-align:center"><b>Modelo</b></th>
|
|
<th width="80" style="text-align:center"><b>Total Ventas</b></th>
|
|
<th width="90" style="text-align:center"><b>Suc. con Más Ventas</b></th>
|
|
<th width="90" style="text-align:center"><b>Suc. con Menos Ventas</b></th>
|
|
<th width="70" style="text-align:center"><b>Fecha Ingreso</b></th>
|
|
<th width="70" style="text-align:center"><b>Disponibles</b></th>
|
|
</tr>
|
|
<?php if ($_smarty_tpl->getVariable('info')->value){?>
|
|
<tr>
|
|
<td style="text-align:left"><?php echo $_smarty_tpl->getVariable('info')->value['proveedor'];?>
|
|
</td>
|
|
<td style="text-align:center;"><?php echo $_smarty_tpl->getVariable('info')->value['codigoBarra'];?>
|
|
</td>
|
|
<td style="text-align:left;"><?php echo $_smarty_tpl->getVariable('info')->value['modelo'];?>
|
|
</td>
|
|
<td style="text-align:center;"><?php echo $_smarty_tpl->getVariable('info')->value['totalVtas'];?>
|
|
</td>
|
|
<td style="text-align:center;"><?php echo $_smarty_tpl->getVariable('info')->value['sucMasVtas'];?>
|
|
</td>
|
|
<td style="text-align:center;"><?php echo $_smarty_tpl->getVariable('info')->value['sucMenosVtas'];?>
|
|
</td>
|
|
<td style="text-align:center;"><?php echo $_smarty_tpl->getVariable('info')->value['fechaIngreso'];?>
|
|
</td>
|
|
<td style="text-align:center;"><?php echo $_smarty_tpl->getVariable('info')->value['disponibles'];?>
|
|
</td>
|
|
</tr>
|
|
<?php }else{ ?>
|
|
<tr><td colspan="8" align="center">Ningún registro encontrado.</td></tr>
|
|
<?php }?>
|
|
</tbody>
|
|
</table>
|