ajoute le texte sur le siren et le siret
parent
1070e36e2d
commit
b924f3981e
|
@ -6,8 +6,9 @@
|
|||
<meta name="viewport" content="initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="C03WwnrJP0FLqf83ibMBA7_N-TLQcwsJaAhqKXppxaE" />
|
||||
<title>🚀 Launch in France</title>
|
||||
<meta name="description" content="Simulation du prix d'une embauche en France et calcul du salaire net à partir du brut : CDD, statut cadre, cotisations sociales, retraite..." data-react-helmet="true">
|
||||
<title>🚀 Launch in France 🇫🇷</title>
|
||||
<meta name="description" content="Simulation du prix d'une embauche en France et calcul du salaire net à partir du brut : CDD, statut cadre, cotisations sociales, retraite..."
|
||||
data-react-helmet="true">
|
||||
<!-- data-helmet pour que React Helmet puisse écraser ce meta par défaut -->
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,600|IBM+Plex+Sans' rel='stylesheet' type='text/css'>
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
|
@ -28,4 +29,4 @@
|
|||
<script type="text/javascript" src="/dist/bundle.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
|
@ -53,7 +53,14 @@ const RegisterMyCompany = ({ match }: Props) => (
|
|||
<p>
|
||||
You can add this page to your favorite and keep track of your progress in
|
||||
the different administrative tasks.
|
||||
</p><p>Now that you have a properly
|
||||
</p>
|
||||
|
||||
Once your business has been officially registered, you will receive :
|
||||
<ul><li>
|
||||
your Siren number, which identifies your company ;</li><li>
|
||||
the Siret number, which identifies each place of business operated by the same company.</li>
|
||||
</ul>
|
||||
<p>It also assigns the APE code for the business sector to which your company or you as a self-employed worker belong. The APE code is used to classify your company’s main operations in relation to the french business nomenclature system (« NAF » code). It also determines the applicable collective agreement as well as the industrial accident rate in the field to which you or your company belong.</p><p>Now that you have a properly
|
||||
registered company, the next steps is to{' '}
|
||||
<strong>hire your first employee</strong>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue