-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TSFF-1006: Nye UttakArbeidTyper for at aktivitet skal kunne kompenser… #586
Conversation
@@ -13,6 +13,8 @@ public enum UttakArbeidType implements Kodeverdi, KontraktKode { | |||
PLEIEPENGER_AV_DAGPENGER("PSB_AV_DP"), | |||
BRUKERS_ANDEL("BA"), // Brukes når søker kun søker uttak for ytelse (PSB) | |||
IKKE_YRKESAKTIV("IKKE_YRKESAKTIV"), | |||
SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV("SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Koden burde vere SN_IKKE_AKTIV
@@ -13,6 +13,8 @@ public enum UttakArbeidType implements Kodeverdi, KontraktKode { | |||
PLEIEPENGER_AV_DAGPENGER("PSB_AV_DP"), | |||
BRUKERS_ANDEL("BA"), // Brukes når søker kun søker uttak for ytelse (PSB) | |||
IKKE_YRKESAKTIV("IKKE_YRKESAKTIV"), | |||
SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV("SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV"), | |||
FRILANSER_IKKE_AKTIV("FRILANSER_IKKE_AKTIV"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Koden burde vere FL_IKKE_AKTIV
@@ -13,6 +13,8 @@ public enum UttakArbeidType implements Kodeverdi, KontraktKode { | |||
PLEIEPENGER_AV_DAGPENGER("PSB_AV_DP"), | |||
BRUKERS_ANDEL("BA"), // Brukes når søker kun søker uttak for ytelse (PSB) | |||
IKKE_YRKESAKTIV("IKKE_YRKESAKTIV"), | |||
SN_IKKE_AKTIV("SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kodeverdien burde vere SN_IKKE_AKTIV (enumverdien kan sikkert heite SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV)
@@ -13,6 +13,8 @@ public enum UttakArbeidType implements Kodeverdi, KontraktKode { | |||
PLEIEPENGER_AV_DAGPENGER("PSB_AV_DP"), | |||
BRUKERS_ANDEL("BA"), // Brukes når søker kun søker uttak for ytelse (PSB) | |||
IKKE_YRKESAKTIV("IKKE_YRKESAKTIV"), | |||
SN_IKKE_AKTIV("SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV"), | |||
FL_IKKE_AKTIV("FRILANSER_IKKE_AKTIV"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FL_IKKE_AKTIV
@@ -13,6 +13,8 @@ public enum UttakArbeidType implements Kodeverdi, KontraktKode { | |||
PLEIEPENGER_AV_DAGPENGER("PSB_AV_DP"), | |||
BRUKERS_ANDEL("BA"), // Brukes når søker kun søker uttak for ytelse (PSB) | |||
IKKE_YRKESAKTIV("IKKE_YRKESAKTIV"), | |||
SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV("SL_IKKE_AKTIV"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SN_IKKE_AKTIV
f40543e
to
7e1aba4
Compare
…es full ut når den faller bort
…es full ut når den faller bort
7e1aba4
to
6824f3e
Compare
…es full ut når den faller bort