Files
ventas_php/templates_c/1d3694f89f33d3ca2bf762aab7e774722b11dbb3.file.facturacion-mensual-base.tpl.php

50 lines
2.2 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-11 10:29:28
compiled from "/var/www/html/templates/items/facturacion-mensual-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:2150529955411bfd825cb23-77076663%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'1d3694f89f33d3ca2bf762aab7e774722b11dbb3' =>
array (
0 => '/var/www/html/templates/items/facturacion-mensual-base.tpl',
1 => 1410130454,
),
),
'nocache_hash' => '2150529955411bfd825cb23-77076663',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['rfc'];?>
</td>
<td align="left"><?php echo $_smarty_tpl->getVariable('fact')->value['nombre'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['fecha'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['total'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['serie'];?>
<?php echo $_smarty_tpl->getVariable('fact')->value['folio'];?>
</td>
<?php if ($_smarty_tpl->getVariable('version')->value=="construc"||$_smarty_tpl->getVariable('version')->value=="v3"){?>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['uuid'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('fact')->value['fechaIni'];?>
- <?php echo $_smarty_tpl->getVariable('fact')->value['fechaFin'];?>
</td>
<?php }?>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" class="spanDetails" id="<?php echo $_smarty_tpl->getVariable('fact')->value['comprobanteId'];?>
" border="0" alt="Ver Detalles" />
<?php if ($_smarty_tpl->getVariable('fact')->value['status']==1){?>
<a href="javascript:void(0)">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/cancel.png" class="spanCancel" id="<?php echo $_smarty_tpl->getVariable('fact')->value['comprobanteId'];?>
" border="0" alt="Cancelar"/></a>
<?php }?>
</td>
</tr>