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,48 @@
<?php /* Smarty version Smarty3-b7, created on 2014-05-07 17:58:00
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/cuentas-pagos-prov-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:427347352536aba7852c250-84308484%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'8ea92c8e49de197ecfe79d33c0006344b4c22588' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/cuentas-pagos-prov-base.tpl',
1 => 1379014181,
),
),
'nocache_hash' => '427347352536aba7852c250-84308484',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php $_smarty_tpl->tpl_vars['it'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['ky'] = new Smarty_Variable;
$_from = $_smarty_tpl->getVariable('item')->value['pagos']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
foreach ($_from as $_smarty_tpl->tpl_vars['it']->key => $_smarty_tpl->tpl_vars['it']->value){
$_smarty_tpl->tpl_vars['ky']->value = $_smarty_tpl->tpl_vars['it']->key;
?>
<tr>
<td align="center" height="25"><?php echo $_smarty_tpl->getVariable('it')->value['metodoPago'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('it')->value['noCheque'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('it')->value['noFactura'];?>
</td>
<td align="center">$<?php echo number_format($_smarty_tpl->getVariable('it')->value['cantidad'],2,".",",");?>
<?php echo $_smarty_tpl->getVariable('it')->value['currency'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('it')->value['fecha'];?>
</td>
<td align="center">
<a href="javascript:void(0)" onclick="DeletePago(<?php echo $_smarty_tpl->getVariable('it')->value['provPagoId'];?>
)" title="Eliminar">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/delete.gif" border="0" />
</a>
</td>
</tr>
<?php }} else { ?>
<tr><td colspan="6" align="center" height="30">Ning&uacute;n registro encontrado.</td></tr>
<?php } ?>