Skip to content
Quillix docs
Home Support Open app → (opens in a new tab)

Stock Monitoring

Where Sidebar Stock Monitoring

What the client actually has on hand, and what has run low. Nothing here is stored — every quantity is recomputed from the booked purchases and sales each time you open the page, so it cannot drift out of step with the books.

First
On hand is derived, not counted. It is opening stock, plus everything purchased, minus everything sold — worked out fresh on every visit. That is why it is always consistent with the books, and why a surprising number is nearly always a transaction problem rather than a problem with this page.
SCREENSHOT · the stock table showing opening, in, out and on-hand columns with In stock / Low — reorder / Out of stock flags

One row per item: its opening stock, what came in, what went out, and the resulting quantity on hand.

  1. Set the as-of date to see the position at that point rather than today.
  2. Use the search box to find a specific item.
  3. Read the On Hand column for the current quantity.

Each item is marked In stock, Low — reorder or Out of stock, judged against the reorder level on the item master.

  1. Look for the Low — reorder and Out of stock rows.
  2. If an item you expect to be flagged is not, its reorder level is probably unset — fix it in the Items master.
Note
The same signal appears on the client's Dashboard as a View Stock banner, so a low-stock item is visible without anyone opening this page.

Because the figure is derived rather than counted, a surprising quantity almost always points at a missing or miscounted transaction.

  1. Check the item's opening stock on the Items master first.
  2. Then check that the purchases and sales for that item were actually booked.
The trade being made
A stored running balance would be faster and would eventually be wrong. Recomputing is the right trade for an audit product — but it does mean the answer is only ever as good as the transactions behind it.

Last updated