mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 20:47:15 +01:00
61 lines
2.6 KiB
Smarty
61 lines
2.6 KiB
Smarty
|
<!-- gehort zu tabview -->
|
||
|
<div id="tabs">
|
||
|
<ul>
|
||
|
<li><a href="#tabs-1">Inventur</a></li>
|
||
|
<li><a href="#tabs-3">Spezialfunktionen</a></li>
|
||
|
<li><a href="#tabs-2">Abschluss</a></li>
|
||
|
</ul>
|
||
|
<!-- ende gehort zu tabview -->
|
||
|
|
||
|
<!-- erstes tab -->
|
||
|
<div id="tabs-1">
|
||
|
[MESSAGE]
|
||
|
<div id="ajaxmessage"></div>
|
||
|
<form action="" method="post">
|
||
|
<table width="100%"><tr><td align="center">Regal: [REGALAUTOSTART]<input type="text" name="regal" id="regal" value="" style="background-color: red;color:#000;">[REGALAUTOEND] Jetzt Regal abscannen!
|
||
|
<input type="submit" value="Suchen" name="submit">
|
||
|
</td><td align="right">
|
||
|
</td></tr>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
<script type="text/javascript">document.getElementById("regal").focus();</script>
|
||
|
<br><br>
|
||
|
<!--<table width="100%"><tr><td align="right"><input type="submit" value="Speichern" name="inventurspeichern"></td></tr></table>-->
|
||
|
[TAB1]
|
||
|
<!--<table width="100%"><tr><td align="right"><input type="submit" value="Speichern" name="inventurspeichern"></td></tr></table>-->
|
||
|
</form>
|
||
|
</div>
|
||
|
|
||
|
<div id="tabs-2">
|
||
|
<form action="" method="post">
|
||
|
<table width="100%"><tr>
|
||
|
<td align="center">
|
||
|
[PERMISSIONINVENTURSTART]
|
||
|
<input type="button" onclick="if(!confirm('Soll die Inventur jetzt abgeschlossen werden? Alle Anpassungen werden übernommen und der anschließend neue Lagerbestand gesondert als Inventur Stand: [STAND] gespeichert. Es kann nach dem Klick einige Minuten dauern bis die Änderungen übernommen worden sind. Bitte unterbrechen Sie den Vorgang nicht. Sollte es zu einem Abbruch kommen können Sie den Vorgang wiederholen. Es werden alle fehlenden Buchungen automatisch nachgeholt.')) return false; else window.location.href='index.php?module=lagerinventur&action=inventur&cmd=einfrieren&id=[ID]';" value="[KURZUEBERSCHRIFT2] jetzt anpassen">
|
||
|
[PERMISSIONINVENTURENDE]
|
||
|
</td></tr>
|
||
|
</table>
|
||
|
[FEHLENDEINVENTUR]
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
<div id="tabs-3">
|
||
|
<center><input type="button" onclick="if(!confirm('Soll die Inventur jetzt aufgrund des Lagerbestandes vorausgefüllt werden?')) return false; else window.location.href='index.php?module=lagerinventur&action=inventurladen&id=[ID]';" value="Inventur für [KURZUEBERSCHRIFT2] jetzt aus Lagerbestand laden">
|
||
|
|
||
|
[PERMISSIONINVENTURSTART]
|
||
|
|
||
|
<input type="button" onclick="if(!confirm('Soll die Inventur jetzt zurückgesetzt werden? Alle Anpassungen werden gelöscht.')) return false; else window.location.href='index.php?module=lagerinventur&action=inventur&cmd=resetalle&id=[ID]';" value="Inventur [LAGERNAME] (komplett) zurücksetzen">
|
||
|
|
||
|
</center>
|
||
|
|
||
|
[PERMISSIONINVENTURENDE]
|
||
|
</div>
|
||
|
|
||
|
<!-- tab view schlie�en -->
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|