-
Notifications
You must be signed in to change notification settings - Fork 86
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
[Salarié][BTP] Erreur de calcul des cotisations BTP #3351
base: master
Are you sure you want to change the base?
Conversation
… modifications des ≠ taux cotisations BTP
✅ Deploy Preview for nostalgic-mahavira-52b682 canceled.
|
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.
Merci @shanalfe pour cette belle contribution ! ❤️
J’ai laissé quelques commentaires
@@ -18,6 +18,12 @@ salarié . convention collective . BTP . catégorie: | |||
- ouvrier | |||
- etam | |||
- cadre | |||
reférences: |
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.
typo: références:
salarié . convention collective . BTP . congés intempéries . caisse de rattachement: | ||
question: À quelle caisse l'entreprise est-elle rattachée pour le versement de | ||
la cotisation congés intempéries ? | ||
# catégorie parente chômage intempéries |
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 essaie de nommer les règles de manière à éviter les commentaires yaml … si besoin, on peut ajouter un champ description, qui sera utile également aux usagers.
@@ -36,6 +36,7 @@ | |||
"@ianvs/prettier-plugin-sort-imports": "^4.1.0", | |||
"@publicodes/codemod": "^1.1.0", | |||
"@publicodes/tools": "^1.0.7", | |||
"@rollup/plugin-replace": "^6.0.1", |
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.
pourquoi ces ajouts ?
@@ -2,10 +2,15 @@ | |||
"compilerOptions": { | |||
/* Basic Options */ | |||
"incremental": true, | |||
"target": "ESNext", | |||
"module": "NodeNext", | |||
// "target": "ESNext", |
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.
Pourquoi ces changements ?
@@ -0,0 +1,4 @@ | |||
declare module 'responselike' { |
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.
Pourquoi cet ajout ?
Hello,
Voici les modifications que nous avons apportées :
bonne journée
close #3080