{% set page_group = "backstock" %}
{% include 'components/head.html' %}
{# bootstrap-toggle removed — using native BS5 switches + Syncfusion Grid #}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
Backstock Management
Manage storage bins, locations, and categories
{{ bins|length }}
Total Bins
-
On-Site
-
Off-Site
-
Avg Age (Days)
Filtered by:
{# Comma search not-found banner #}
Tips & Shortcuts
Use the checkboxes to select multiple bins for bulk actions. Selected bins stay checked even when you change pages or sort columns.
Use the header checkbox to select all bins on the current page, or use Ctrl+Click to select individual bins.
Comma-separated search: Paste multiple bin names separated by commas (e.g., "Bin #1, Bin #2, Bin #3") to find and auto-select them all at once.
Use the column filter dropdowns (click column headers) to filter by location, category, on-site/off-site status, and more.
You can click on individual categories in the Other Categories section. This will narrow the list to include only bins containing that same category.
When a bin is emptied, you can hide it to keep your table clean. Hidden bins won't appear in the list but can be reactivated by scanning their barcode or by using the Show Hidden Bins toggle.
When bins are selected, a floating action bar appears at the bottom of the screen with bulk actions like Change Location, Empty Bins, Change Category, and more.
{% include 'components/footer.html' %}
{# Floating Action Bar — fixed bottom bar for mass edit actions #}
0 bins selected
{% include 'backstock/modals/addbin.html' %}
{% include 'backstock/modals/manageBin.html' %}
{% include 'backstock/modals/locations.html' %}
{% include 'backstock/modals/categories.html' %}
{% include 'backstock/modals/viewActions.html' %}
{% include 'backstock/modals/reprintBin.html' %}
{% include 'backstock/modals/bulkCreate.html' %}
{% include 'backstock/modals/massEditModals.html' %}
{% include 'backstock/templates/categories.html' %}
{% include 'backstock/templates/locations.html' %}
{% include 'backstock/templates/viewActions.html' %}
{% include 'backstock/templates/bulkCreate.html' %}