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,78 @@
<?php /* Smarty version Smarty3-b7, created on 2014-04-30 12:21:50
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/boxes/acciones-factura.tpl" */ ?>
<?php /*%%SmartyHeaderCode:410138395361312ecc7e79-20418923%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'f242d47b438fd825755e21330e3c63abbd7e53f0' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/boxes/acciones-factura.tpl',
1 => 1396396262,
),
),
'nocache_hash' => '410138395361312ecc7e79-20418923',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div style="clear:both"></div>
<div id="accionList">
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a">
<thead>
<tr>
<th width="100" scope="col"><div align="center">Ver Factura</div></th>
<th width="100" scope="col"><div align="center">Descargar PDF</div></th>
<?php if ($_smarty_tpl->getVariable('info')->value['version']=="v3"||$_smarty_tpl->getVariable('info')->value['version']=="2"||$_smarty_tpl->getVariable('info')->value['version']=="construc"){?>
<th width="100" scope="col"><div align="center">Enviar Correo</div></th>
<th width="100" scope="col"><div align="center">Descargar XML</div></th>
<?php }?>
</tr>
</thead>
<tbody>
<tr>
<td width="34" align="center">
<div align="center">
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/facturacion-pdf/ver/<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
" target="_blank">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/ver_factura.png" border="0" />
</a>
</div>
</td>
<td align="center">
<div align="center">
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/facturacion-pdf/descargar/<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/descargar.png" border="0" />
</a>
</div>
</td>
<?php if ($_smarty_tpl->getVariable('info')->value['version']=="v3"||$_smarty_tpl->getVariable('info')->value['version']=="2"||$_smarty_tpl->getVariable('info')->value['version']=="construc"){?>
<td align="center">
<div align="center">
<a href="javascript:void(0)">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/email.png" border="0" class="spanSend" id="<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
" />
</a>
</div>
</td>
<td align="center">
<div align="center">
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/facturacion/descargar-xml/<?php echo $_smarty_tpl->getVariable('comprobanteId')->value;?>
">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/descargar.png" border="0" />
</a>
</div>
</td>
<?php }?>
</tr>
</tbody>
</table>
</div>