feat: add billing and organization workflows

This commit is contained in:
2026-06-24 13:53:52 +01:00
parent 4fd81c923b
commit 44bfb083f9
97 changed files with 10966 additions and 2044 deletions
+3
View File
@@ -14,6 +14,8 @@
const segmentLabels: Record<string, string> = {
dashboard: 'Dashboard',
organization: 'Organization',
details: 'Details',
admins: 'Admins',
clients: 'Clients',
addresses: 'Addresses',
@@ -21,6 +23,7 @@
bookings: 'Bookings',
rooms: 'Rooms',
services: 'Services',
billing: 'Billing',
invoices: 'Invoices',
contracts: 'Contracts'
};