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,113 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-22 12:25:04
compiled from "/var/www/html/templates/forms/detalles-rfc.tpl" */ ?>
<?php /*%%SmartyHeaderCode:147251319154205b70bc0558-42422813%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'8a0f1598fd8aa4324550fd6d1a4ae46297c7449e' =>
array (
0 => '/var/www/html/templates/forms/detalles-rfc.tpl',
1 => 1410130450,
),
),
'nocache_hash' => '147251319154205b70bc0558-42422813',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<fieldset>
<div class="formLine" style="width:100%; text-align:left">
<div style="width:60%;float:left">* RFC y Homoclave:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['rfc'];?>
&nbsp;</div>
<div style="width:30%;float:left">* Nombre Completo o Raz&oacute;n Social:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['razonSocial'];?>
&nbsp;</div>
<hr />
</div>
<div class="formLine">
<div align="center"><b>.:: Porcentajes ::.</b></div>
<br />
<div style="width:30%;float:left">Bonificaci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['porcentajeBonificacion'];?>
&nbsp;</div>
<div style="width:30%;float:left">Devoluci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['porcentajeDevolucion'];?>
&nbsp;</div><br />
<div align="center"><b>.:: Devoluci&oacute;n ::.</b></div>
<br />
<div style="width:30%;float:left">D&iacute;as para realizar Devoluci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['diasDevolucion'];?>
&nbsp;</div><br />
<div align="center"><b>.:: Direcci&oacute;n ::.</b></div>
<br />
<div style="width:30%;float:left">Calle:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['calle'];?>
&nbsp;</div>
<div style="width:30%;float:left">No. Exterior:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noExt'];?>
&nbsp;</div>
<div style="width:30%;float:left">No. Interior:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noInt'];?>
&nbsp;</div>
<div style="width:30%;float:left">Referencia:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['referencia'];?>
&nbsp;</div>
<div style="width:30%;float:left">Colonia:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['colonia'];?>
&nbsp;</div>
<div style="width:30%;float:left">Localidad:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['localidad'];?>
&nbsp;</div>
<div style="width:30%;float:left">Municipio o Delegaci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['municipio'];?>
&nbsp;</div>
<div style="width:30%;float:left">Ciudad:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['ciudad'];?>
&nbsp;</div>
<div style="width:30%;float:left">C&oacute;digo Postal:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['cp'];?>
&nbsp;</div>
<div style="width:30%;float:left">Estado:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['estado'];?>
&nbsp;</div>
<div style="width:30%;float:left">Pais:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['pais'];?>
&nbsp;</div>
<div style="width:60%;float:left">* R&eacute;gimen Fiscal:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['regimenFiscal'];?>
&nbsp;</div>
<hr />
<div style="clear:both"></div>
* Campos requeridos
</div>
<div style="clear:both"></div>
<div class="formLine" style="text-align:center; padding-left:290px">
<a class="button" id="btnClose" name="btnClose"><span>Cerrar</span></a>
</div>
</fieldset>
</div>