Skip to content

Commit

Permalink
Støtte for opplysninger notat barnebidrag
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Nov 24, 2024
1 parent 6f769e3 commit 03461f3
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 58 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>21</java.version>
<kotlin.version>2.0.21</kotlin.version>
<bidrag-felles.version>2024.11.22.165711</bidrag-felles.version>
<bidrag-felles.version>2024.11.24.112957</bidrag-felles.version>
<bidrag-beregn-felles.version>2024.11.22.162511</bidrag-beregn-felles.version>
<h2.version>2.3.232</h2.version>
<logback-encoder.version>8.0</logback-encoder.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ data class ResultatBidragsberegningBarnDto(

data class ResultatBarnebidragsberegningPeriodeDto(
val periode: ÅrMånedsperiode,
val underholdskostnad: BigDecimal,
val bpsAndelU: BigDecimal,
val bpsAndelBeløp: BigDecimal,
val samværsfradrag: BigDecimal,
val beregnetBidrag: BigDecimal,
val faktiskBidrag: BigDecimal,
Expand Down
Loading

0 comments on commit 03461f3

Please sign in to comment.