Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
leximpact-budget-ui
Merge requests
!2
This project is archived. Its data is
read-only
.
Ajoute la CSG retraite
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Ajoute la CSG retraite
add-csg-retraite
into
master
Overview
6
Commits
21
Pipelines
9
Changes
2
2 open threads
Thread options
Hide all comments
Open
Ajoute la CSG retraite
sandcha
requested to merge
add-csg-retraite
into
master
Dec 3, 2021
Overview
6
Commits
21
Pipelines
9
Changes
2
2 open threads
Thread options
Hide all comments
Fixes
#3 (closed)
Ajoute l'histogramme de CSG retraite
Met à jour le camembert qui inclut la CSG retraite dans le périmètre de l'application
Edited
Dec 3, 2021
by
sandcha
0
0
Merge request reports
Viewing commit
4d3fa851
Previous
Next
Show latest version
2 files
+
35
−
7
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
4d3fa851
Part CSG retraite request from CSG activité request
· 4d3fa851
sandcha
authored
Dec 9, 2021
src/lib/components/budget/ImpactPane.svelte
+
4
−
3
View file @ 4d3fa851
Edit in single-file editor
Open in Web IDE
Show full file
@@ -19,7 +19,8 @@
@@ -19,7 +19,8 @@
"
csg_deductible_retraite
"
,
"
csg_deductible_retraite
"
,
]
]
export
let
csgResponseJson
:
ApiResponse
|
undefined
=
undefined
export
let
csgActiviteResponseJson
:
ApiResponse
|
undefined
=
undefined
export
let
csgRetraiteResponseJson
:
ApiResponse
|
undefined
=
undefined
export
let
updateImpact
:
boolean
=
false
export
let
updateImpact
:
boolean
=
false
</script>
</script>
@@ -27,14 +28,14 @@
@@ -27,14 +28,14 @@
<HistogramPane
<HistogramPane
title=
{
CSG_ACTIVITE_TITLE
}
title=
{
CSG_ACTIVITE_TITLE
}
description=
{
CSG_HISTOGRAM_SUBTITLE
}
description=
{
CSG_HISTOGRAM_SUBTITLE
}
dataJson=
{
csgResponseJson
}
dataJson=
{
csg
Activite
ResponseJson
}
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_ACTIVITE
}
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_ACTIVITE
}
updatingHistogram=
{
updateImpact
}
updatingHistogram=
{
updateImpact
}
/>
/>
<HistogramPane
<HistogramPane
title=
{
CSG_RETRAITE_TITLE
}
title=
{
CSG_RETRAITE_TITLE
}
description=
{
CSG_HISTOGRAM_SUBTITLE
}
description=
{
CSG_HISTOGRAM_SUBTITLE
}
dataJson=
{
csgResponseJson
}
dataJson=
{
csgRe
traiteRe
sponseJson
}
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_RETRAITE
}
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_RETRAITE
}
updatingHistogram=
{
updateImpact
}
updatingHistogram=
{
updateImpact
}
/>
/>
Loading