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,87 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-11 10:07:42
compiled from "./templates/forms/agregar-envio-cedis.tpl" */ ?>
<?php /*%%SmartyHeaderCode:19946011265411babe7f8058-49954136%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'560d2e9e2a1bddd10db9a93f6eb72ebe83f16b48' =>
array (
0 => './templates/forms/agregar-envio-cedis.tpl',
1 => 1410130449,
),
),
'nocache_hash' => '19946011265411babe7f8058-49954136',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form id="frmMercancia" name="frmMercancia" method="post">
<input type="hidden" id="type" name="type" value="sendMercancia" />
<fieldset>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="120" height="40">* Tienda de Env&iacute;o:</td>
<td><?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/enumSucEnvios.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
</td>
<td width="10"></td>
<td width="130"></td>
<td></td>
</tr>
<tr><td colspan="5">&nbsp;</td></tr>
<tr>
<td colspan="5" align="center" style="border-top:1px solid #CCCCCC; padding-top:10px">
<b>.:: ORDENES PENDIENTES POR ENVIO ::.</b>
</td>
</tr>
<tr>
<td colspan="5" align="center">
<hr />
<div id="ordenes">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/envios-ordenes-comp.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
</div>
</td>
</tr>
</table>
<hr />
</fieldset>
</form>
* Campos requeridos
<br />
<div align="center" style="display:none" id="loader">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/loading.gif">
<br>
Guardando Informaci&oacute;n...
<br />Este proceso puede tardar unos segundos.
<br />&nbsp;
</div>
<div style="clear:both"></div>
<div style="float:left; margin-left:300px">
<a class="button" name="btnSave" onclick="SendMercancia()" style="margin-right:20px">
<span>Enviar Mercancia y Generar Talones de Embarque</span>
</a>
</div>
<div style="clear:both"></div>
<br />
<div align="center">
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/envios"><< Regresar</a>
</div>
</div>