Hello community,
I’m working with Dolibarr and I have a special use case.
My scenario:
- I create a Supplier Order (Bon de commande fournisseur).
- Then I receive the products using the Reception module.
- Sometimes I need to return some products to the supplier, so I want to add a line with negative quantity during reception or shipment.
Same idea for clients:
- I ship an order to a client.
- Then the client returns some products, and I want to record it properly in Dolibarr.
Important:
- I want the stock movement to be updated automatically whenever I process a return.
- The returned items should be removed or re-added to stock as needed.
My questions:
- How can I allow negative quantity lines in shipment or reception modules?
- Is there a proper Dolibarr module or process to handle returns (from clients or suppliers)?
- How can I make sure that stock levels are correctly adjusted when returns are processed?
Thanks a lot for your guidance!