cost and price

This commit is contained in:
2026-03-14 23:23:43 -05:00
parent 9d233a0c3d
commit c21f7c2cee
10 changed files with 33 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ export const emptyInventoryItemInput: InventoryItemInput = {
isSellable: true,
isPurchasable: true,
defaultCost: null,
defaultPrice: null,
notes: "",
bomLines: [],
};