-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement "stock orders" #389
Comments
Vokomokum uses a special account as well for that. |
My idea was that that we have a special (not existing) "ordergroup" where everybody with the orders permission is member. People with the required permission have a button (like the "change order") where they can open the order. Internal the stock order is stored like a normal |
Implemented in 9c4d9d5 |
I like this feature and we often use it in our FC. During balancing, the stock orders should be excluded from the total amount of the order, because no existing ordergroup will be charged for it: When we add both order and stock delivery to the invoice, the stock order is considered twice: once in the order and a second time by the stock delivery. As a result, a loss for the foodcoop is displayed with the amount of the stock order. New issue added: #1074 |
We do not use the stock features of the foodsoft, but we sometime need to add additional items for our stock to orders. At the moment we use an additional order_group for that purpose. That works quite well, but having shared credentials is not a good solution. So I thought about the following feature:
People who can create/modify order get an additional button in the context of the order where they can select articles for the stock (with the same UI like for every other group_order). Internal I could reuse the existing group_order, but have the specials ordergroup_id "0", which marks the "stock order".
What do you think about it?
The text was updated successfully, but these errors were encountered: