inventory
This commit is contained in:
@@ -9,7 +9,7 @@ Current foundation scope includes:
|
||||
- CRM customers and vendors with create/edit/detail workflows
|
||||
- CRM search, filtering, status tagging, and reseller hierarchy
|
||||
- CRM contact history, account contacts, and shared attachments
|
||||
- inventory item master and BOM foundation
|
||||
- inventory item master, BOM, warehouse, and stock-location foundation
|
||||
- file storage and PDF rendering
|
||||
|
||||
## Workspace
|
||||
@@ -85,7 +85,10 @@ The current inventory foundation supports:
|
||||
- SKU, description, type, status, unit-of-measure, sellable/purchasable, default cost, and notes fields
|
||||
- BOM header and BOM line editing directly on the item form
|
||||
- BOM detail display with component SKU, name, quantity, unit, notes, and position
|
||||
- protected warehouse list, detail, create, and edit flows
|
||||
- nested stock-location management inside each warehouse record
|
||||
- seeded sample inventory items and a starter assembly BOM during bootstrap
|
||||
- seeded sample warehouse and stock locations during bootstrap
|
||||
|
||||
This module introduces `inventory.read` and `inventory.write` permissions. After updating the code, restart the server against the migrated database so bootstrap can upsert the new permissions onto the default administrator role.
|
||||
|
||||
@@ -109,6 +112,7 @@ As of March 14, 2026, the latest committed domain migrations include:
|
||||
- CRM commercial terms and account contacts
|
||||
- CRM lifecycle stages and operational metadata
|
||||
- inventory item master and BOM foundation
|
||||
- warehouse and stock-location foundation
|
||||
|
||||
## UI Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user