Hi,
Great module!! thank you
Is there a way that you can implement that an update qty on hand feature?
in other words, lets say i have 5 cell phones in stock, then a shipment of 3 more came in, instead of me calculating 5 + 3 = 8. i can simply say 3 came in and automatically the stock shows 8 in total?

Thank you
Ben

Comments

ariban99 created an issue.

guy_schneerson’s picture

Hi Ben
This will be the case in the Drupal 8 version as it will be transactional. so in your example the "shipment of 3" will be a transaction of type "new stock" with a value of 3 and will contribute to a total of 8.
Currently I have no plans to back-port this functionality as it is a big rewrite, although what you are asking for can probably be achieved with just UI changes possibly a custom field widget.