mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
16 lines
699 B
Smarty
16 lines
699 B
Smarty
<br><br>
|
|
<center>
|
|
<form action="" method="post">
|
|
Artikelnummern zur schnelleren Auftragseingabe scannen:
|
|
<br><br>
|
|
<label for="inputmenge">{|Menge|}:</label> <input type="text" size="10" name="menge" id="inputmenge" placeholder="1">
|
|
<label for="scanner">{|Scannen|}:</label> <input type="text" name="scanner" size="20" id="scanner">
|
|
|
|
<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>
|