fix(m4): plans module audit fixes + E2E tests

This commit is contained in:
root
2026-03-26 09:54:01 +00:00
parent 50fd7e39fc
commit bd006aca15
3 changed files with 481 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import {
const navItems = [
{ label: 'Dashboard', href: '/dashboard', icon: LayoutDashboard, roles: [] },
{ label: 'Clients', href: '/clients', icon: Users, roles: [] },
{ label: 'Plans', href: '/plans', icon: Wifi, roles: ['admin', 'staff'] },
{ label: 'Leads', href: '/leads', icon: UserPlus, roles: ['admin', 'staff'] },
{ label: 'Invoices', href: '/invoices', icon: FileText, roles: [] },
{ label: 'Payments', href: '/payments', icon: CreditCard, roles: [] },