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,83 @@
<?php /* Smarty version Smarty3-b7, created on 2014-10-17 09:05:11
compiled from "./templates/forms/filtro-cuentas-pagar-saldos.tpl" */ ?>
<?php /*%%SmartyHeaderCode:17643359945441221714b363-83221041%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'bf396e384a59ed3d5b73c836d07e4d094b800242' =>
array (
0 => './templates/forms/filtro-cuentas-pagar-saldos.tpl',
1 => 1410130451,
),
),
'nocache_hash' => '17643359945441221714b363-83221041',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<form name="frmSaldos" id="frmSaldos" method="post" action="export/cuentas-pagar-saldos.php">
<input type="hidden" name="type" id="type" value="search" />
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
<thead>
<tr>
<th align="center"></th>
<th align="center"><div align="center">Proveedor</div></th>
<th align="center"><div align="center">Con Saldos Iniciales</div></th>
<th align="center"></th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"></td>
<td align="center">
<select name="proveedorId2" id="proveedorId2" class="largeInput" style="width:250px;">
<option value="">Todos</option>
<?php $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['key'] = new Smarty_Variable;
$_from = $_smarty_tpl->getVariable('suppliers')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value){
$_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['item']->key;
?>
<option value="<?php echo $_smarty_tpl->getVariable('item')->value['proveedorId'];?>
"><?php echo str_pad($_smarty_tpl->getVariable('item')->value['noProv'],3,"0",@STR_PAD_LEFT);?>
<?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
</option>
<?php }} ?>
</select>
</td>
<td align="center">
<select name="saldoIni2" id="saldoIni2" class="largeInput" style="width:120px;">
<option value="">Todos</option>
<option value="1">S&iacute;</option>
<option value="0">No</option>
</select>
</td>
<td align="center"></td>
</tr>
<tr>
<td></td>
<td align="center" colspan="2">
<input type="button" name="btnSearch" value="Generar" class="btnSearch" onclick="Buscar()" />
</td>
<td align="center" colspan="1">
<div style="float:right; padding-right:50px"><a href="javascript:void(0)" onclick="ExportReport()"><img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/excel.png" title="Exportar Reporte"/></a></div>
</td>
</tr>
<tr>
<td colspan="5">
<div align="center">
<div id="loadBusqueda" style="display:none">
<br />
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/loading.gif" width="16" height="16" />
<br />Cargando...
</div>
</div>
</td>
</tr>
</tbody>
</table>
</form>