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,95 @@
<?php /* Smarty version Smarty3-b7, created on 2014-04-30 10:08:49
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/cuentas-pagar-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:186163649153611201ac90c8-17252539%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'c1e2fec797b00a93ace220e7dec333c3f24a23fa' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/cuentas-pagar-base.tpl',
1 => 1379912947,
),
),
'nocache_hash' => '186163649153611201ac90c8-17252539',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['noPedido'];?>
</div>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['proveedor'];?>
</div></td>
<td align="center"><div align="center">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['total'],2,'.',',');?>
</div></td>
<td align="center"><div align="center" id="txtAbonos_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['abonos'],2,'.',',');?>
</div></td>
<td align="center"><div align="center" id="txtNotas_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['totalNotas'],2,'.',',');?>
</div></td>
<td align="center"><div align="center" id="<?php echo $_smarty_tpl->getVariable('item')->value['proveedorId'];?>
#<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
" class="spanDescuentos" style="cursor:pointer;">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['totalDescuentos'],2,'.',',');?>
</div></td>
<td align="center"><div align="center" id="txtBonificacion_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['bonificaciones'],2,'.',',');?>
</div></td>
<td align="center"><div align="center" id="txtDevolucion_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['devoluciones'],2,'.',',');?>
</div></td>
<td align="center"><div align="center" id="txtSaldo_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['saldo'],2,'.',',');?>
</div></td>
<td align="center">
<div id="btnNota_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
" style="float:left; margin-left:10px; <?php if ($_smarty_tpl->getVariable('item')->value['pagado']){?>display:none;<?php }?>">
<a href="javascript:void(0)" onclick="AddNotaDiv(<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
)">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/add.png" border="0" />
</a>
</div>
<div style="float:right; padding-right:10px">
<a href="javascript:void(0)" onclick="ViewNotas(<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
)">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" border="0" />
</a>
</div>
</td>
<td align="center">
<div align="center" id="txtStatus_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
">
<?php if ($_smarty_tpl->getVariable('item')->value['pagado']){?>Pagado<?php }else{ ?>Pendiente<?php }?>
</div>
</td>
<td align="center">
<div align="center">
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/pedidos-detalles/id/<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
" title="Ver Detalles">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" border="0"/>
</a>
</div>
</td>
</tr>
<tr id="notas_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
" style="display:none">
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td colspan="7" align="left">
<div id="contNotas_<?php echo $_smarty_tpl->getVariable('item')->value['pedidoId'];?>
">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/cuentas-notas.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);?>
</div>
</td>
</tr>