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

Add CSG/CRDS and Fillon to decomposition

parent f8bbbd7c
Branches
Tags
1 merge request!1Initialise une requête pour le calcul du waterfall
......@@ -5,11 +5,21 @@
individus: {
Claude: {
salaire_net_a_payer: {
// Salaire de la fiche de paie
"2021-01": null
},
crds_salaire: {
"2021-01": null
},
csg_imposable_salaire: {
"2021-01": null
},
salaire_imposable: {
"2021-01": null
},
csg_deductible_salaire: {
"2021-01": null
},
cotisations_salariales: {
"2021-01": null
},
......@@ -19,6 +29,10 @@
cotisations_employeur: {
"2021-01": null
},
allegement_fillon: {
// Allègement de cotisations patronales sur les bas salaires
"2021-01": null
},
salaire_super_brut: {
"2021-01": null
},
......@@ -27,9 +41,18 @@
salaire_net_a_payer: {
"2021-01": null
},
crds_salaire: {
"2021-01": null
},
csg_imposable_salaire: {
"2021-01": null
},
salaire_imposable: {
"2021-01": null
},
csg_deductible_salaire: {
"2021-01": null
},
cotisations_salariales: {
"2021-01": null
},
......@@ -39,6 +62,9 @@
cotisations_employeur: {
"2021-01": null
},
allegement_fillon: {
"2021-01": null
},
salaire_super_brut: {
"2021-01": null
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment