Add services feature with mock data and components
Introduces comprehensive services management module with: - Dynamic service and category tables - Localization support for services section - Mock data for services and categories - Responsive UI components for services listing - Menu navigation and styling updates Enhances application's service management capabilities
This commit is contained in:
parent
408e590922
commit
4cf30e1f27
20 changed files with 951 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"suppliers": "Leverandører",
|
||||
"customers": "Kunder",
|
||||
"employees": "Medarbejdere",
|
||||
"services": "Services",
|
||||
"reports": "Statistik & Rapporter",
|
||||
"settings": "Indstillinger",
|
||||
"account": "Abonnement & Konto"
|
||||
|
|
@ -219,6 +220,29 @@
|
|||
"overdue": "Forfalden"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"title": "Services",
|
||||
"subtitle": "Administrer services og priser",
|
||||
"tabs": {
|
||||
"services": "Services",
|
||||
"categories": "Kategorier"
|
||||
},
|
||||
"stats": {
|
||||
"totalServices": "Services i alt",
|
||||
"activeCategories": "Aktive kategorier",
|
||||
"averagePrice": "Gns. pris"
|
||||
},
|
||||
"searchPlaceholder": "Søg efter service...",
|
||||
"createService": "Opret service",
|
||||
"createCategory": "Opret kategori",
|
||||
"table": {
|
||||
"service": "Service",
|
||||
"category": "Kategori",
|
||||
"duration": "Varighed",
|
||||
"price": "Pris",
|
||||
"serviceCount": "Antal services"
|
||||
}
|
||||
},
|
||||
"employees": {
|
||||
"title": "Medarbejdere",
|
||||
"subtitle": "Administrer brugere, roller og rettigheder",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"suppliers": "Suppliers",
|
||||
"customers": "Customers",
|
||||
"employees": "Employees",
|
||||
"services": "Services",
|
||||
"reports": "Statistics & Reports",
|
||||
"settings": "Settings",
|
||||
"account": "Subscription & Account"
|
||||
|
|
@ -219,6 +220,29 @@
|
|||
"overdue": "Overdue"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"title": "Services",
|
||||
"subtitle": "Manage services and pricing",
|
||||
"tabs": {
|
||||
"services": "Services",
|
||||
"categories": "Categories"
|
||||
},
|
||||
"stats": {
|
||||
"totalServices": "Total services",
|
||||
"activeCategories": "Active categories",
|
||||
"averagePrice": "Avg. price"
|
||||
},
|
||||
"searchPlaceholder": "Search for service...",
|
||||
"createService": "Create service",
|
||||
"createCategory": "Create category",
|
||||
"table": {
|
||||
"service": "Service",
|
||||
"category": "Category",
|
||||
"duration": "Duration",
|
||||
"price": "Price",
|
||||
"serviceCount": "Service count"
|
||||
}
|
||||
},
|
||||
"employees": {
|
||||
"title": "Employees",
|
||||
"subtitle": "Manage users, roles and permissions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue