Primer commit del sistema avantika sin cambios
This commit is contained in:
20
templates/forms/agregar-ticket-facturar.tpl
Executable file
20
templates/forms/agregar-ticket-facturar.tpl
Executable file
@@ -0,0 +1,20 @@
|
||||
<div id="divForm">
|
||||
<form id="frmTicket" name="frmTicket" method="post">
|
||||
<fieldset>
|
||||
|
||||
<div class="a">
|
||||
<div class="l">* Ingrese el Folio Novomoda del Ticket:</div>
|
||||
<div class="r"><input type="text" name="ventaId" id="ventaId" class="largeInput wide2" maxlength="10">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<hr />
|
||||
* Campo requerido
|
||||
<div style="padding-left:300px">
|
||||
<a class="button" onclick="SaveTicket()"><span>Continuar >></span></a>
|
||||
</div>
|
||||
<input type="hidden" id="type" name="type" value="saveAddTicket"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user