feat(warehouse): add entity types, permissions, and number sequences

This commit is contained in:
BOHA
2026-05-29 14:08:35 +02:00
parent 5500cdb118
commit 2b1de583fd
2 changed files with 43 additions and 2 deletions

View File

@@ -131,4 +131,12 @@ export type EntityType =
| "company_settings"
| "leave_balance"
| "project_file"
| "audit_logs";
| "audit_logs"
| "warehouse_item"
| "warehouse_receipt"
| "warehouse_issue"
| "warehouse_reservation"
| "warehouse_inventory"
| "warehouse_supplier"
| "warehouse_category"
| "warehouse_location";