Skip to content
Snippets Groups Projects
Commit 43d88244 authored by sandcha's avatar sandcha
Browse files

Emploie la retraite_brute pour la CSG retraite en place des assiettes

parent 67ba8dc1
Branches
No related tags found
1 merge request!2Ajoute la CSG retraite
Pipeline #2003 passed with warnings
......@@ -47,17 +47,20 @@
]
const API_OUTPUT_VARIABLES__CSG_RETRAITE: string[] = [
"assiette_csg_abattue",
"assiette_csg_non_abattue", //TODO utile ou à zéro ?
"retraite_brute",
"csg_imposable_retraite",
"csg_deductible_retraite",
]
const API_QUANTILES_BASE_VARIABLES: string[] = [
const API_QUANTILES_BASE_VARIABLES__CSG_ACTIVITE: string[] = [
"assiette_csg_abattue",
"assiette_csg_non_abattue",
]
const API_QUANTILES_BASE_VARIABLES__CSG_RETRAITE: string[] = [
"retraite_brute",
]
const API_QUANTILES_COMPARE_VARIABLES__CSG_ACTIVITE: string[] = [
"csg_imposable_salaire",
"csg_deductible_salaire",
......@@ -95,7 +98,7 @@
: undefined,
Object.keys(reform).length !== 0 ? reform : undefined,
API_OUTPUT_VARIABLES__CSG_ACTIVITE,
API_QUANTILES_BASE_VARIABLES,
API_QUANTILES_BASE_VARIABLES__CSG_ACTIVITE,
API_QUANTILES_COMPARE_VARIABLES__CSG_ACTIVITE,
).then((result) => {
console.log("Réponse d'API Web bien reçue.")
......@@ -113,7 +116,7 @@
: undefined,
Object.keys(reform).length !== 0 ? reform : undefined,
API_OUTPUT_VARIABLES__CSG_RETRAITE,
API_QUANTILES_BASE_VARIABLES,
API_QUANTILES_BASE_VARIABLES__CSG_RETRAITE,
API_QUANTILES_COMPARE_VARIABLES__CSG_RETRAITE,
).then((result) => {
console.log("Réponse d'API Web bien reçue.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment