Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
f8bbbd7c
Commit
f8bbbd7c
authored
Mar 25, 2021
by
sandcha
Browse files
Options
Downloads
Patches
Plain Diff
Init decomposition variables from salaire_net_a_payer to salaire_super_brut
parent
76b757aa
No related branches found
No related tags found
1 merge request
!1
Initialise une requête pour le calcul du waterfall
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/decomposition/index.svelte
+37
-4
37 additions, 4 deletions
src/routes/decomposition/index.svelte
with
37 additions
and
4 deletions
src/routes/decomposition/index.svelte
+
37
−
4
View file @
f8bbbd7c
...
@@ -4,13 +4,43 @@
...
@@ -4,13 +4,43 @@
const
situation
=
{
const
situation
=
{
individus
:
{
individus
:
{
Claude
:
{
Claude
:
{
salaire_net_a_payer
:
{
"
2021-01
"
:
null
},
salaire_imposable
:
{
"
2021-01
"
:
null
},
cotisations_salariales
:
{
"
2021-01
"
:
null
},
salaire_de_base
:
{
salaire_de_base
:
{
"
2017
"
:
20000
,
"
2021-01
"
:
20000
/
12
,
},
cotisations_employeur
:
{
"
2021-01
"
:
null
},
salaire_super_brut
:
{
"
2021-01
"
:
null
},
},
},
},
Dominique
:
{
Dominique
:
{
salaire_net_a_payer
:
{
"
2021-01
"
:
null
},
salaire_imposable
:
{
"
2021-01
"
:
null
},
cotisations_salariales
:
{
"
2021-01
"
:
null
},
salaire_de_base
:
{
salaire_de_base
:
{
"
2017
"
:
30000
,
"
2021-01
"
:
30000
/
12
,
},
cotisations_employeur
:
{
"
2021-01
"
:
null
},
salaire_super_brut
:
{
"
2021-01
"
:
null
},
},
},
},
Camille
:
{},
Camille
:
{},
...
@@ -21,10 +51,10 @@
...
@@ -21,10 +51,10 @@
conjoint
:
[
"
Dominique
"
],
conjoint
:
[
"
Dominique
"
],
enfants
:
[
"
Camille
"
],
enfants
:
[
"
Camille
"
],
revenu_disponible
:
{
revenu_disponible
:
{
"
201
7
"
:
null
,
"
20
2
1
"
:
null
},
},
impots_directs
:
{
impots_directs
:
{
"
201
7
"
:
null
,
"
20
2
1
"
:
null
},
},
},
},
},
},
...
@@ -38,6 +68,9 @@
...
@@ -38,6 +68,9 @@
foyer_fiscal_1
:
{
foyer_fiscal_1
:
{
declarants
:
[
"
Claude
"
,
"
Dominique
"
],
declarants
:
[
"
Claude
"
,
"
Dominique
"
],
personnes_a_charge
:
[
"
Camille
"
],
personnes_a_charge
:
[
"
Camille
"
],
irpp
:
{
"
2021
"
:
null
},
},
},
},
},
};
};
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment