This commit is contained in:
2026-03-14 23:48:27 -05:00
parent ff37ad6f06
commit 7b85d14ff6
21 changed files with 1072 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ const links = [
{ to: "/inventory/warehouses", label: "Warehouses" },
{ to: "/sales/quotes", label: "Quotes" },
{ to: "/sales/orders", label: "Sales Orders" },
{ to: "/shipping/shipments", label: "Shipments" },
{ to: "/planning/gantt", label: "Gantt" },
];