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,104 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-22 12:24:10
compiled from "/var/www/html/templates/forms/editar-rfc.tpl" */ ?>
<?php /*%%SmartyHeaderCode:157811519754205b3a0f2f66-90997554%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'79522854c22351e8244d1b51529aa7dddb8de1f7' =>
array (
0 => '/var/www/html/templates/forms/editar-rfc.tpl',
1 => 1410130451,
),
),
'nocache_hash' => '157811519754205b3a0f2f66-90997554',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form id="editRfcForm" name="editRfcForm" method="post">
<fieldset>
<div class="formLine" style="width:100%; text-align:left">
<div style="width:60%;float:left">* RFC y Homoclave (12 o 13 Letras SIN espacion o guiones):</div>
<input name="rfc" id="rfc" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['rfc'];?>
" maxlength="13" class="largeInput wide2"/>
<div style="width:30%;float:left">* Nombre Completo o Raz&oacute;n Social:</div>
<br />
<input name="razonSocial" id="razonSocial" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['razonSocial'];?>
" size="50" class="largeInput wide2"/>
<hr />
</div>
<div class="formLine">
<div align="center"><b>.:: Porcentajes ::.</b></div>
<br />
<div style="width:30%;float:left">Bonificaci&oacute;n:</div>
<input name="bonificacion" id="bonificacion" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['porcentajeBonificacion'];?>
" size="50" class="largeInput wide2"/>
<div style="width:30%;float:left">Devoluci&oacute;n:</div>
<input name="devolucion" id="devolucion" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['porcentajeDevolucion'];?>
" size="50" class="largeInput wide2"/>
</div>
<div class="formLine">
<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>
<input name="diasDevolucion" id="diasDevolucion" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['diasDevolucion'];?>
" size="50" class="largeInput wide2"/>
</div>
<div class="formLine">
<div align="center"><b>.:: Direcci&oacute;n ::.</b></div>
<br />
<div style="width:30%;float:left">Calle:</div>
<input name="calle" id="calle" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['calle'];?>
" size="50" class="largeInput wide2"/>
<div style="width:30%;float:left">No. Exterior:</div>
<input name="noExt" id="noExt" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['noExt'];?>
" size="10" class="largeInput wide2"/>
<div style="width:30%;float:left">No. Interior:</div>
<input name="noInt" id="noInt" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['noInt'];?>
" size="10" class="largeInput wide2"/>
<div style="width:30%;float:left">Referencia:</div>
<input name="referencia" id="referencia" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['referencia'];?>
" size="50" class="largeInput wide2"/>
<div style="width:30%;float:left">Colonia:</div>
<input name="colonia" id="colonia" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['colonia'];?>
" size="30" class="largeInput wide2"/>
<div style="width:30%;float:left">Localidad:</div>
<input name="localidad" id="localidad" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['localidad'];?>
" size="30" class="largeInput wide2"/>
<div style="width:30%;float:left">Municipio o Delegaci&oacute;n:</div>
<input name="municipio" id="municipio" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['municipio'];?>
" size="30" class="largeInput wide2"/>
<div style="width:30%;float:left">Ciudad:</div>
<input name="ciudad" id="ciudad" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['ciudad'];?>
" size="30" class="largeInput wide2"/>
<div style="width:30%;float:left">C&oacute;digo Postal:</div>
<input name="cp" id="cp" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['cp'];?>
" size="10" class="largeInput wide2"/>
<div style="width:30%;float:left">Estado:</div>
<input name="estado" id="estado" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['estado'];?>
" size="30" class="largeInput wide2"/>
<div style="width:30%;float:left">Pais:</div>
<input name="pais" id="pais" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['pais'];?>
" size="50" class="largeInput wide2"/>
<div style="width:60%;float:left">* R&eacute;gimen Fiscal:</div>
<input name="regimenFiscal" id="regimenFiscal" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['regimenFiscal'];?>
" size="13" class="largeInput wide2"/>
<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="editarRfc" name="editarRfc"><span>Actualizar</span></a>
</div>
</fieldset>
<input type="hidden" id="rfcId" name="rfcId" value="<?php echo $_smarty_tpl->getVariable('post')->value['rfcId'];?>
" />
<input type="hidden" name="type" id="type" value="saveEditRfc" />
</form>
</div>