-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PKH Eigentum PDF Filler) (#1328)
* move eigentumerMapping to shared location, add shared attachBankkonten function and use in BerH/PKH, add fillEigentum function for PKH * rename attachBankkonten function, print all bank account info in anhang, add unit tests * move grundeigentumArtMapping to shared location, rename shared eigentum helpers, begin filling out fillGrundeigentum function * print =1 bank konto as comma separated values * add reusable attachGrundeigentumToAnhang,, fill out Grundeigentum section in PDF, add tests * add kraftfahrzeug pdf filler * fix typo in geldanlagenArray, fill out bargeld or wertgegenstaende * add sonstige vermoegenswerte pdf filler * add sonstigeVermoegenswerte pdf filler to eigentum filler * refactor anhang filler functions to create attachment within function body instead of passing in * use "Siehe Anhang" globally instead of "Bitte im Anhang prüfen"
- Loading branch information
1 parent
4af3003
commit 646b0c1
Showing
31 changed files
with
1,136 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export const newPageHint = "Bitte im Anhang prüfen"; | ||
|
||
export type AttachmentEntries = { | ||
title: string; | ||
text?: string; | ||
level?: "h2" | "h3" | "h4"; | ||
}[]; | ||
|
||
export const SEE_IN_ATTACHMENT_DESCRIPTION = "Siehe Anhang"; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.