Item List
Add Item
Barcode Update
Inventory
🏷 Categories
{{editMode ? 'Edit Item' : 'Add New Item'}}
{{formError}}
Barcode Update
Scan a barcode to link it to an item code in the system.
Existing Barcode Mappings
| Barcode | Item Code | Description | |
| {{b.barcode}} |
{{b.code}} |
{{b.description}} |
|
+ Add Stock
Stock Additions
Stock Levels
Add Stock
Search and select a product, enter quantity and a note.
{{stockForm.foundItem.description}}
{{stockForm.foundItem.code}}
· Current stock: {{getStockQty(stockForm.foundItem.code)}}
{{stockForm.error}}
Stock Additions History
{{stockLog.length}} record(s)
Current Stock Levels
Out of Stock
{{countOutOfStock()}}
Low (≤10)
{{countLowStock()}}
Tracked
{{countTracked()}}
Existing Categories
{{categories.length}} total
🏷
No categories yet — add one on the left
| # |
Badge |
Code |
Name |
Color |
Items |
Actions |
| {{$index+1}} |
{{cat.code}}
|
{{cat.code}} |
{{cat.name}} |
{{cat.color}} |
{{(items | filter:{category:cat.code}).length}}
|
|
ⓘ Categories in use by active products cannot be deleted.