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,78 @@
<?php /* Smarty version Smarty3-b7, created on 2014-05-02 09:47:58
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/envios-tienda-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:20950390535363b01e278610-02166788%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'e68ee4962d22d6990f9be63469d31b6496222a95' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/envios-tienda-base.tpl',
1 => 1377967711,
),
),
'nocache_hash' => '20950390535363b01e278610-02166788',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['envioId'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['fecha'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['sucursalO'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['sucursal'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['prendas'];?>
</td>
<td align="center">$<?php echo $_smarty_tpl->getVariable('item')->value['total'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['noCajas'];?>
</td>
<td align="center">
<?php if ($_smarty_tpl->getVariable('item')->value['status']=="Pendiente"){?>
Pte. de Autorizaci&oacute;n
<?php }elseif($_smarty_tpl->getVariable('item')->value['status']=="Autorizado"){?>
Transferencias Pendientes
<?php }elseif($_smarty_tpl->getVariable('item')->value['status']=="AutSuc"){?>
En Tr&aacute;nsito
<?php }else{ ?>
<?php echo $_smarty_tpl->getVariable('item')->value['status'];?>
<?php }?>
</td>
<td align="center">
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="almacen"&&$_smarty_tpl->getVariable('item')->value['status']=="Rechazado"){?>
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/envios-tienda-agregar/id/<?php echo $_smarty_tpl->getVariable('item')->value['envioId'];?>
" title="Revivir Env&iacute;o">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/reload.png" border="0"/>
</a>
<?php }?>
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="gerente"&&$_smarty_tpl->getVariable('Usr')->value['sucursalId']==$_smarty_tpl->getVariable('item')->value['sucOrigen']&&$_smarty_tpl->getVariable('item')->value['status']=="AutSuc"){?>
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/envios-talones-tienda/id/<?php echo $_smarty_tpl->getVariable('item')->value['envioId'];?>
" title="Ver Talones de Embarque" target="_blank">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/pdf.png" border="0"/>
</a>
<?php }?>
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/envios-tienda-detalles/id/<?php echo $_smarty_tpl->getVariable('item')->value['envioId'];?>
" title="Ver Detalles">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" border="0"/>
</a>
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="compras"){?>
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('item')->value['envioId'];?>
" title="Eliminar"/>
<?php }?>
</td>
</tr>