cost and price
This commit is contained in:
@@ -176,6 +176,7 @@ export async function bootstrapAppData() {
|
||||
isSellable: false,
|
||||
isPurchasable: true,
|
||||
defaultCost: 42.5,
|
||||
defaultPrice: null,
|
||||
notes: "Primary sheet stock for enclosure fabrication.",
|
||||
},
|
||||
});
|
||||
@@ -191,6 +192,7 @@ export async function bootstrapAppData() {
|
||||
isSellable: false,
|
||||
isPurchasable: true,
|
||||
defaultCost: 0.18,
|
||||
defaultPrice: null,
|
||||
notes: "Bulk hardware item.",
|
||||
},
|
||||
});
|
||||
@@ -206,6 +208,7 @@ export async function bootstrapAppData() {
|
||||
isSellable: true,
|
||||
isPurchasable: false,
|
||||
defaultCost: 118,
|
||||
defaultPrice: 249,
|
||||
notes: "Starter BOM for the inventory foundation slice.",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user