item master cleanup

This commit is contained in:
2026-03-15 21:32:45 -05:00
parent 8029b308e9
commit f2b820746a
3 changed files with 48 additions and 3 deletions

View File

@@ -114,6 +114,8 @@ export interface InventoryItemSummaryDto {
unitOfMeasure: InventoryUnitOfMeasure;
isSellable: boolean;
isPurchasable: boolean;
onHandQuantity: number;
availableQuantity: number;
bomLineCount: number;
updatedAt: string;
}