Case:
- We make a quotation with multiple products
- Then customer wants to buy one of the products on the quotation
- We delete other offered products from the quotation and confirm sales order
- After some time customer wants to buy those other products on the offer she received from us
- We don't have those quotation lines on the system anymore
Question: is the only way to create sales order for these products to create sales order from scratch? Do we really need to dig up the sent PDF offer in order to fetch what we have offered? Is there easier way to do this?
You would think that the quotation data stays in the system. Many companies need to know what is offered regardless of the fact that customer has only ordered some products on the quotation.
To answer the question if the only way is to create a SO from scratch (because you have deleted the items on the order line initially) is Yes!. If the items were still on a SO then you could have done what Grover Menacho suggested with duplicating. You can develop a module that creates quotes and then label them a,b,c then allow a function that converts the needed quotes to a single order. This allows you to have many quotes with you can then decide to confirm as order or not.
Something like multiple sales order line. So you can have order line a,b,c,d,...z and then you can confirm all or few or confirm only one. This is actually a very useful module which a lot of people would benefit from if you can develop it.
Thanks Kaynis! This would be exactly what we need. We'll see if someone comes up with module like this.