Skip to main content
Sign in
Snippets Groups Projects
Commit 58bb2a63 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Merge branch 'ajout_parametres_modifiables_budgetaire' into 'master'

ajoute les nouveaux paramètres des allègements en modifiable dans le budgétaire

See merge request !264
parents efe2bbc7 f3bc10fc
No related branches found
No related tags found
1 merge request!264ajoute les nouveaux paramètres des allègements en modifiable dans le budgétaire
Pipeline #16679 passed
...@@ -217,7 +217,8 @@ export const budgetEditableParametersNameByVariableName: { ...@@ -217,7 +217,8 @@ export const budgetEditableParametersNameByVariableName: {
]), ]),
allegement_cotisation_allocations_familiales: new Set([ allegement_cotisation_allocations_familiales: new Set([
"prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.reduction", "prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.reduction",
"prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.plafond_smic", "prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.plafond_smic_2023_12_31",
"prelevements_sociaux.reductions_cotisations_sociales.allegement_cotisation_allocations_familiales.plafond_smic_courant"
]), ]),
fnal: new Set([ fnal: new Set([
"prelevements_sociaux.autres_taxes_participations_assises_salaires.fnal.contribution_moins_de_50_salaries", "prelevements_sociaux.autres_taxes_participations_assises_salaires.fnal.contribution_moins_de_50_salaries",
...@@ -252,7 +253,8 @@ export const budgetEditableParametersNameByVariableName: { ...@@ -252,7 +253,8 @@ export const budgetEditableParametersNameByVariableName: {
"prelevements_sociaux.cotisations_securite_sociale_regime_general.mmid.employeur.maladie", "prelevements_sociaux.cotisations_securite_sociale_regime_general.mmid.employeur.maladie",
]), ]),
allegement_cotisation_maladie: new Set([ allegement_cotisation_maladie: new Set([
"prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.plafond", "prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.plafond_smic_2023_12_31",
"prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.plafond_smic_courant",
"prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.taux", "prelevements_sociaux.reductions_cotisations_sociales.alleg_gen.mmid.taux",
]), ]),
vieillesse_deplafonnee_employeur: new Set([ vieillesse_deplafonnee_employeur: new Set([
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment