Skip to content

Bin Check

Bin Check shows the live contents of one bin-managed warehouse location. Use it to confirm what is physically in a rack, shelf, staging area, or system bin before counting, picking, transferring, or investigating stock discrepancies.

Bin Check results

Route: /binCheck

Direct route with selected bin: /binCheck/:binEntry/:binCode

Navigation: Dashboard -> Bin Check

Bin Check is only available when the signed-in user is connected to a bin-managed warehouse. If the user is not connected to a bin-managed warehouse, the page shows the alert You’re not connected to a bin managed warehouse.

Use Bin Check when you need to:

  • Verify the stock currently assigned to a bin location.
  • Review which items and packages are stored in a bin before moving stock.
  • Open an item directly from a bin result row for deeper Item Check details.
  • Confirm whether a bin is empty.
  • Export the visible bin content for offline review.
flowchart TD
  A[Open Bin Check] --> B[Scan or enter bin code]
  B --> C{Bin found in current warehouse?}
  C -- No --> D[Show not-found or warehouse error]
  C -- Yes --> E[Open bin results]
  E --> F{Contains stock?}
  F -- No --> G[Show empty-bin state]
  F -- Yes --> H[Review item rows and totals]
  H --> I[Expand package rows]
  H --> J[Open Item Check from item code]
  H --> K[Export to Excel]
  H --> L[Clear title breadcrumb to scan another bin]

The default page focuses the Bin Location scanner field. Enter a bin code manually or scan a bin barcode, then select Accept.

Empty Bin Check scanner

After a value is entered, Accept becomes available. The scanner accepts up to 255 characters.

Bin Check search ready

FieldRequiredTypeDescriptionDefaultValidation
Bin LocationYesText / scanner inputBin code used to identify the warehouse location.EmptyAccept is disabled until a non-empty value is entered. The code must resolve to a bin in the current warehouse. Maximum 255 characters.

When the bin is found, the page changes to the result view. The title breadcrumb shows the selected bin code, and the export action appears in the top bar.

Bin Check results

Each row represents one item stored in the selected bin.

DisplayDescription
Item codeBlue link that opens Item Check for that item.
Item nameItem description from the warehouse item data.
Quantity textHuman-readable stock breakdown, such as boxes, dozens, and units.
Unit badgesSmall P, D, and U boxes summarize the row quantity by unit type when unit selection is enabled. P means packs/boxes, D means dozens, and U means loose units. Colored boxes mean that unit type has a quantity; gray boxes mean zero for that unit type.
ChevronAppears only when package details are available for the item. Select the row to expand or collapse details.

Rows with package content can be expanded. The expanded area shows pack, dozen, and unit counts, the package barcode list, package quantities, and the total base-unit quantity.

Expanded Bin Check row

The small boxes on the right side of each stock row are quick quantity indicators. They help the operator see whether the row contains full packs, full dozens, or remaining loose units without opening the row.

BoxMeaningColor Behavior
PPack or box quantity calculated from the item’s purchase pack settings.Colored when one or more full packs exist; gray when there are no full packs.
DDozen quantity calculated after full packs are removed.Colored when one or more dozens exist; gray when there are no dozens.
ULoose unit remainder after packs and dozens are calculated.Colored when loose units remain; gray when there are no loose units.

If base units are disabled for the user, the U box may not be shown. The labels can also follow the user’s unit settings, but the default English abbreviations are P, D, and U.

The bottom summary cards calculate totals for the selected bin.

SummaryDescription
Total ItemsNumber of distinct item rows returned for the bin.
Total BoxesSum of full package/box quantities calculated from item quantity, purchase pack units, and units per pack. If unit selection is disabled, this card displays Total Items instead.
Mixed BoxesNumber of unique package barcodes found in the bin. This card appears only when package tracking is enabled.

If the bin exists but has no stock, Bin Check shows Bin is Empty and No content found for bin location, followed by zero-value summary cards.

Empty Bin Check result

ActionAvailabilityResult
AcceptAvailable after entering a bin code.Validates the bin and opens the result view.
Select title / breadcrumbAvailable after results load.Clears the current bin and returns to the scanner.
ExportAvailable after results load.Downloads an Excel file with Code, Description, and quantity columns based on the user’s unit settings.
Select item codeAvailable on each item row.Opens Item Check for that item.
Select expandable rowAvailable when the row has package content.Shows or hides package-level details.
MessageWhen It AppearsWhat to Do
Bin Location {code} not found.The scanned or entered value does not match a known bin location.Confirm the barcode/code and scan again.
Bin not in warehouseThe bin exists but is not assigned to the current warehouse context.Switch to the correct warehouse or use a bin from the current warehouse.
Bin is EmptyThe selected bin exists but has no item content.Use another bin or confirm the physical location is expected to be empty.
No content found for bin locationEmpty-bin detail message below the empty state title.No action is required if the bin should be empty.
You’re not connected to a bin managed warehouse.The signed-in user has no bin-managed warehouse context.Sign in with a warehouse user that has bin locations enabled.

Bin Check not-found error