|
Current Problem
When a customer orders multiple items and none are in stock, the order goes into backorder. Later, if stock arrives for one of those items, the system allocates it but doesn't reprocess the order so the order doesn't split and the in-stock item doesn't get sent. |
|
| Idea to resolve Problem | Add logic for auto spliting for when new stock arrives |