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,36 @@
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
<thead>
<tr>
<th scope="col" align="center">
<div align="center">B&uacute;squeda por Numero de Pedido</div>
</th>
<th scope="col" align="center">
<div align="center">B&uacute;squeda por Proveedor</div>
</th>
<th scope="col" align="center">
<div align="center">&nbsp;</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<input type="text" size="9" name="search1" id="search1" class="largeInput" />
</td>
<td align="center">
<input type="text" size="40" name="search2" id="search2" class="largeInput" />
</td>
<td>
<table style="clear:both">
<tr><td><input onclick="SearchBonificacion();" type="radio" name="filtraStatus" id="Pendiente" value="Pendiente" /></td><td><label for="Pendiente">Pendientes</label></td>
<td><input onclick="SearchBonificacion();" type="radio" name="filtraStatus" id="Aprobado" value="Aprobado" /></td><td><label for="Aprobado">Completadas</label></td>
<td><input onclick="SearchBonificacion();" type="radio" name="filtraStatus" id="Todos" value="Todos" checked="checked" /></td><td><label for="Todos">Todo</label></td></tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" align="center"><input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" /></td>
</tr>
</tbody>
</table>
<input type="hidden" name="type" id="type" value="suggestBonificacion" />