item master cleanup
This commit is contained in:
@@ -114,6 +114,8 @@ export interface InventoryItemSummaryDto {
|
||||
unitOfMeasure: InventoryUnitOfMeasure;
|
||||
isSellable: boolean;
|
||||
isPurchasable: boolean;
|
||||
onHandQuantity: number;
|
||||
availableQuantity: number;
|
||||
bomLineCount: number;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user