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,71 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-22 14:31:44
compiled from "/var/www/html/templates/items/facturacion-folios-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:328207478542079201ef507-33483651%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'2a1a27b9c68a8b55a8e47f3c036e8c94981516fc' =>
array (
0 => '/var/www/html/templates/items/facturacion-folios-base.tpl',
1 => 1410130454,
),
),
'nocache_hash' => '328207478542079201ef507-33483651',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<td align="center"><?php echo $_smarty_tpl->getVariable('folio')->value['sucursal'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('folio')->value['folioInicial'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('folio')->value['consecutivo'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('folio')->value['folioFinal'];?>
</td>
<td align="center">
<?php if ($_smarty_tpl->getVariable('folio')->value['logo']){?>
<img src="<?php echo $_smarty_tpl->getVariable('folio')->value['logo'];?>
" width="50" height="50" />
<?php }?>
</td>
<?php if ($_smarty_tpl->getVariable('info')->value['version']=="auto"){?>
<td><?php if ($_smarty_tpl->getVariable('folio')->value['qr']){?><img src="<?php echo $_smarty_tpl->getVariable('folio')->value['qr'];?>
" width="50" height="50" /><?php }?></td>
<?php }?>
<td>
<div id="loader_<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
" style="display:none"><img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/load.gif" /></div>
<?php if ($_smarty_tpl->getVariable('info')->value['version']=="auto"){?>
<form method="post" action="" enctype="multipart/form-data" name="qr-<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
">
<input type="file" name="qr" id="qr" /><input type="hidden" name="serieId" id="serieId" value="<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
"/><input type="submit" value="Cambiar QR" />
</form>
<br />
<?php }?>
<form method="post" action="" enctype="multipart/form-data" name="cedula-<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
" id="frmCedula_<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
">
<input type="file" name="cedula" id="cedula" />
<br />
<input type="hidden" name="serieId" id="serieId" value="<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
"/>
<input type="button" name="btnSend" value="Cambiar Logo" onclick="SaveLogo(<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
)" />
<input type="button" name="btnDel" id="btnDel" value="Eliminar Logo" onclick="DeleteLogo(<?php echo $_smarty_tpl->getVariable('folio')->value['serieId'];?>
)" />
</form>
</td>
<td align="center">
---
</td>
</tr>