Skip to content

Commit

Permalink
Merge branch 'master' into update-ngos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekVigas authored Jan 16, 2025
2 parents cb01819 + f124821 commit a9d7cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/calculation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,8 @@ export const buildSummary = (form: TaxForm): Summary => {
prispevkyNaDochodkovePoistenie:
form.r075_zaplatene_prispevky_na_dochodok.negated(),
zakladDane: form.r078_zaklad_dane_zo_zamestnania.plus(form.r092),
// dohody
prijemDohody: form.r036a,
// prenajom
prijemNehnutelnost: form.t1r11s1,
vydavkyNehnutelnost: form.t1r11s2.negated(),
Expand Down
1 change: 1 addition & 0 deletions src/types/Summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export interface Summary {
prijemNehnutelnost: Decimal
vydavkyNehnutelnost: Decimal
zakladDanZPrenajmu: Decimal
prijemDohody: Decimal
}

0 comments on commit a9d7cb8

Please sign in to comment.