![]() |
lefty 8/8/2019 |
Hi Guys, i am looking for asolution for an inventory system. My plan ist a system for inventory with a table for imported orders and a "ready_to pick_queue" table. First i want to save some articles or material in a table (maybe a pseudo warehouse: hall 1, shelf 1-4, column 1-4, boxes 1-4) So i make a stock. (incoming items from suppliers, outgoing items to customer) If the order is now set to the status "activate_pick", the stock for this order should be deducted directly from the stock. Once the order has been collected, the order should be sent to a ready to package status. How can i solute that? Any information was helpful. Thank you ! with regards Kay
|
K
|
Kay author 8/10/2019 |
first- my english is not so good ^..^ <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=88464&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />
IF($values["general_status"] == "ready_to_pick")
|
C
|
Corrie 9/21/2019 |
This might help. Its very basic, but you can build onto it. |