Skip to content

Inventory

The Inventory page shows all items across every registered property in a single flat list. It is the primary view for monitoring stock levels and identifying low stock items.

M3 Inventory page

M3 Add new item


ElementDescription
TitleInventory
Item countTotal items shown (e.g. 4 items)
+ Add ItemOpens the Add New Item form

ControlDescription
Search items or SKU…Text search by item name or SKU
All CategoriesDropdown — filter by category

ColumnDescription
ItemItem name
CategoryCategory badge (e.g. Equipment, Linen)
PropertyProperty name + location sub-label
Quantitycurrent / minimum — e.g. 4 / 8 means 4 in stock, minimum is 8
StatusIn Stock or Low Stock (red badge)
ActionsView link — opens the item detail page
DisplayCondition
In StockCurrent quantity ≥ minimum quantity
Low Stock (red badge)Current quantity < minimum quantity
ItemCategoryProperty / LocationQty / MinStatus
Smart TV 55”EquipmentVilla Kohia / Bedroom 11 / 1Low Stock
L-Shaped Sofa - GrayEquipmentVilla Kohia / Living Room Level1 / 1Low Stock
Body Towels - WhiteLinenVilla Kohia / Bedroom 112 / 10In Stock
Beach TowelsLinenVilla Kohia / Pool Floor4 / 8Low Stock

3 of 4 items are currently showing Low Stock status.


Access via + Add Item from the Inventory page, or from a Property detail page. Back link: ← Back

Title: Add New Item · Subtitle: Create a new inventory item


Enter the basic details of the item

FieldRequiredNotes
PropertyYesDropdown — Select property
CategoryYesDefault: Equipment
Item NameYese.g. Bath Towel - White
LocationNoDropdown — default: No specific location; populated after selecting a property
DescriptionNoOptional description
SKUNoe.g. BTW-001
ConditionNoDefault: Good
Unit Cost (THB)NoNumeric, default 0.00

Set the stock levels for this item

FieldRequiredNotes
Current QuantityYesDefault: 0
Minimum QuantityNoDefault: 0 — triggers Low Stock alert when current falls below this
Par LevelNoIdeal quantity per reservation
Maximum QuantityNoUpper stock limit

Optional supplier details

FieldNotes
SupplierSupplier name
BrandBrand name
ModelModel number
NotesAdditional notes

ButtonAction
CancelDiscard and return
Save ItemCreate the inventory item

flowchart LR
A[Item quantity updated] --> B{Qty >= Minimum?}
B -- Yes --> C[Status: In Stock]
B -- No --> D[Status: Low Stock\nRed badge shown]
D --> E[Dashboard Low Stock counter increments]