Error in inventory Quantity - 25.3.12.2158

In manager. if i make a payment for an inventory item “Inventory Item 1” with the column quantity unchecked.

and an inventory item “Inventory Item 2” with the column quantity CHECKED.

then my quantity and total cost are off for “Inventory Item 1” but correct for “Inventory Item 2”.


i know i should probably always enter a quantity, but if the quantity is empty it should default to 1 right?

Now if i create an invoice selling one of each…


and click on summary>inventory-cost i see the transactions but they are uneditable and the qty appears to be blank

Hi again @Tallen,

Not quite. The quantity defaults to 0. The reason for this is to allow for cost corrections such as freight and similar charges as well as less frequent cost adjustments such as NRV.

Not to sound annoying, but this isn’t a bug, it’s a feature :wink:

But this is something that you should keep in mind everytime you forgoe the quantity column, it will automatically default to 0.

That may very well be the problem then…

Consider all the transactions that are in my database not pertaining to inventory items.

Would they not all need to be at least 1 qty because if i were to buy… lets say printer paper for $5, and i leave the qty field blank, it will still show $5 in whatever account i allocate it to.

However, when i turn qty on and put zero in as quantity it will still show $5 in whatever account i allocate it to.

so then. Inventory items with no qty will definately throw off the inventory count as in the pictures i first uploaded.

why not just assign a value of 1 into all transactions that have no value in the qty field or have the qty field off?

Quantity Field off = Quantity equals 1
Quantity Field On = imput quantity.

i am now going through a years worth of transactions where i purchased inventory items just to add 1 in the quantity field so my inventory is correct.

Because then you will not be able to do a cost adjustment.

What I’m trying to explain is that 0 qty doesn’t mean that there’s 0 money. It just says that whatever value you enter will affect the total value without changing quantities. This is an essential feature for accounting software.

In your case, it’s obvious that you don’t have a reason to use the 0 quantity and you probably would like it to default to 1.

Unfortunately, this can’t be done because of the use cases I just mentioned.

However fortunately, you can use the Form defaults feature to check the :check_box_with_check: Column — Qty and this will make sure that the Qty field is automatically prefilled with 1 whenever you select an Item

The form default will only apply to the first line item of the transaction.

Just to be clear about this…

when purchasing a single item, which is an inventory item, and i select it from “Item” dropdown in my “Payment — Edit” screen and i do not enter any quantity or have “Column — Qty” checked…

It should not show an increase in Inventory count?

This has the potential to throw off inventory counts in a very bad way!

That would be true if the user prefilled 1 in the first line of Form defaults.

My suggestion was to just check the Column — Qty in Form defaults.

This way, the Qty field will always be visible and whenever an Item is selected in entry form, the field will be automatically filled with 1.

This would make the default behavior suits @Tallen’s use case.

That’s right since the Qty defaults to 0 if you don’t enter any.

Using any software or a tool in a way that’s not intended for could yield wrong results.

If you tried my suggestion and made the Column — Qty checked in your Form defaults, you will see that the results would match what you expect.

In fact, the Qty field used to be visible at all times and you could hide it using a Hide — Qty checkbox which was more intuitive to many users such as yourself and me. However, it turns out that keeping the UI complexity to a minimum from the start actually helped users overcome the mental barrier that things are too “complex”.

That’s the reason why you need to take this additional step to make the software behave as you would expect.