refactor: branches and warehouses modules

This commit is contained in:
Ahmed Bouhuolia
2025-02-26 14:19:47 +02:00
parent 95bb4fc8e3
commit b7d0b6c24a
105 changed files with 2939 additions and 3361 deletions

View File

@@ -24,6 +24,8 @@ export class InventoryCostLotTracker extends BaseModel {
exchangeRate: number;
currencyCode: string;
warehouseId: number;
item?: Item;
invoice?: SaleInvoice;
receipt?: SaleReceipt;