I am new to ERPNext and would like to try to use erpnext to fit my client requirement.
My client need to sell product in bundle but deliver the item in the bundle individually.
Is it able to setup in ERPNext? If yes, how to setup?
If not, is it possible to implement it by customization?
Kindly please help to give some direction on this.
Thanks for your reply, i want to know whether we can create delivery note for partial item inside the bundle.
Example:
Product A (Product Bundle) contains Product B and Product C.
Question:
For Sales Invoice of Product A, can i create delivery note for Product B only.
And later create Product C delivery note?
Based on the Qty defined for the parent item, qty for child item is set. In the Sales Order, if qty for the parent item is 10, then in the Delivery Note, you can reduce it to anything less than 10. Based on the Delivery Qty, child item’s qty will be re-calculated.
For now, Delivery Note is not created separately for the child items in the Product Bundle.
Thanks for the answer. I also study the code of sales_invoice and delivery_note to see whether i can customize for it. Is it any recommendation if this is really the critical requirement for us to deploy erpnext as the solution?