Skip to content

Item Check

Item Check allows you to query detailed stock information for any item by scanning its barcode or entering its code.

Item Check empty form

Route: /itemCheck

Navigation: Dashboard → Item Check

You can also access item details directly with a code parameter: /itemCheck/:code

  1. Enter or scan the item code or barcode.
  2. The system searches for the item and displays:
    • Item name and description
    • All barcodes associated with the item
    • Stock quantities per bin location
    • Unit type breakdown (packs, dozens, units)
  3. If multiple items match, the system shows an error and requests correction.

Item Check search with code entered

After entering a valid code and pressing Accept, the system displays the item details with three tabs: Stock, Barcodes, and Metadata.

Item Check results

Shows stock quantities per bin location with links to bin details.

Item Check stock tab

FieldDescription
Bin LocationWarehouse bin where stock is stored (links to Bin Check)
QuantityAvailable quantity in the bin with unit of measure
Total LocationsNumber of distinct bin locations holding the item
Total BoxesTotal box count across all locations

Each stock row displays three colored badges that break down the total quantity into hierarchical unit levels:

BadgeColorLabelDescription
PBluePackNumber of full packs (shipping units)
DGreenDozenNumber of dozen groups remaining after packs
UAmberUnitIndividual units remaining after dozens

A gray badge means the count for that level is zero.

The breakdown is calculated as:

  • Packs = total quantity / (units per buy × purchase pack units)
  • Dozens = remainder / units per buy
  • Units = leftover individual pieces

Displays all barcodes registered for the item.

Item Check barcodes tab

Items can have multiple barcodes. The system displays all registered barcodes and allows validating whether a scanned barcode belongs to the item.

Enter a new barcode in the New Barcode field and click Update.

Adding a new barcode

Check the checkbox next to an existing barcode and click Update to remove it.

Removing a barcode

Displays custom metadata fields configured for items. Click Edit metadata to modify values.

Item Check metadata tab

Click Edit metadata to open the edit dialog. Metadata fields support the following types:

TypeDescription
TextFree-form string value
NumberDecimal numeric value
IntegerWhole number value
DateDate picker

Edit metadata dialog

Calculated fields are automatically computed from other metadata values. Manually editing a calculated field will clear all dependent calculated fields.

If a code is not found, the system displays an error notification.

Item Check error state

MessageCause
Code not foundThe entered code does not exist
Barcode not foundThe scanned barcode is not registered
Multiple items detectedThe code returns multiple item codes
Item not enabled in warehouseThe item is not active in the current warehouse
Not a stock itemThe item is not inventory-managed