- Add deprecation notice to inventory/warehouse.entity.ts
- Duplicated with warehouses/warehouse.entity.ts (same table)
- Plan unification in warehouses module with all fields and relations
- Document that Product entities are NOT duplicates
- products.products: Commerce/retail focused (SAT, pricing, dimensions)
- inventory.products: Warehouse management focused (Odoo-style, valuation)
- Intentionally separate by domain
- Fix api keys controller scope type handling
- Fix billing-usage invoices/subscriptions undefined assignments
- Fix branches service type casting
- Fix financial controller Zod schemas (accounts camelCase, journals snake_case)
- Fix inventory controller with type assertions for enums
- Fix valuation controller meta type
- Fix notifications service channel type casting
- Fix payment-terminals transactions service undefined assignments
- Fix CircuitBreaker constructor signature
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>