Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-budget-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
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leximpact
leximpact-budget-ui
Commits
1ef3862d
Commit
1ef3862d
authored
3 years ago
by
sandcha
Browse files
Options
Downloads
Patches
Plain Diff
Explicit variables choices for CSG retraite request
parent
260190e0
Branches
Branches containing commit
Tags
0.1.3
Tags containing commit
1 merge request
!2
Ajoute la CSG retraite
Pipeline
#2012
passed
3 years ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/index.svelte
+3
-1
3 additions, 1 deletion
src/routes/index.svelte
with
3 additions
and
1 deletion
src/routes/index.svelte
+
3
−
1
View file @
1ef3862d
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
const
API_OUTPUT_VARIABLES__CSG_ACTIVITE
:
string
[]
=
[
const
API_OUTPUT_VARIABLES__CSG_ACTIVITE
:
string
[]
=
[
"
assiette_csg_abattue
"
,
"
assiette_csg_abattue
"
,
"
assiette_csg_non_abattue
"
,
//
TODO utile ou à zéro ?
"
assiette_csg_non_abattue
"
,
//
À zéro en l'absence de complémentaire et prévoyance employeur dans les données.
"
csg_imposable_salaire
"
,
"
csg_imposable_salaire
"
,
"
csg_deductible_salaire
"
,
"
csg_deductible_salaire
"
,
]
]
...
@@ -50,6 +50,8 @@
...
@@ -50,6 +50,8 @@
"
retraite_brute
"
,
"
retraite_brute
"
,
"
csg_imposable_retraite
"
,
"
csg_imposable_retraite
"
,
"
csg_deductible_retraite
"
,
"
csg_deductible_retraite
"
,
// Le rfr, lui, n'apparaît pas dans l'histogramme :
// il permet le choix du taux de CSG retraite.
]
]
const
API_QUANTILES_BASE_VARIABLES__CSG_ACTIVITE
:
string
[]
=
[
const
API_QUANTILES_BASE_VARIABLES__CSG_ACTIVITE
:
string
[]
=
[
...
...
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