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

37
templates/ventas.tpl Executable file
View File

@@ -0,0 +1,37 @@
<div class="grid_16" id="content">
<div class="grid_9">
<h1 class="ventas">Ventas</h1>
</div>
<div class="clear"></div>
{* if $Usr.type == "facturacion"}
<div align="center">
<b>Notas de Venta por Facturar:</b>
<br />
<span id="porFacturar" style="font-size:18px; font-weight:bold">
{$notasPorFacturar}
</span>
</div>
<div style="padding-left:340px">
<a href="{$WEB_ROOT}/facturacion-nueva/ventaId/publico" class="button">
<span>Click para Facturar a P&uacute;blico en General</span>
</a>
</div>
{/if *}
{if $Usr.type == "admin" || $Usr.type == "centralizador" || $Usr.type == "gerente" || $Usr.type == "cajero"}
{include file="forms/search-ventas-central.tpl"}
{/if}
<div class="grid_15" id="contenido">
{include file="lists/ventas.tpl"}
</div>
<div class="clear"></div>
</div>