This commit is contained in:
2026-03-18 11:24:59 -05:00
parent 02e14319ac
commit f85563ce99
17 changed files with 1578 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ const links = [
{ to: "/sales/quotes", label: "Quotes", icon: <QuoteIcon /> },
{ to: "/sales/orders", label: "Sales Orders", icon: <SalesOrderIcon /> },
{ to: "/purchasing/orders", label: "Purchase Orders", icon: <PurchaseOrderIcon /> },
{ to: "/finance", label: "Finance", icon: <FinanceIcon /> },
{ to: "/shipping/shipments", label: "Shipments", icon: <ShipmentIcon /> },
{ to: "/projects", label: "Projects", icon: <ProjectsIcon /> },
{ to: "/manufacturing/work-orders", label: "Manufacturing", icon: <ManufacturingIcon /> },
@@ -146,6 +147,18 @@ function ShipmentIcon() {
);
}
function FinanceIcon() {
return (
<NavIcon>
<path d="M4 18h16" />
<path d="M7 15V9" />
<path d="M12 15V6" />
<path d="M17 15v-4" />
<path d="M5 6h14" />
</NavIcon>
);
}
function WorkbenchIcon() {
return (
<NavIcon>