parent
a67944b9ea
commit
11bc2bb19a
|
@ -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
|
||||
|
|
|
@ -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: 🚶
|
||||
|
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue