Add PDF invoice generation: implement backend API, introduce PdfService, update frontend repository and UI with download logic, and mark roadmap task complete.
This commit is contained in:
+1
@@ -49,5 +49,6 @@ object ApiRoutes {
|
||||
fun buche(kontoId: String) = "$ROOT/konten/$kontoId/buche"
|
||||
fun veranstaltungKonten(veranstaltungId: String) = "$ROOT/veranstaltungen/$veranstaltungId/konten"
|
||||
fun personKonto(veranstaltungId: String, personId: String) = "$ROOT/veranstaltungen/$veranstaltungId/personen/$personId"
|
||||
fun rechnung(kontoId: String) = "$ROOT/konten/$kontoId/rechnung"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user