Skip to content

Commit

Permalink
Delberegning samværsklasse antall netter (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Nov 1, 2024
1 parent b3dcf52 commit 0ca56a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ enum class Grunnlagstype {
SAMVÆRSPERIODE,
SAMVÆRSKALKULATOR,
DELBEREGNING_SAMVÆRSKLASSE,
DELBEREGNING_SAMVÆRSKLASSER_NETTER,

// Sjablon
SJABLON,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ data class DelberegningSamværsklasse(
val samværsklasse: Samværsklasse,
val gjennomsnittligSamværPerMåned: BigDecimal = BigDecimal.ZERO,
) : GrunnlagInnhold

data class DelberegningSamværsklasserNetter(
val samværsklasse: Samværsklasse,
val antallNetterFra: BigDecimal = BigDecimal.ZERO,
val antallNetterTil: BigDecimal = BigDecimal.ZERO,
) : GrunnlagInnhold

0 comments on commit 0ca56a6

Please sign in to comment.