Tax Reporting
Monetro generates tax-compliant reports for Austrian and German businesses.
USt-Voranmeldung (VAT Return)
GET /api/reports/ust?year=2026&month=3
Returns sales tax by rate (20%, 10%, 0%), input tax total, and net payment liability. Available as PDF and XML for FinanzOnline.
FinanzOnline (Austria)
Direct submission of VAT returns:
POST /api/reports/ust/submit
{
"year": 2026,
"month": 3,
"mode": "live"
}
info
Requires FinanzOnline credentials configured in Settings. Supports test and live mode.
DATEV Export (Germany)
Export for your tax advisor:
GET /api/reports/datev?year=2026&month=3
Returns structured CSV compatible with DATEV import.
BWA (Management Report)
GET /api/reports/bwa?year=2026
Betriebswirtschaftliche Auswertung with year-over-year comparison, downloadable as PDF.
ELSTER XML (Germany)
GET /api/reports/elster?year=2026&month=3
XML export for German tax authorities.