diff --git a/src/routes/LigneSalaire.svelte b/src/routes/LigneSalaire.svelte index 46b2758..58ae603 100644 --- a/src/routes/LigneSalaire.svelte +++ b/src/routes/LigneSalaire.svelte @@ -1,6 +1,7 @@ {#if valeur || !opt} -
+
{label}
{#if (type === "taux" || type === "nombre")}
{base.toFixed(2)}
@@ -28,4 +29,11 @@ {/if}
{valeur.toFixed(2)}
-{/if} \ No newline at end of file +{/if} + + \ No newline at end of file diff --git a/src/routes/SalaireInterne.svelte b/src/routes/SalaireInterne.svelte index a66925f..cfd934f 100644 --- a/src/routes/SalaireInterne.svelte +++ b/src/routes/SalaireInterne.svelte @@ -300,10 +300,7 @@ nombre={nbDeplacements} /> -
-
 TOTAL BRUT
-
{totalBrut.toFixed(2)}
-
+ {#if tauxSource} -
-
 TOTAL NET AVANT IMPOTS
-
{totalNetAvantImpots.toFixed(2)}
-
+ {/if} -
-
 TOTAL NET
-
{totalNet.toFixed(2)}
-
+