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": "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