1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 04:05:01 +00:00

feat: affiche le résumé du champ charges pour les simulateurs indépendant

This commit is contained in:
Alice Dahan 2025-02-03 16:48:29 +01:00 committed by Jalil Arfaoui
parent 541a4955aa
commit 394e72e540
2 changed files with 4 additions and 16 deletions

View file

@ -25,11 +25,7 @@ export const CessationActivitéGoals = () => {
<ChiffreAffairesActivitéMixte dottedName="entreprise . chiffre d'affaires" />
</Condition>
<Condition expression="entreprise . imposition . régime . micro-entreprise != oui">
<SimulationGoal
small
appear={false}
dottedName="entreprise . charges"
/>
<SimulationGoal appear={false} dottedName="entreprise . charges" />
</Condition>
</Condition>
<Condition expression="entreprise . imposition = 'IS'">
@ -49,11 +45,7 @@ export const CessationActivitéGoals = () => {
)}
/>
<Condition expression="entreprise . imposition . régime . micro-entreprise">
<SimulationGoal
small
appear={false}
dottedName="entreprise . charges"
/>
<SimulationGoal appear={false} dottedName="entreprise . charges" />
</Condition>
</SimulationGoals>
)

View file

@ -22,11 +22,7 @@ export const IndépendantSimulationGoals = ({
<ChiffreAffairesActivitéMixte dottedName="entreprise . chiffre d'affaires" />
</Condition>
<Condition expression="entreprise . imposition . régime . micro-entreprise != oui">
<SimulationGoal
small
appear={false}
dottedName="entreprise . charges"
/>
<SimulationGoal appear={false} dottedName="entreprise . charges" />
</Condition>
</Condition>
<Condition expression="entreprise . imposition = 'IS'">
@ -42,7 +38,7 @@ export const IndépendantSimulationGoals = ({
dottedName="dirigeant . indépendant . cotisations et contributions"
/>
<Condition expression="entreprise . imposition . régime . micro-entreprise">
<SimulationGoal small appear={false} dottedName="entreprise . charges" />
<SimulationGoal appear={false} dottedName="entreprise . charges" />
</Condition>
<SimulationGoal dottedName="dirigeant . rémunération . net" />
<Condition expression="impôt . montant > 0">