Add bundle sales front end integration

This commit is contained in:
2026-08-04 11:18:32 +05:30
parent d79371697e
commit 4f56d481a2
22 changed files with 1849 additions and 54 deletions
@@ -110,6 +110,7 @@ const navItems: {
children: [
{ title: "Invoices", code: "sales.invoices", href: "/dashboard/sales/invoices", icon: FileText },
{ title: "Slips", code: "sales.slips", href: "/dashboard/sales/slips", icon: ShoppingCart },
{ title: "Bundle Sales", code: "sales.bundle-sales", href: "/dashboard/sales/bundles", icon: Boxes },
{ title: "Free Issues", code: "sales.free-issues", href: "/dashboard/sales/free-issues", icon: PackageX },
{ title: "Reports", code: "sales.reports", href: "/dashboard/sales/reports", icon: FileBarChart },
],