Hi everyone,
I'm trying to figure out if there's a way to manage parcels when shipping.
Let me explain. Suppose you're shipping 50 units of Widget #1 and 25 units of Widget #2. 15 units of each widget can fit inside a generic shipping parcel.
Right now, if the customer asks to give an account of what is inside each parcel, I have no other choice than to fragment the sales lines. In the previously described case, it would look like that :
- Line 1 : 15 units of Widget #1
- Line 2 : 15 units of Widget #1
- Line 3 : 15 units of Widget #1
- Line 4 : 5 units of Widget #1
- Line 5 : 15 units of Widget #2
- Line 6 : 10 units of Widget #2
Afterwards, all of this becomes a sales invoice, which is probably not very convenient for the customer.
(Luckily, we don't many customers that ask for such requirements. Probably not enough to justify purchasing Lanham E-Ship...)
Does somebody know how to do it?
Thanks!
*This post is locked for comments