Inventory Items
tab can track up to 10 different quantity balances for each inventory item:
- Qty owned
- Qty to receive
- Qty to deliver
- Qty on hand
- Qty reserved
- Qty available
- Qty on order
- Qty to be available
- Qty desired
- Qty to order
Using Edit Columns
function, you select which quantity balances are important to you to track.
Each transaction that you enter into the program will have effect on multiple quantity balances.
For example:
- Payment transaction purchasing inventory item will increase
Qty owned
andQty on hand
. - Goods receipt will decrease
Qty to receive
and increaseQty on hand
. - Purchase order will increase
Qty on order
- etc.
All straightforward so far.
The issue was with sales and purchase invoices where they would always increase/decrease Qty owned
but whether they would increase/decrease Qty on hand
/ Qty to receive
/ Qty to deliver
would depend on whether invoice has been linked to order and whether inventory item had tracking Qty to receive
/ Qty to deliver
enabled. This was too complicated. Not to mention, if was forcing users into workflows they didn’t want to be forced into.
The latest version (24.6.14) is solving this issue by removing Track quantity to receive
and Track quantity to deliver
checkboxes from Inventory Items
.
And replacing them with checkboxes on sales & purchase invoices.
Purchase Invoice:
Sales Invoice:
Having Track quantity to receive
and Track quantity to deliver
checkboxes on inventory item level was problematic because enabling/disabling them once you already had transactions meant the quantity balances for the given inventory item would change retrospectively which is bad.
New checkboxes on invoice level do not have this issue. Here is how these new checkboxes are meant to be used:
If you are recording new purchase invoice and do not check Column - Qty received
checkbox, then the purchase invoice will increase Qty on hand
and Qty owned
by the same amount.
If increase for Qty on hand
and Qty owned
should be different (for example, supplier has only issued invoice but didn’t deliver goods or delivered incorrect quantities), check the Column - Qty received
checkbox. This will add to your purchase invoice 2 extra columns:
This allows you to specify by how much Qty on hand
should be increased. For example, in this case we entered 100
as Qty received
. This means our Qty on hand
will increase by 100. The difference between invoiced quantity (500) and Qty received
is your Qty to receive
figure which will be used to increase Qty to receive
for inventory item.
The benefit of this approach is that when drilling down into quantity balances, it’s obvious why every transaction is in there. The figures are shown right on the invoice.
But there are other benefits too.
If you had Track quantity to receive
checkbox checked on inventory item level, then you were forced to be recording Goods Receipt
transactions for all inventory purchases. Now, you only need to be recording Goods Receipt
transactions for purchase invoices where Qty received
is different from invoiced quantity.
The same has been implemented on sales invoice side.