finance
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user