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
43d88244
Commit
43d88244
authored
Dec 16, 2021
by
sandcha
Browse files
Options
Downloads
Patches
Plain Diff
Emploie la retraite_brute pour la CSG retraite en place des assiettes
parent
67ba8dc1
Branches
Branches containing commit
No related tags found
1 merge request
!2
Ajoute la CSG retraite
Pipeline
#2003
passed with warnings
Dec 16, 2021
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/index.svelte
+8
-5
8 additions, 5 deletions
src/routes/index.svelte
with
8 additions
and
5 deletions
src/routes/index.svelte
+
8
−
5
View file @
43d88244
...
...
@@ -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.
"
)
...
...
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