57 lines
2.5 KiB
PHP
Executable File
57 lines
2.5 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-12-11 10:02:50
|
|
compiled from "/var/www/html/templates/lists/analisis-producto.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:17076010745489c02a668155-22355263%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'9c202c053ce53629184e4de3a618a591f18b1fdf' =>
|
|
array (
|
|
0 => '/var/www/html/templates/lists/analisis-producto.tpl',
|
|
1 => 1410130457,
|
|
),
|
|
),
|
|
'nocache_hash' => '17076010745489c02a668155-22355263',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<?php if (!is_callable('smarty_modifier_date_format')) include '/var/www/html/libs/plugins/modifier.date_format.php';
|
|
?><table width="100%" cellpadding="0" cellspacing="0" id="subTable">
|
|
<?php $_smarty_tpl->tpl_vars['iA'] = new Smarty_Variable;
|
|
$_smarty_tpl->tpl_vars['kA'] = new Smarty_Variable;
|
|
$_from = $_smarty_tpl->getVariable('iP')->value['productos']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
|
if (count($_from) > 0){
|
|
foreach ($_from as $_smarty_tpl->tpl_vars['iA']->key => $_smarty_tpl->tpl_vars['iA']->value){
|
|
$_smarty_tpl->tpl_vars['kA']->value = $_smarty_tpl->tpl_vars['iA']->key;
|
|
?>
|
|
<tr>
|
|
<td width="120" height="22"></td>
|
|
<td align="center" width="30"> > </td>
|
|
<td align="left">
|
|
<div style="float:left; width:280px"><?php echo $_smarty_tpl->getVariable('iA')->value['codigoBarra'];?>
|
|
<?php echo $_smarty_tpl->getVariable('iA')->value['modelo'];?>
|
|
</div>
|
|
<div style="float:right">
|
|
<div style="float:left; width:110px; border-left:1px solid #000000; text-align:center">
|
|
<?php echo smarty_modifier_date_format($_smarty_tpl->getVariable('iA')->value['fechaEnt'],"%d-%m-%Y");?>
|
|
|
|
</div>
|
|
<div style="float:left; width:110px; border-left:1px solid #000000; border-right:1px solid #000000; text-align:center">
|
|
<?php echo number_format($_smarty_tpl->getVariable('iA')->value['totProds'],0,'.',',');?>
|
|
|
|
</div>
|
|
<div style="float:left; width:120px; border-right:1px solid #000000; text-align:center">
|
|
$<?php echo number_format($_smarty_tpl->getVariable('iA')->value['totVtas'],2,'.',',');?>
|
|
|
|
</div>
|
|
<div style="float:left; width:100px; border-right:1px solid #000000; text-align:center">
|
|
$<?php echo number_format($_smarty_tpl->getVariable('iA')->value['utilidad'],2,'.',',');?>
|
|
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<?php }} ?>
|
|
|
|
</table>
|