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,56 @@
<?php /* Smarty version Smarty3-b7, created on 2014-10-21 13:19:30
compiled from "/var/www/html/templates/items/inventario-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:12195664955446a3b28e2cb5-80937101%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'c59ba8d801ef418f71a651f923a5fa84bb69d6c2' =>
array (
0 => '/var/www/html/templates/items/inventario-base.tpl',
1 => 1410130454,
),
),
'nocache_hash' => '12195664955446a3b28e2cb5-80937101',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['codigoBarra'];?>
</td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['proveedor'];?>
</div></td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['modelo'];?>
</td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['talla'];?>
</div></td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['color'];?>
</div></td>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['cantidad'];?>
</div></td>
<td align="center"><div align="center">$<?php echo number_format($_smarty_tpl->getVariable('item')->value['precioVenta'],2,".",",");?>
</div></td>
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']!="almacen"){?>
<td align="center"><div align="center">
<?php if ($_smarty_tpl->getVariable('tipo')->value=="Bloqueados"){?>
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/inventario-bloqueados-detalles/id/<?php echo $_smarty_tpl->getVariable('item')->value['productoId'];?>
" title="Ver Detalles">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" border="0"/>
</a>
<?php }else{ ?>
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/inventario-detalles/id/<?php echo $_smarty_tpl->getVariable('item')->value['productoId'];?>
" title="Ver Detalles">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" border="0"/>
</a>
<?php }?>
</div>
</td>
</tr>
<?php }?>