Skip to content
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

fix: mise a jour de l'enum de dernier situation pour sifa #3599

Merged
merged 2 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,6 @@ Pour les jeunes résidents à l’étranger, il conviendra de mettre « 99 » su
1013,
1015,
1017,
1018,
1019,
1021,
1023,
Expand Down Expand Up @@ -1356,6 +1355,12 @@ Pour les jeunes résidents à l’étranger, il conviendra de mettre « 99 » su
4119,
4021,
4121,
4023,
4123,
4025,
4125,
4027,
4127,
5901,
5903,
5905,
Expand Down
9 changes: 4 additions & 5 deletions shared/constants/dossierApprenant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ export const EFFECTIF_INDICATOR_NAMES = {
};

// Liste des codes de dernière situation tels que définis par SIFA
// https://cfas.apprentissage.beta.gouv.fr/InstructionsSIFA_31122022.pdf
export const EFFECTIF_DERNIER_SITUATION = [
1003, 1005, 1009, 1013, 1015, 1017, 1018, 1019, 1021, 1023, 2001, 2003, 2005, 2007, 3001, 3101, 3003, 3103, 3009,
3109, 3011, 3111, 3031, 3131, 3032, 3132, 3033, 3133, 3117, 3119, 3021, 3121, 3023, 3123, 4001, 4101, 4003, 4103,
4005, 4105, 4007, 4107, 4009, 4011, 4111, 4013, 4113, 4015, 4115, 4017, 4117, 4019, 4119, 4021, 4121, 5901, 5903,
5905, 5907, 5909, 9900, 9999,
1003, 1005, 1009, 1013, 1015, 1017, 1019, 1021, 1023, 2001, 2003, 2005, 2007, 3001, 3101, 3003, 3103, 3009, 3109,
3011, 3111, 3031, 3131, 3032, 3132, 3033, 3133, 3117, 3119, 3021, 3121, 3023, 3123, 4001, 4101, 4003, 4103, 4005,
4105, 4007, 4107, 4009, 4011, 4111, 4013, 4113, 4015, 4115, 4017, 4117, 4019, 4119, 4021, 4121, 4023, 4123, 4025,
4125, 4027, 4127, 5901, 5903, 5905, 5907, 5909, 9900, 9999,
] as const;
Loading