OpenXE/www/pages/content/auftrag_ean.tpl

16 lines
699 B
Smarty
Raw Normal View History

2021-05-21 08:49:41 +02:00
<br><br>
<center>
<form action="" method="post">
Artikelnummern zur schnelleren Auftragseingabe scannen:
<br><br>
<label for="inputmenge">{|Menge|}:</label>&nbsp;<input type="text" size="10" name="menge" id="inputmenge" placeholder="1">&nbsp;
<label for="scanner">{|Scannen|}:</label> <input type="text" name="scanner" size="20" id="scanner">&nbsp;
<input type="checkbox" id="sumposition" name="sumposition" value="1" [SUMPOSITION] />
<label for="sumposition">{|Gleiche Artikel summieren bei nacheinander Eingabe|}</label>
<input type="submit" value="OK">
[GESCANNTEARTIKEL]
[POSITIONENSPEICHERN]
</form>
<script type="text/javascript">document.getElementById("scanner").focus(); </script>