Pri vyskladnovani do firmy customer = 0
[mirrors/SokoMan.git] / assistants / sell.inc.php
index ab60c7d187160f6a3b6d66f7814cfcb944caa25c..0cd1d7d4bdf69f6b828e4e582400be5ebba009d2 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 //TODO: Merge SELL and DISPOSE to single file with parameter!
+//TODO: Highlight fields that should be filled (and maybe even check them when submited)
 //TODO: Add support for selling/disposing multiple items at once...
 //TODO: Reuse /item/$item_id/edit
 $script = $_SERVER['SCRIPT_NAME'].'/assistant/sell';
@@ -7,7 +8,7 @@ switch($step) {
        default: case 1:
 ?>
 <form action="<?=$script?>/2" method="GET">
-       item_serial: <input type="text" name="serial" />
+       item_serial: <input type="text" name="serial" autofocus />
        <input type="submit" value="SELL" />
 </form>
 <?php
This page took 0.098847 seconds and 4 git commands to generate.