-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
NEW : feature "manage on stock" for product or service #13522
Conversation
"All products are managed with stock movement : This is not always required for virtual product," ? For BOM and manufacturing product, there is already an option to say if stock is changed or not into definition of BOM and MO Services are already excluded from stock management by default except if option to include them is on |
Hi ! I think stock management should be improved but not necessarily with an option on product card saying if it's managed in stock or not. For BOM, there's the option in the BOM definition to prevent stock movements on products composing the BOM. Sufficient to me. For virtual product, I think that there are 2 changes to make : don't do stock movements on the virtual product, only on its components (as currently) and calculate a virtual stock on virtual product. For services, there must be a simple option allowing services to be added in receptions / shipments, but with no stock movements. And deprecate the stock management on services option. Finally for drop shipping, I agree products don't go through your warehouses. But maybe all your orders are not on drop shipping... None the less, you need to declare the received products on the supplier order, without any stock movements, to know what has been sent to your customer. So an option choice to prevent stock movements while proceeding the reception seems good. And the same option on the shipment, cause I think you still have to issue a shipping document to your customer. Let's discuss it @FHenry 😉 |
This is a try to improve properly product stock management problem in Dolibarr, and give a chance to implement missing feature. @eldy : How do actually Dolibarr can not have stock movement on parent product that have virtual composition ? How in the future will you solve this with BOM and Manufacturing Order ? |
@FHenry Virtual product is not a feature designed to manage manufacturing orders. It is a feature to manage "kits" (group of products sells together) to increase/decrease several sub products when you increase/decrease a parent product. There is no relation between virtual product and BOM/MO feature. May be the feature is "missing" because users try to use the "virtual product" feature to manage Manufacturing or were using standard Stock movement to manage Manufacturing too. But with the new Manufacturing module, may be we will have to think differently. I set the PR to "postponed" status, to analyze it after the v12, to see if it is still relevant or not. |
I've new use case to explain with this feature can be usefull. |
Here virtual product is not a good choice because your "roll of wire (100m)" is NOT a virtual product (you have to stock your roll too, so it is not "virtual"). It is a real reference, sold with a different packaging than the simple wire sold by meter. So it should be here another reference. |
@FHenry will your PR work in my case #13368 ? I'm happy to test it. I understand the BOM and MO features but they don't work for me as my sells are done "outside" of Dolibarr (in Prestashop) and I sell cables per 100m roll or per meter. At the moment I need to correct the stock manually and it is very, very, very time-consuming. |
Hello Eldy, etc... I am not sure PRODUCT_USE_SUPPLIER_PACKAGING |
ad28df5
to
c926dae
Compare
Hi,
Current "solution" is:
Really need this PR. |
This PR contains too many different things. Too many different things and is not atomic so it is not possible to valid it. |
Actually on Dolibarr if module Stock is enabled,
Goal of this feature :