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,46 @@
<table width="620" cellpadding="0" cellspacing="0" border="1" class="boxTable">
<thead>
<tr>
<th class="tblTh"><b>SUCURSAL</b></th>
<th class="tblTh"><b>FECHA REPORTE</b></th>
<th class="tblTh"><b>FECHA PROCESO</b></th>
<th class="tblTh"><b>STATUS</b></th>
</tr>
</thead>
<tbody>
<tr>
<td align="center" height="35">{$info.sucursal}</td>
<td align="center">{$info.fecha|date_format:"%d-%m-%Y %k:%M"} Hrs.</td>
<td align="center">&nbsp;
{if $info.status == "Procesado"}
{$info.fechaAjuste|date_format:"%d-%m-%Y %k:%M"} Hrs.
{/if}
</td>
<td align="center">{$info.status}</td>
</tr>
</tbody>
</table>
<br />
{if $info.status == "Pendiente" && $Usr.type == "admin"}
<div id="btnAjustar">
<table width="620" cellpadding="0" cellspacing="0" border="1" class="boxTable">
<tfoot>
<tr>
<td colspan="2" align="center" class="tblPages" height="22">
<input type="button" name="btnNext" id="btnNext" value="Ajustar Inventario" class="btnGral" onclick="AjustarInventario({$info.invFisicoId})" style="width:150px" />
</td>
</tr>
</tfoot>
</table>
<br />
</div>
{/if}
<div align="center" id="loader" style="display:none">
<img src="{$WEB_ROOT}/images/loading.gif">
<br>Cargando...
<br />Por favor, espere.
</div>
<div class="grid_15" id="contProds">
{include file="{$DOC_ROOT}/templates/lists/inventario-fisico-prods-detalles.tpl"}
</div>