Refactor navigation and enhance director information display

- Removed the directors section from the navigation menu for a cleaner interface.
- Updated the FalukantService to include additional attributes for directors, such as knowledges and region.
- Enhanced the DirectorInfo component to display detailed information, including knowledge and income management features.
- Implemented tab navigation in BranchView for better organization of director, inventory, production, and storage sections.
- Updated localization files to reflect changes in navigation and tab labels.
This commit is contained in:
Torsten Schulz (local)
2025-11-24 16:38:36 +01:00
parent 23725c20ee
commit 5ed27e5a6a
10 changed files with 298 additions and 64 deletions

View File

@@ -102,6 +102,12 @@
},
"branch": {
"title": "Filiale",
"tabs": {
"director": "Direktor",
"inventory": "Inventar",
"production": "Produktion",
"storage": "Lager"
},
"selection": {
"title": "Niederlassungsauswahl",
"selected": "Ausgewählte Niederlassung",

View File

@@ -76,7 +76,6 @@
"create": "Erstellen",
"overview": "Übersicht",
"towns": "Niederlassungen",
"directors": "Direktoren",
"factory": "Produktion",
"family": "Familie",
"house": "Haus",

View File

@@ -76,7 +76,6 @@
"create": "Create",
"overview": "Overview",
"towns": "Towns",
"directors": "Directors",
"factory": "Factory",
"family": "Family",
"house": "House",