So I have been using this database and I am trying to redesign some of its bugs... One concept I cannot wrap my head around is incomplete orders.
Usually we get a stack of items shipped every month and sometimes they are incomplete... Currently I have a received field and an amount received field [Part-QTY] (a greyed out text [QTY] letting the users know the total # expected) they also have a Box field were we store it in our warehouse[BoxNo].
If a week passes by and we get a new order and with that order the leftovers showed up... then I either have to delete the current [Part-QTY] field or the [BoxNo]... I have no idea how to simply add a solution to this problem of partial orders, it usually happens on single iterations meaning just one split of the total. Thanks for your help
Usually we get a stack of items shipped every month and sometimes they are incomplete... Currently I have a received field and an amount received field [Part-QTY] (a greyed out text [QTY] letting the users know the total # expected) they also have a Box field were we store it in our warehouse[BoxNo].
If a week passes by and we get a new order and with that order the leftovers showed up... then I either have to delete the current [Part-QTY] field or the [BoxNo]... I have no idea how to simply add a solution to this problem of partial orders, it usually happens on single iterations meaning just one split of the total. Thanks for your help
orden | cliente | Item | QTY | Part-Qty | BoxNo |
10402 | Custo 1 | 12345 | 1 | 1 | 1 |
7145 | Custo 1 | 12346 | 1 | 1 | 1 |
10522 | Custo 2 | 12347 | 1 | 1 | 1 |
7158 | Custo 3 | 12348 | 1 | 1 | 4 |
7922 | Custo 4 | 12349 | 1 | 1 | 4 |
7455 | Custo 5 | 12350 | 1 | 1 | 5 |
7373 | Custo 6 | 12351 | 1 | 1 | 5 |
8720 | Custo 7 | 12352 | 30 | 20 | 3 |
8772 | Custo 8 | 12353 | 1 | 1 | 2 |
8765 | Custo 8 | 12354 | 25 | 25 | 1 |
8745 | Custo 8 | 12355 | 25 | 18 | 1 |
8764 | Custo 8 | 12356 | 25 | 0 | |
8824 | Custo 8 | 12357 | 25 | 0 | |
8769 | Custo 8 | 12358 | 25 | 0 | |
8803 | Custo 8 | 12359 | 15 | 0 |