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,39 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-11 09:44:05
compiled from "/var/www/html/templates/lists/pedidos-cajas.tpl" */ ?>
<?php /*%%SmartyHeaderCode:10620969205411b5353ca0f9-45898358%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'24188d1312ff546e03adc769f5a94a75dfe60424' =>
array (
0 => '/var/www/html/templates/lists/pedidos-cajas.tpl',
1 => 1410130460,
),
),
'nocache_hash' => '10620969205411b5353ca0f9-45898358',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<b>DISTRIBUCION No. DE CAJAS POR SUCURSAL</b>
<br /><br />
<?php $_smarty_tpl->tpl_vars['iS'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['kS'] = new Smarty_Variable;
$_from = $_smarty_tpl->getVariable('sucursales')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
foreach ($_from as $_smarty_tpl->tpl_vars['iS']->key => $_smarty_tpl->tpl_vars['iS']->value){
$_smarty_tpl->tpl_vars['kS']->value = $_smarty_tpl->tpl_vars['iS']->key;
?>
<div class="boxDist">
<b>Suc. <?php echo $_smarty_tpl->getVariable('iS')->value['noSuc'];?>
</b> <br />
<input type="text" size="2" name="numCajas_<?php echo $_smarty_tpl->getVariable('iS')->value['sucursalId'];?>
" id="numCajas_<?php echo $_smarty_tpl->getVariable('iS')->value['sucursalId'];?>
" value="<?php echo $_smarty_tpl->getVariable('iS')->value['noCajas'];?>
" />
</div>
<?php }} ?>
<div style="clear:both"></div>
<br />