Add Sales tab to primary company nav (admin/manager/accountant)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
{ href: `${baseUrl}/accounts`, label: 'Accounts', show: has(['admin', 'manager', 'accountant']) },
|
{ href: `${baseUrl}/accounts`, label: 'Accounts', show: has(['admin', 'manager', 'accountant']) },
|
||||||
{ href: `${baseUrl}/projects`, label: 'Projects', show: true },
|
{ href: `${baseUrl}/projects`, label: 'Projects', show: true },
|
||||||
{ href: `${baseUrl}/expenses`, label: 'Expenses', show: true },
|
{ href: `${baseUrl}/expenses`, label: 'Expenses', show: true },
|
||||||
|
{ href: `${baseUrl}/sales`, label: 'Sales', show: has(['admin', 'manager', 'accountant']) },
|
||||||
{ href: `${baseUrl}/bills`, label: 'Bills', show: has(['admin', 'manager', 'accountant']) },
|
{ href: `${baseUrl}/bills`, label: 'Bills', show: has(['admin', 'manager', 'accountant']) },
|
||||||
{ href: `${baseUrl}/invoices`, label: 'Invoices', show: has(['admin', 'manager']) },
|
{ href: `${baseUrl}/invoices`, label: 'Invoices', show: has(['admin', 'manager']) },
|
||||||
{ href: `${baseUrl}/budget`, label: 'Budget', show: true },
|
{ href: `${baseUrl}/budget`, label: 'Budget', show: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user