feat(accounting): move Treuhänder export onto the Tax page

The standalone 'Treuhänder export' tab duplicated the Tax page's period/
currency filters over the same data. Fold the collective-journal export into
the Tax page as a third export action (target-tool format picker: generic /
Banana / bexio), beside Export CSV/PDF, with a link to its Chart-of-accounts
config. Removes the Accounting sub-nav 'export' tab (old /export route now
redirects to the Tax page); keeps Chart of accounts as its own setup tab.
Deletes the now-orphaned LedgerExportPage.

Build + JSON parse green.
This commit is contained in:
Luca
2026-06-15 18:57:43 +02:00
parent f3e77e7807
commit b1f73c1df9
6 changed files with 89 additions and 157 deletions
+3
View File
@@ -3937,6 +3937,9 @@
"currency": "Währung"
},
"exportPdf": "PDF exportieren",
"ledgerExport": "Treuhänder-Export",
"ledgerExportHint": "Doppelte Buchung für Ihren Treuhänder, abgebildet über Ihren Kontenplan.",
"ledgerExportConfigure": "Einrichten →",
"exportCsv": "CSV exportieren",
"exportFailed": "Export fehlgeschlagen. Bitte erneut versuchen.",
"errorTitle": "Steuerliste konnte nicht geladen werden",
+3
View File
@@ -3937,6 +3937,9 @@
"currency": "Currency"
},
"exportPdf": "Export PDF",
"ledgerExport": "Treuhänder export",
"ledgerExportHint": "Double-entry journal for your accountant, mapped via your Chart of accounts.",
"ledgerExportConfigure": "Configure →",
"exportCsv": "Export CSV",
"exportFailed": "Export failed. Please try again.",
"errorTitle": "Could not load tax report",