May 17, 2022 12:47 PM
Does anybody know of a solution for syncing partially shipped orders?
I was thinking of creating a DEAL (ex: 999999) with all LINE_ITEMS (999999-1, 999999-2, 999999-3, etc), then when there is a shipment, associating the LINE_ITEMs 999999-1 and 999999-2 to a new DEAL 999999-1.
The when LINE_ITEM 999999-3 is ready to ship, it would go to a new DEAL 999999-2 and the original DEAL 999999 would be deleted if all line items had been removed.
I just feel like the logic is going to be difficult to get up and running, and thought somebody might have a better solution.
Solved! Go to Solution.
May 17, 2022 1:23 PM
Hi @eibach-cv,
Have you considered using a ticket pipeline to track partially shipped orders? You could leave the full deal as is and associate the partially shipped item as a ticket. The primary deal could live in a deal stage until the full shipment is complete.
This may or may not work depending on the number of deals and line items you're dealing with, but it would be one potential direction to solve this.
Josh
May 18, 2022 11:53 AM
May 18, 2022 11:52 AM
Hi @eibach-cv,
Yes, but not out of the box.
I have created reports that pull sales numbers from tickets. It's custom but worked well. You'll also maintain the primary values from the deals as well.
Josh
May 17, 2022 1:23 PM
Hi @eibach-cv,
Have you considered using a ticket pipeline to track partially shipped orders? You could leave the full deal as is and associate the partially shipped item as a ticket. The primary deal could live in a deal stage until the full shipment is complete.
This may or may not work depending on the number of deals and line items you're dealing with, but it would be one potential direction to solve this.
Josh
May 18, 2022 11:01 AM
Hi Josh,
Thank you for the info.
Would I be able to track sales numbers for the day/month if I use a ticket pipeline? The main reason this is important is so we can build a report that shows how much has been invoiced (shipped out) each day/month.
What are the limitations on number of line items? In most cases its probably 5-10, but there are cases of 25+.