diff --git a/exoneration-covid/CHANGELOG.md b/exoneration-covid/CHANGELOG.md index b4dc71bf6..a6f8f3cc2 100644 --- a/exoneration-covid/CHANGELOG.md +++ b/exoneration-covid/CHANGELOG.md @@ -1,7 +1,3 @@ -### 0.5.0 - -Supprime février 2022 - ### 0.4.3 Ajout de textes (description et question) diff --git a/exoneration-covid/README.md b/exoneration-covid/README.md index a6ac0c408..9971d5e66 100644 --- a/exoneration-covid/README.md +++ b/exoneration-covid/README.md @@ -26,6 +26,7 @@ engine.setSituation({ 'mois . août 2021': 'non', 'mois . décembre 2021': "'LFSS 300'", 'mois . janvier 2022': "'LFSS 600'", + 'mois . février 2022': "'LFSS 300'", }) console.log(formatValue(engine.evaluate('montant total'))) // "2 650 €" @@ -75,7 +76,8 @@ Ci-dessus, `months` contiendra la liste des mois qui sont applicables par rappor "mois . juillet 2021", "mois . août 2021", "mois . décembre 2021", - "mois . janvier 2022" + "mois . janvier 2022", + "mois . février 2022" ] ``` @@ -138,6 +140,7 @@ const currentSituation = { 'mois éligibles . août 2021': "'LFR1'", 'mois éligibles . décembre 2021': "'LFSS 300'", 'mois éligibles . janvier 2022': "'non'", + 'mois éligibles . février 2022': "'LFSS 300'", } const montantTotal = engine diff --git a/exoneration-covid/package.json b/exoneration-covid/package.json index b75827719..542e16b55 100644 --- a/exoneration-covid/package.json +++ b/exoneration-covid/package.json @@ -1,6 +1,6 @@ { "name": "exoneration-covid", - "version": "0.5.0", + "version": "0.4.3", "description": "Les règles publicodes pour le calcul de l'exonération de cotisations covid (année 2021)", "main": "./dist/index.js", "types": "./index.d.ts", diff --git a/exoneration-covid/règles/exonération-covid.yaml b/exoneration-covid/règles/exonération-covid.yaml index dff242b0a..9402b70fd 100644 --- a/exoneration-covid/règles/exonération-covid.yaml +++ b/exoneration-covid/règles/exonération-covid.yaml @@ -297,6 +297,19 @@ mois . janvier 2022 . LFSS 600: mois . janvier 2022 . LFSS 300: valeur: janvier 2022 = 'LFSS 300' +mois . février 2022: + une possibilité: + possibilités: + - LFSS 600 + - LFSS 300 + +mois . février 2022 . LFSS 600: + valeur: février 2022 = 'LFSS 600' + meta: + baisse d'au moins: 65% +mois . février 2022 . LFSS 300: + valeur: février 2022 = 'LFSS 300' + LFSS 600: applicable si: secteur . S1 ou S1bis produit: @@ -335,6 +348,8 @@ LFSS 600: par défaut: non - valeur: mois . janvier 2022 . LFSS 600 par défaut: non + - valeur: mois . février 2022 . LFSS 600 + par défaut: non LFSS 600 . montant mensuel: LFSS 600 . assiette * 1 mois @@ -354,6 +369,8 @@ LFSS 300: par défaut: non - valeur: mois . janvier 2022 . LFSS 300 par défaut: non + - valeur: mois . février 2022 . LFSS 300 + par défaut: non LFSS 300 . montant mensuel: LFSS 300 . assiette * 1 mois