From 11bc2bb19af1cd75cea18ab2805f1d07f134814c Mon Sep 17 00:00:00 2001 From: Mael Date: Fri, 1 Mar 2019 11:24:07 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20:hammer:=20Mauvaise=20d=C3=A9finition?= =?UTF-8?q?=20du=20revenu=20professionnel=20de=20l'ind=C3=A9p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #474 --- .../simulationConfigs/indépendant.yaml | 1 - source/règles/base.yaml | 37 +++++++++---------- test/indépendants.test.js | 2 +- 3 files changed, 18 insertions(+), 22 deletions(-) diff --git a/source/components/simulationConfigs/indépendant.yaml b/source/components/simulationConfigs/indépendant.yaml index 2740d8661..39f91c0ec 100644 --- a/source/components/simulationConfigs/indépendant.yaml +++ b/source/components/simulationConfigs/indépendant.yaml @@ -1,6 +1,5 @@ objectifs: - entreprise . chiffre d'affaires - - indépendant . cotisations et contributions - indépendant . revenu professionnel - impôt . impôt sur le revenu à payer - revenu net diff --git a/source/règles/base.yaml b/source/règles/base.yaml index 880e5588f..4891e87ad 100644 --- a/source/règles/base.yaml +++ b/source/règles/base.yaml @@ -2584,7 +2584,7 @@ assiette: somme: - contrat salarié . rémunération . net imposable - - indépendant . revenu imposable + - indépendant . revenu professionnel abattement: 10% - nom: impôt sur le revenu @@ -2646,7 +2646,7 @@ formule: somme: - contrat salarié . salaire . net - - indépendant . revenu professionnel + - indépendant . revenu net de cotisations - auto entrepreneur . revenu net de cotisations - nom: revenu net d'impôt @@ -2775,10 +2775,18 @@ 1: 0% retourne seulement le taux: oui +- espace: indépendant + nom: revenu net de cotisations + formule: revenu professionnel - cotisations et contributions . non déductibles + période: flexible + +- espace: indépendant . cotisations et contributions + nom: non déductibles + formule: CSG et CRDS (non déductible) + formation professionnelle + période: flexible + - espace: indépendant nom: revenu professionnel - titre: Revenu professionnel - résumé: Revenu net de cotisations question: Quel est votre revenu professionnel ? description: | @@ -2794,10 +2802,6 @@ - revenu net - entreprise . chiffre d'affaires -- espace: indépendant - nom: revenu brut - formule: revenu professionnel + cotisations et contributions - période: flexible - espace: entreprise nom: catégorie d'activité @@ -3017,12 +3021,6 @@ - espace: indépendant nom: cotisations et contributions - période: flexible - formule: - somme: - - cotisations à payer - - formation professionnelle - - CSG et CRDS - espace: indépendant . cotisations période: flexible @@ -3283,12 +3281,11 @@ - espace: indépendant nom: revenu brut période: flexible - formule: revenu professionnel + cotisations et contributions - -- espace: indépendant - nom: revenu imposable - période: flexible - formule: revenu professionnel + cotisations et contributions . CSG et CRDS (non déductible) + formule: + somme: + - revenu professionnel + - cotisations à payer + - cotisations et contributions . CSG et CRDS (déductible) - nom: auto entrepreneur icônes: 🚶 diff --git a/test/indépendants.test.js b/test/indépendants.test.js index 9f347d795..649941b5a 100644 --- a/test/indépendants.test.js +++ b/test/indépendants.test.js @@ -12,6 +12,6 @@ describe('indeps', function() { période: 'année' }) - expect(values[0]).to.be.closeTo(41634, 1) + expect(values[0]).to.be.closeTo(39623, 1) }) })