This commit is contained in:
2026-03-15 16:40:25 -05:00
parent 15116807ce
commit 59754c7657
33 changed files with 1620 additions and 49 deletions

View File

@@ -41,6 +41,7 @@ export const emptyInventoryItemInput: InventoryItemInput = {
unitOfMeasure: "EA",
isSellable: true,
isPurchasable: true,
preferredVendorId: null,
defaultCost: null,
defaultPrice: null,
notes: "",