inventory page

This commit is contained in:
2026-07-23 16:05:38 +05:30
parent c6649c9c8f
commit 92165b986c
9 changed files with 150 additions and 71 deletions

View File

@@ -54,7 +54,9 @@ export default function ImportProductModal({
subcategoryid: subcategoryId ? Number(subcategoryId) : 0,
quantity: Number(quantity),
stocktype: "in",
status: "Active",
// Draft: lands in the Admin Catalogue only, published to the store
// catalogue separately via the explicit "Add to Store Catalogue" step.
status: "Draft",
retailprice: Number(retailPrice),
productcost: Number(productCost),
taxpercent: Number(taxPercent),
@@ -143,7 +145,7 @@ export default function ImportProductModal({
subcategoryid: 0,
quantity: 1,
stocktype: "in",
status: "Active",
status: "Draft",
retailprice: 0,
productcost: 0,
taxpercent: 0,