feat(auto-entrepreneur): Ajoute la CFP dans la répartition des cotisations
parent
7e04853a46
commit
0f3fed0770
|
@ -246,6 +246,9 @@ dirigeant . auto-entrepreneur . cotisations et contributions . cotisations:
|
|||
- vente restauration hébergement . répartition . autres contributions
|
||||
- service BIC . répartition . autres contributions
|
||||
- service BNC . répartition . autres contributions
|
||||
formation professionnelle:
|
||||
icônes: 👩🎓
|
||||
valeur: dirigeant . auto-entrepreneur . cotisations et contributions . CFP
|
||||
|
||||
service BIC:
|
||||
description: Cotisations pour la part du chiffre d'affaires en prestation de service BIC
|
||||
|
|
|
@ -62,4 +62,8 @@ const CotisationsSection: Partial<Record<DottedName, Array<string>>> = {
|
|||
[
|
||||
'dirigeant . auto-entrepreneur . cotisations et contributions . cotisations . répartition . autres contributions',
|
||||
],
|
||||
'dirigeant . auto-entrepreneur . cotisations et contributions . cotisations . répartition . formation professionnelle':
|
||||
[
|
||||
'dirigeant . auto-entrepreneur . cotisations et contributions . cotisations . répartition . formation professionnelle',
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue