Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?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-proveedor.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1845096542536074a9b9e7d1-89179585%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'e8c788006780cb80fec607fcfc5441af9838de84' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/analisis-proveedor.tpl',
|
||||
1 => 1381165847,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1845096542536074a9b9e7d1-89179585',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<table width="100%" cellpadding="0" cellspacing="0" id="subTable">
|
||||
<?php $_smarty_tpl->tpl_vars['iP'] = new Smarty_Variable;
|
||||
$_smarty_tpl->tpl_vars['kP'] = new Smarty_Variable;
|
||||
$_from = $_smarty_tpl->getVariable('iS')->value['proveedores']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
||||
if (count($_from) > 0){
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['iP']->key => $_smarty_tpl->tpl_vars['iP']->value){
|
||||
$_smarty_tpl->tpl_vars['kP']->value = $_smarty_tpl->tpl_vars['iP']->key;
|
||||
?>
|
||||
<tr>
|
||||
<td width="70" height="35"></td>
|
||||
<td align="center" width="40">
|
||||
<a href="javascript:void(0)" onclick="ShowProductos(<?php echo $_smarty_tpl->getVariable('kS')->value;?>
|
||||
,<?php echo $_smarty_tpl->getVariable('kP')->value;?>
|
||||
)"><div id="iconProv_<?php echo $_smarty_tpl->getVariable('kS')->value;?>
|
||||
_<?php echo $_smarty_tpl->getVariable('kP')->value;?>
|
||||
">[+]</div></a>
|
||||
</td>
|
||||
<td align="left"><?php echo $_smarty_tpl->getVariable('iP')->value['nombre'];?>
|
||||
</td>
|
||||
<td>TOTAL</td>
|
||||
<td width="110" align="center"><?php echo number_format($_smarty_tpl->getVariable('iP')->value['prendas'],0,'.',',');?>
|
||||
</td>
|
||||
<td width="110" align="center">$<?php echo number_format($_smarty_tpl->getVariable('iP')->value['ventas'],2,'.',',');?>
|
||||
</td>
|
||||
<td width="110" align="center">$<?php echo number_format($_smarty_tpl->getVariable('iP')->value['utilidad'],2,'.',',');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="prod_<?php echo $_smarty_tpl->getVariable('kS')->value;?>
|
||||
_<?php echo $_smarty_tpl->getVariable('kP')->value;?>
|
||||
" style="display:none">
|
||||
<td colspan="7" align="left">
|
||||
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/analisis-producto.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
|
||||
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<?php }} ?>
|
||||
</table>
|
||||
Reference in New Issue
Block a user