Heya thank you.
Yes.. the LIFO part makes sense.. the issue is that we want to use stock we have available in other inventories if we are short of stock in the Last Inventory used..
So.. how for example would we do the following:
Client Orders PRODUCT x 20 units..
We currently only have 10 units available in Main Inventory..
We order more stock and it is placed into SECOND Inventory.
We wait until we have brought the stock into the system.. and so now we have 10 in Main and 10 in Secondary inventory and a total of 20 stock items.
We now process the order automatically selecting the inventory via the FIFO setting.
I would expect the following result --
Product takes 10 stock first from Secondary inventory (as we had LIFO set) and then take 10 stock from Main inventory.
The total remaining stock will then be set as 0 in both inventories.
====
Currently we are only seeing stock deducted from Secondary inventory showing -10 stock for Secondary inventory while showing 10 available in Main Inventory.
rather than.. 0 stock in 2 inventories..
make sense ?