Files
ventas_php/ajax/templates_c/59d4441a0086bdbda56e69df5d738c1e769cc638.file.analisis-producto.tpl.php

57 lines
2.7 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-04-29 22:57:29
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/analisis-producto.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1651034691536074a9c67251-78472816%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'59d4441a0086bdbda56e69df5d738c1e769cc638' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/analisis-producto.tpl',
1 => 1394826792,
),
),
'nocache_hash' => '1651034691536074a9c67251-78472816',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if (!is_callable('smarty_modifier_date_format')) include '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/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>