Primer commit del sistema avantika sin cambios

This commit is contained in:
2026-01-06 19:42:24 -06:00
commit 3ae4be5957
7127 changed files with 440072 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?php /* Smarty version Smarty3-b7, created on 2014-05-27 09:15:26
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/envios-reporte-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:181573660853849dfe472d15-87224548%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'c22e2fc4fab1ba1bc5ce7b05459a5a79aa1a6bee' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/envios-reporte-base.tpl',
1 => 1375965376,
),
),
'nocache_hash' => '181573660853849dfe472d15-87224548',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['codigoBarra'];?>
</td>
<td align="left"><?php echo $_smarty_tpl->getVariable('item')->value['modelo'];?>
</td>
<td align="center">Pza.</td>
<td align="center"><?php echo number_format($_smarty_tpl->getVariable('item')->value['cantidad'],0,'.',',');?>
</td>
<td align="right">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['precio'],2,'.',',');?>
</td>
<td align="right">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['importe'],2,'.',',');?>
</td>
</tr>