-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix(rgcp/lodeom) : correction des erreurs de calcul avec régularisation annuelle #3325
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c60cb61
fix(rgcp): correction du calcul de la régularisation annuelle
liliced 1842626
fix(rgcp): correction du calcul de la réduction pour les mois incompl…
liliced 778f17d
fix(rgcp): ajout de la répartition de la réduction avec la régul annu…
liliced d52c436
feat(lodeom): déplace le calcul du SMIC mois incomplet dans modele-so…
liliced d3aec18
fix(lodeom): correction du bug Lodeom zone 2 (répartition)
liliced b288ca9
tests(lodeom): mise à jour du test
liliced 971139d
chore(modele-social): mise à jour du CHANGELOG
liliced File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
salarié . mois incomplet: | ||
experimental: oui | ||
description: | | ||
Gestion des mois incomplets (absence, embauche, départ, etc), notamment pour le | ||
calcul de la réduction générale des cotisations ou de l’exonération Lodeom. | ||
références: | ||
Bulletin Officiel de la Sécurité Sociale: https://boss.gouv.fr/portail/accueil/exonerations/allegements-generaux.html#titre-chapitre-1--la-reduction-general-section-2---determination-du-mon-ii-calcul-du-montant-de-la-reduc-d-determination-de-la-valeur-du-4-determination-de-la-valeur-du | ||
|
||
salarié . mois incomplet . rémunération non impactée par l'absence: | ||
somme: | ||
- rémunération . primes | ||
- rémunération . indemnités CDD | ||
unité: €/mois | ||
|
||
salarié . mois incomplet . rémunération de base mois incomplet: | ||
# TODO: décommenter la formule lorsque "rémunération . brut" n'incluera plus | ||
# les frais professionnels. | ||
# Décommenter aussi la ligne "rémunération . brut" dans "salarié . contrat . salaire brut" | ||
|
||
# valeur: rémunération . brut | ||
# abattement: | ||
# somme: | ||
# - rémunération . heures supplémentaires | ||
# - rémunération . heures complémentaires | ||
# - rémunération non impactée par l'absence | ||
unité: €/mois | ||
description: | | ||
Exclure de cette rémunération : | ||
- le paiement des heures supplémentaires et complémentaires, | ||
- les primes, indemnités de CDD et autres éléments de rémunération non impactés par l'absence. | ||
|
||
salarié . mois incomplet . rémunération équivalente mois complet: | ||
# par défaut: contrat . salaire brut | ||
unité: €/mois | ||
question: Quelle rémunération brute aurait été versée pour un mois complet ? | ||
note: | | ||
Exclure de cette rémunération : | ||
- le paiement des heures supplémentaires et complémentaires, | ||
- les primes, indemnités de CDD et autres éléments de rémunération non impactés par l'absence. | ||
|
||
salarié . mois incomplet . prorata: | ||
produit: | ||
- rémunération de base mois incomplet | ||
- 1 / rémunération équivalente mois complet | ||
unité: '%' | ||
description: | | ||
Le prorata correspond au rapport entre la rémunération du mois incomplet et | ||
la rémunération qui aurait été versée pour un mois complet. | ||
|
||
Plus précisément, ce prorata est le rapport entre : | ||
- la rémunération brute versée pour le mois incomplet, sans les primes (et | ||
autres éléments non impactés par l’absence) ni le paiements des heures | ||
supplémentaires | ||
- et la rémunération équivalente "mois complet" sans les primes et autres | ||
éléments non impactés par l’absence. | ||
références: | ||
Bulletin Officiel de la Sécurité Sociale: https://boss.gouv.fr/portail/accueil/exonerations/allegements-generaux.html#titre-chapitre-1--la-reduction-general-section-2---determination-du-mon-ii-calcul-du-montant-de-la-reduc-d-determination-de-la-valeur-du-4-determination-de-la-valeur-du | ||
|
||
salarié . mois incomplet . SMIC équivalent: | ||
somme: | ||
- SMIC mensuel proratisé | ||
- SMIC heures supplémentaires | ||
- SMIC heures complémentaires | ||
unité: €/mois | ||
références: | ||
Bulletin Officiel de la Sécurité Sociale: https://boss.gouv.fr/portail/accueil/exonerations/allegements-generaux.html#titre-chapitre-1--la-reduction-general-section-2---determination-du-mon-ii-calcul-du-montant-de-la-reduc-d-determination-de-la-valeur-du | ||
|
||
avec: | ||
SMIC mensuel proratisé: | ||
produit: | ||
- SMIC | ||
- prorata | ||
unité: €/mois | ||
description: | | ||
Ce montant correspond au SMIC équivalent au mois incomplet, c’est-à-dire en | ||
tenant compte du prorata du temps de travail et les heures supplémentaires et | ||
complémentaires. | ||
|
||
Ce prorata du temps de travail est en réalité calculé comme un prorata des | ||
rémunérations, entre celle du mois incomplet et celle qui aurait été versée | ||
pour un mois complet. | ||
références: | ||
Bulletin Officiel de la Sécurité Sociale: https://boss.gouv.fr/portail/accueil/exonerations/allegements-generaux.html#titre-chapitre-1--la-reduction-general-section-2---determination-du-mon-ii-calcul-du-montant-de-la-reduc-d-determination-de-la-valeur-du-4-determination-de-la-valeur-du | ||
|
||
SMIC heures supplémentaires: | ||
produit: | ||
- temps de travail . heures supplémentaires | ||
- SMIC . horaire | ||
unité: €/mois | ||
références: | ||
Bulletin Officiel de la Sécurité Sociale: https://boss.gouv.fr/portail/accueil/exonerations/allegements-generaux.html#titre-chapitre-1--la-reduction-general-section-2---determination-du-mon-ii-calcul-du-montant-de-la-reduc-e-prise-en-compte-des-heures-com-1-heures-supplementaires | ||
|
||
SMIC heures complémentaires: | ||
produit: | ||
- temps de travail . heures complémentaires | ||
- SMIC . horaire | ||
unité: €/mois | ||
références: | ||
Bulletin Officiel de la Sécurité Sociale: https://boss.gouv.fr/portail/accueil/exonerations/allegements-generaux.html#titre-chapitre-1--la-reduction-general-section-2---determination-du-mon-ii-calcul-du-montant-de-la-reduc-e-prise-en-compte-des-heures-com-2-heures-complementaires |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On peut écrire :