From 53d3b4ff5d6333bb753e8413beadd4d1a3acabc3 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 26 Sep 2018 12:16:42 +0000 Subject: [PATCH] =?UTF-8?q?:hammer:=20Suppression=20de=20la=20cotisation?= =?UTF-8?q?=20ch=C3=B4mage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "source/r\303\250gles/base.yaml" | 13 ++++--------- test/ficheDePaieSelector.test.js | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git "a/source/r\303\250gles/base.yaml" "b/source/r\303\250gles/base.yaml" index b45030d099..6e11027e51 100644 --- "a/source/r\303\250gles/base.yaml" +++ "b/source/r\303\250gles/base.yaml" @@ -856,7 +856,6 @@ - CSG - CRDS - cotisation exceptionnelle temporaire (salarié) - - chômage (salarié) - APEC (salarié) - complémentaire santé (salarié) @@ -2062,6 +2061,7 @@ cotisation: branche: assurance chômage destinataire: Pôle emploi + dû par: employeur description: Cotisation d’assurance chômage références: calcul: http://www.pole-emploi.fr/employeur/taux-des-contributions-de-l-assurance-chomage-et-cotisations-ags-@/article.jspz?id=61567 @@ -2077,29 +2077,24 @@ composantes: - attributs: - dû par: employeur + composante: base taux: 4% - attributs: - dû par: employeur composante: contribution exceptionnelle temporaire description: | Instaurée le 1er octobre 2017, applicable jusqu’au 30 septembre 2020 au plus tard. taux: 0.05% - - attributs: - dû par: salarié - taux: 0.95% - exemples: - nom: SMIC situation: assiette cotisations sociales: 1500 - valeur attendue: 75 + valeur attendue: 60.75 - nom: Haut salaire situation: assiette cotisations sociales: 20000 - valeur attendue: 662.2 + valeur attendue: 536.4 - espace: contrat salarié nom: complémentaire santé diff --git a/test/ficheDePaieSelector.test.js b/test/ficheDePaieSelector.test.js index b18a6599cd..b6f1d21bac 100644 --- a/test/ficheDePaieSelector.test.js +++ b/test/ficheDePaieSelector.test.js @@ -51,7 +51,7 @@ describe('pay slip selector', function() { // $FlowFixMe const montantTotalCotisations = paySlip.totalCotisations expect(montantTotalCotisations.partPatronale).to.be.closeTo(992, 5) - expect(montantTotalCotisations.partSalariale).to.be.closeTo(520, 5) + expect(montantTotalCotisations.partSalariale).to.be.closeTo(498, 5) }) it('should have value for "salarié" and "employeur" for a cotisation', function() {