Améliorations de la liste d'embaucche
parent
8a1e2506df
commit
960237e00b
|
@ -16,7 +16,7 @@ const HiringProcess = ({
|
|||
}) => (
|
||||
<Animate.fromBottom>
|
||||
<h1>Hiring process checklist</h1>
|
||||
<p>All the necessary steps to hire your first employee </p>
|
||||
<p>The necessary steps to hire your first employee.</p>
|
||||
<Checklist
|
||||
onInitialization={onChecklistInitialization}
|
||||
onItemCheck={onItemCheck}
|
||||
|
@ -41,7 +41,7 @@ const HiringProcess = ({
|
|||
title="Declare your hiring to the social administration"
|
||||
explanations={
|
||||
<p>
|
||||
This can be done though the form called DPAE, must be completed
|
||||
This can be done through the form called DPAE, must be completed
|
||||
within 8 days before any hiring, and can{' '}
|
||||
<a
|
||||
href="https://www.due.urssaf.fr/declarant/index.jsf"
|
||||
|
@ -79,7 +79,7 @@ const HiringProcess = ({
|
|||
href="https://www.service-public.fr/professionnels-entreprises/vosdroits/F1784"
|
||||
className="ui__ button"
|
||||
target="_blank">
|
||||
More info
|
||||
More information (Fr)
|
||||
</a>
|
||||
</p>
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ const HiringProcess = ({
|
|||
href="https://www.espace-entreprise.agirc-arrco.fr/simape/#/donneesDep"
|
||||
className="ui__ button"
|
||||
target="_blank">
|
||||
Find your pension institute
|
||||
Find your pension institute (Fr)
|
||||
</a>
|
||||
{/* // The AGIRC-ARRCO complementary pension is mandatory. Those are only federations,{' '} */}
|
||||
</p>
|
||||
|
@ -107,14 +107,14 @@ const HiringProcess = ({
|
|||
<CheckItem
|
||||
name="workMedicine"
|
||||
title="Register to a work medicine office"
|
||||
explanations={<p> Plan an initial appointment for each new hire</p>}
|
||||
explanations={<p> Plan an initial appointment for each new hire.</p>}
|
||||
/>
|
||||
</Checklist>
|
||||
<h2>Then each month</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Compute the individual social contributions (using the pay software you
|
||||
chose)
|
||||
Compute the individual social contributions (using the chosen payslip
|
||||
software)
|
||||
</li>
|
||||
<li>
|
||||
Declare the contributions through the DSN, the new online declaration
|
||||
|
|
Loading…
Reference in New Issue