Add money history graph feature: Implement moneyHistoryGraph method in FalukantService and corresponding controller and router updates. Enhance frontend with a new dialog for displaying money history over various time ranges, including localization updates for German and English. This improves user experience by providing visual insights into financial data.
This commit is contained in:
@@ -581,6 +581,22 @@
|
||||
"time": "Zeit",
|
||||
"prev": "Zurück",
|
||||
"next": "Weiter",
|
||||
"graph": {
|
||||
"open": "Verlauf anzeigen",
|
||||
"title": "Geldentwicklung",
|
||||
"close": "Schließen",
|
||||
"loading": "Lade Verlauf...",
|
||||
"noData": "Für den gewählten Zeitraum liegen keine Buchungen vor.",
|
||||
"range": {
|
||||
"label": "Zeitraum",
|
||||
"today": "Heute",
|
||||
"24h": "Letzte 24 Stunden",
|
||||
"week": "Letzte Woche",
|
||||
"month": "Letzter Monat",
|
||||
"year": "Letztes Jahr",
|
||||
"all": "Gesamter Verlauf"
|
||||
}
|
||||
},
|
||||
"activities": {
|
||||
"Product sale": "Produkte verkauft",
|
||||
"Production cost": "Produktionskosten",
|
||||
|
||||
Reference in New Issue
Block a user