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,99 @@
<?php /* Smarty version Smarty3-b7, created on 2014-06-13 16:44:10
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-sucursal.tpl" */ ?>
<?php /*%%SmartyHeaderCode:231772351539b70aa925ed2-52154401%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'd224fc358e2a554d1ba6428bc09cd14300759d39' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/editar-sucursal.tpl',
1 => 1375965277,
),
),
'nocache_hash' => '231772351539b70aa925ed2-52154401',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form id="editSucursalForm" name="editSucursalForm" method="post">
<input type="hidden" id="sucursalId" name="sucursalId" value="<?php echo $_smarty_tpl->getVariable('post')->value['sucursalId'];?>
"/>
<fieldset>
<div class="formLine" style="width:100%; text-align:left">
<div style="width:50%;float:left">* Nombre:</div>
<br />
<input name="nombre" id="nombre" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['nombre'];?>
" class="largeInput wide2" class="largeInput wide2"/>
<div style="width:30%;float:left">N&uacute;mero de Sucursal:</div>
<input name="noSuc" id="noSuc" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['noSuc'];?>
" value="<?php echo $_smarty_tpl->getVariable('post')->value['noSuc'];?>
" class="largeInput wide2"/>
<br />
<div align="center"><b>.:: Direcci&oacute;n ::.</b></div>
<div style="width:30%;float:left">Calle:</div>
<input name="calle" id="calle" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['calle'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" 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'];?>
" class="largeInput wide2"/>
<div style="width:30%;float:left">Tel&eacute;fono:</div>
<input name="telefono" id="telefono" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['telefono'];?>
" class="largeInput wide2"/>
<div style="width:30%;float:left">Google Map:</div>
<input name="mapa" id="mapa" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['mapa'];?>
" class="largeInput wide2"/>
<div style="width:30%;float:left">Nombre del Arrendatario:</div>
<input name="arrendatario" id="arrendatario" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['arrendatario'];?>
" class="largeInput wide2"/>
<div style="width:30%;float:left">Monto de la Renta:</div>
<input name="montoRenta" id="montoRenta" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['montoRenta'];?>
" class="largeInput wide2"/>
<div style="width:30%;float:left">Fecha de Vencimiento:</div>
<input name="fechaVenc" id="fechaVenc" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['fechaVenc'];?>
" class="largeInput wide2"/>
<div style="width:30%;float:left">* % IVA:</div>
<input name="iva" id="iva" type="text" value="<?php echo $_smarty_tpl->getVariable('post')->value['iva'];?>
" class="largeInput wide2"/>
</div>
<div style="clear:both"></div>
<hr />
* Campos requeridos
<div class="formLine" style="text-align:center; padding-left:300px">
<a class="button" id="editarSucursal" name="editarSucursal"><span>Actualizar</span></a>
</div>
</fieldset>
</form>
</div>