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

Get a salary every month

parent ce4b1682
Branches
Tags
1 merge request!1Initialise une requête pour le calcul du waterfall
......@@ -24,7 +24,18 @@
"2021-01": null
},
salaire_de_base: {
"2021-01": 20000/12,
"2021-01": 18655/12,
"2021-02": 18655/12,
"2021-03": 18655/12,
"2021-04": 18655/12,
"2021-05": 18655/12,
"2021-06": 18655/12,
"2021-07": 18655/12,
"2021-08": 18655/12,
"2021-09": 18655/12,
"2021-10": 18655/12,
"2021-11": 18655/12,
"2021-12": 18655/12,
},
cotisations_employeur: {
"2021-01": null
......@@ -58,6 +69,17 @@
},
salaire_de_base: {
"2021-01": 30000/12,
"2021-02": 30000/12,
"2021-03": 30000/12,
"2021-04": 30000/12,
"2021-05": 30000/12,
"2021-06": 30000/12,
"2021-07": 30000/12,
"2021-08": 30000/12,
"2021-09": 30000/12,
"2021-10": 30000/12,
"2021-11": 30000/12,
"2021-12": 30000/12,
},
cotisations_employeur: {
"2021-01": null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment