Merge pull request #1833 from betagouv/nouvelle-url
Remplace l'URL de mon-entreprise en mon-entreprise.urssaf.frpull/1835/head
parent
6ce1c4ba79
commit
872133aefc
|
@ -1 +1 @@
|
|||
custom: ['https://mon-entreprise.fr/budget']
|
||||
custom: ['https://mon-entreprise.urssaf.fr/budget']
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
push:
|
||||
branches: [master, demo, next]
|
||||
|
||||
# We display the release notes in the "news" section of mon-entreprise.fr so
|
||||
# We display the release notes in the "news" section of mon-entreprise.urssaf.fr so
|
||||
# we want to re-deploy the site when a new release is published or edited on
|
||||
# GitHub.
|
||||
release:
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: echo "::set-output name=name::${{ github.event.number || '${GITHUB_REF#refs/*/}' }}"
|
||||
- id: base-urls
|
||||
run:
|
||||
echo "::set-output name=fr::${{ steps.deploy-env.outputs.name == 'master' && 'https://mon-entreprise.fr' || format('https://{0}--mon-entreprise.netlify.app', steps.deploy-env.outputs.name) }}";
|
||||
echo "::set-output name=fr::${{ steps.deploy-env.outputs.name == 'master' && 'https://mon-entreprise.urssaf.fr' || format('https://{0}--mon-entreprise.netlify.app', steps.deploy-env.outputs.name) }}";
|
||||
echo "::set-output name=en::${{ steps.deploy-env.outputs.name == 'master' && 'https://mycompanyinfrance.fr' || format('https://{0}-en--mon-entreprise.netlify.app', steps.deploy-env.outputs.name) }}";
|
||||
|
||||
build:
|
||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
working-directory: mon-entreprise
|
||||
record: true
|
||||
tag: external-integration
|
||||
config: integrationFolder=cypress/integration/external,baseUrl=https://mon-entreprise.fr
|
||||
config: integrationFolder=cypress/integration/external,baseUrl=https://mon-entreprise.urssaf.fr
|
||||
|
||||
- name: e2e tests with external API calls
|
||||
uses: cypress-io/github-action@v2
|
||||
|
@ -43,5 +43,5 @@ jobs:
|
|||
cypress/integration/mon-entreprise/demande-mobilité.js
|
||||
record: true
|
||||
tag: external-mon-entreprise-e2e
|
||||
config: integrationFolder=cypress/integration/mon-entreprise,baseUrl=https://mon-entreprise.fr
|
||||
config: integrationFolder=cypress/integration/mon-entreprise,baseUrl=https://mon-entreprise.urssaf.fr
|
||||
env: language=fr,record_http= # prevent stubbing
|
||||
|
|
12
README.md
12
README.md
|
@ -1,9 +1,9 @@
|
|||
Ce dépôt contient :
|
||||
|
||||
- Le code source du site [mon-entreprise.fr](https://mon-entreprise.fr)
|
||||
- Le code source du site [mon-entreprise](https://mon-entreprise.urssaf.fr)
|
||||
- Les [règles publicodes](https://github.com/betagouv/mon-entreprise/tree/master/modele-social) pour le calcul des cotisations sociales, des impôts et des droits sociaux.
|
||||
|
||||
## <a href="https://mon-entreprise.fr"><img src="https://mon-entreprise.fr/images/logo.svg" alt="mon-entreprise.fr" width="200"/></a>
|
||||
## <a href="https://mon-entreprise.urssaf.fr"><img src="https://mon-entreprise.urssaf.fr/images/logo.svg" alt="mon-entreprise.urssaf.fr" width="200"/></a>
|
||||
|
||||
[![Statut déploiement](https://github.com/betagouv/mon-entreprise/actions/workflows/deploy.yaml/badge.svg?branch=master)](https://github.com/betagouv/mon-entreprise/actions/workflows/deploy.yaml?query=branch%3Amaster++)
|
||||
[![Statut test](https://github.com/betagouv/mon-entreprise/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/betagouv/mon-entreprise/actions/workflows/test.yaml?query=branch%3Amaster++)
|
||||
|
@ -13,13 +13,13 @@ Site développé en partenariat avec l'Urssaf, qui a pour mission d'accompagner
|
|||
|
||||
Il propose notamment des simulateurs de cotisations sociales très complets, basés sur le language déclaratif [publicodes](https://publi.codes). On peut ainsi calculer le coût d'une embauche, un salaire net après impôt, ses revenus d'auto-entrepreneur ou encore ceux d'un dirigeant de SASU ou d'indépendant
|
||||
|
||||
> 🧮 [Voir la liste des simulateurs](https://mon-entreprise.fr/simulateurs)
|
||||
> 🧮 [Voir la liste des simulateurs](https://mon-entreprise.urssaf.fr/simulateurs)
|
||||
|
||||
Les développeurs ont la possibilité d'intégrer ces simulateurs sur d'autres sites, ou de réutiliser les règles pour effectuer leur propre calculs.
|
||||
|
||||
> 🧰 [Voir les outils à disposition des développeurs](https://mon-entreprise.fr/int%C3%A9gration)
|
||||
> 🧰 [Voir les outils à disposition des développeurs](https://mon-entreprise.urssaf.fr/int%C3%A9gration)
|
||||
|
||||
Tous les outils proposés sur mon-entreprise.fr sont propulsés par [publicodes](https://publi.codes), un nouveau langage pour les algorithmes d'intérêt public.
|
||||
Tous les outils proposés sur mon-entreprise sont propulsés par [publicodes](https://publi.codes), un nouveau langage pour les algorithmes d'intérêt public.
|
||||
|
||||
## Contribuer
|
||||
|
||||
|
@ -27,7 +27,7 @@ Si vous souhaitez contribuer à l'un des deux projets, rendez-vous sur [CONTRIBU
|
|||
|
||||
## 🇬🇧 English users
|
||||
|
||||
This repository powers [mycompanyinfrance.fr](https://mycompanyinfrance.fr) and [mon-entreprise.fr](https://mon-entreprise.fr)
|
||||
This repository powers [mycompanyinfrance.fr](https://mycompanyinfrance.fr) and [mon-entreprise.urssaf.fr](https://mon-entreprise.urssaf.fr)
|
||||
|
||||
Most of the documentation (including issues and commit message) is written in french, please raise an [issue](https://github.com/betagouv/mon-entreprise/issues/new) if you are interested and do not speak French.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Modèle social français en publicodes
|
||||
|
||||
Ce paquet contient les règles [publicodes](https://publi.codes) utilisées sur https://mon-entreprise.fr
|
||||
Ce paquet contient les règles [publicodes](https://publi.codes) utilisées sur https://mon-entreprise.urssaf.fr
|
||||
pour le calcul des cotisations sociales, des impôts et des droits sociaux.
|
||||
|
||||
### Installation
|
||||
|
@ -26,4 +26,4 @@ const net = engine
|
|||
console.log(formatValue(net))
|
||||
```
|
||||
|
||||
👉 **[Voir le tutoriel complet](https://mon-entreprise.fr/int%C3%A9gration/biblioth%C3%A8que-de-calcul)**
|
||||
👉 **[Voir le tutoriel complet](https://mon-entreprise.urssaf.fr/int%C3%A9gration/biblioth%C3%A8que-de-calcul)**
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"directory": "modele-social"
|
||||
},
|
||||
"bugs": "https://github.com/betagouv/mon-entreprise/issues?q=is%3Aopen+is%3Aissue+label%3A%22%F0%9F%93%95+l%C3%A9gislation%22",
|
||||
"homepage": "https://mon-entreprise.fr/int%C3%A9gration/biblioth%C3%A8que-de-calcul",
|
||||
"homepage": "https://mon-entreprise.urssaf.fr/int%C3%A9gration/biblioth%C3%A8que-de-calcul",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"dist/index.js"
|
||||
|
|
|
@ -4,7 +4,7 @@ const simulateursPath = '.ais-Hits-list'
|
|||
const reglesPath = '.ais-InfiniteHits-list'
|
||||
|
||||
describe('Recherche globales', () => {
|
||||
if (!fr || Cypress.config().baseUrl != 'https://mon-entreprise.fr') {
|
||||
if (!fr || Cypress.config().baseUrl != 'https://mon-entreprise.urssaf.fr') {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ export default function Provider({
|
|||
></img>
|
||||
<H1>Une erreur est survenue</H1>
|
||||
<Intro>
|
||||
L'équipe technique de mon-entreprise.fr a été automatiquement
|
||||
L'équipe technique mon-entreprise a été automatiquement
|
||||
prévenue.
|
||||
</Intro>
|
||||
<Body>
|
||||
|
|
|
@ -19,7 +19,7 @@ export default function MoreInfosOnUs() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<H2>Plus d'infos sur mon-entreprise.fr</H2>
|
||||
<H2>Plus d'infos sur mon-entreprise</H2>
|
||||
<Grid container spacing={2}>
|
||||
{!pathname.startsWith(sitePaths.nouveautés) && (
|
||||
<Grid item xs={12} sm={6} md={4}>
|
||||
|
|
|
@ -10,7 +10,7 @@ export default function ExportRecover() {
|
|||
Retrouvez cette simulation ainsi que d'autres outils d'aide à la
|
||||
création et à la gestion d'entreprise, sur{' '}
|
||||
<a href={useUrl()} target="_blank">
|
||||
mon-entreprise.fr
|
||||
mon-entreprise.urssaf.fr
|
||||
</a>
|
||||
.
|
||||
</Trans>
|
||||
|
|
|
@ -10,7 +10,7 @@ import { SiteNameContext } from '../../Provider'
|
|||
import Emoji from './Emoji'
|
||||
|
||||
const internalURLs = {
|
||||
'mon-entreprise.fr': 'mon-entreprise',
|
||||
'mon-entreprise.urssaf.fr': 'mon-entreprise',
|
||||
'mycompanyinfrance.fr': 'infrance',
|
||||
'publi.codes': 'publicodes',
|
||||
} as const
|
||||
|
|
|
@ -73,7 +73,7 @@ links.innerHTML = `
|
|||
<div style="text-align: center; margin-bottom: 2rem; font-size: 80%">
|
||||
Ce simulateur a été créé par
|
||||
<a href="${simulateurURL}">
|
||||
mon-entreprise.fr
|
||||
mon-entreprise.urssaf.fr
|
||||
</a><br/>
|
||||
Découvrez l'ensemble des simulateurs disponibles <a href="${simulateursURL}">ici</a><br/>
|
||||
|
||||
|
@ -81,7 +81,7 @@ links.innerHTML = `
|
|||
<img
|
||||
style="height: 40px; margin: 10px"
|
||||
src="${process.env.FR_BASE_URL + '/' + (lang === 'fr' ? logoFrSvg : logoEnSvg)}"
|
||||
alt="mon-entreprise.fr : l'assistant officiel du créateur d'entreprise"
|
||||
alt="mon-entreprise.urssaf.fr : l'assistant officiel du créateur d'entreprise"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://www.urssaf.fr">
|
||||
|
|
|
@ -4522,10 +4522,6 @@ contrat salarié . rémunération . brut de base . équivalent temps plein:
|
|||
question.fr: Quel est le salaire en équivalent temps plein ?
|
||||
résumé.en: Salary if hired on a full-time basis
|
||||
résumé.fr: Le salaire si l'embauche se faisait à temps plein
|
||||
suggestions.SMIC.en: '[automatic] SMIC'
|
||||
suggestions.SMIC.fr: SMIC
|
||||
suggestions.salaire médian.en: '[automatic] median earnings'
|
||||
suggestions.salaire médian.fr: salaire médian
|
||||
titre.en: Full-time equivalent gross salary
|
||||
titre.fr: Salaire brut équivalent temps plein
|
||||
contrat salarié . rémunération . contrôle salaire élevé:
|
||||
|
|
|
@ -941,10 +941,10 @@ pages:
|
|||
websites accessible in accordance with article 47 of law n° 2005-102 of 11
|
||||
February 2005.</9><10>To this end, it is drafting <2>the strategy and action
|
||||
plan to be</2> implemented.</10><11>This declaration of accessibility
|
||||
applies to <2>https://mon-entreprise.fr</2>.</11><12>Compliance
|
||||
status</12><13><0>https://mon-entreprise.fr</0> is not currently compliant
|
||||
with the <4>General Accessibility Improvement Framework (GA</4>F). The
|
||||
compliance audit will be scheduled soon. Corrections will be taken into
|
||||
applies to <2>https://mon-entreprise.urssaf.fr</2>.</11><12>Compliance
|
||||
status</12><13><0>https://mon-entreprise.urssaf.fr</0> is not currently
|
||||
compliant with the <4>General Accessibility Improvement Framework (GA</4>F).
|
||||
The compliance audit will be scheduled soon. Corrections will be taken into
|
||||
account following the audit.</13><14>Right to compensation</14><15>While
|
||||
waiting for full compliance, you can obtain an accessible version of the
|
||||
documents or information contained therein by sending an e-mail to
|
||||
|
@ -979,11 +979,11 @@ pages:
|
|||
dévelopeurs:
|
||||
bibliothèque: "<0>Integrate our calculation library</0><1>If you think that your
|
||||
website or service would benefit from displaying salary calculations, for
|
||||
example to switch from gross salary to net salary, good news: all the tax
|
||||
and contribution calculations behind mon-entreprise.fr are free and easily
|
||||
reusable thanks to the <2>NPM publicodes library</2>.</1><2>How to use
|
||||
this library?</2><3>All our calculation rules are written in `publicodes`,
|
||||
a declarative language developed by beta.gouv.fr and the Urssaf to encode
|
||||
example switching from gross to net salary, good news: all the tax and
|
||||
contribution calculations behind mycompanyinfrance are free and easily reusable
|
||||
thanks to the <2>NPM publicodes library</2>.</1><2>How to use this
|
||||
library?</2><3>All our calculation rules are written in `publicodes`, a
|
||||
declarative language developed by beta.gouv.fr and the Urssaf to encode
|
||||
algorithms of public interest. <2>Learn more about publicodes</2></3><4>To
|
||||
perform your own calculations, you must install the publicodes
|
||||
interpreter, download the rules used on my-company, call the evaluation
|
||||
|
@ -1054,10 +1054,9 @@ pages:
|
|||
library: <0>Using the calculation engine</0><1>The entire socio-fiscal
|
||||
calculation engine developed by Urssaf, freely available in the form
|
||||
of an NPM library.</1>
|
||||
description: In addition to the mon-entreprise.fr website, we provide free and
|
||||
open-source tools to integrate into your website. You can thus include
|
||||
the tools created for <1>my-company</1> directly in the usual paths of
|
||||
your users.
|
||||
description: In addition to the mycompanyinfrance site, we provide free and open source
|
||||
tools to integrate on your website. You can thus include the tools
|
||||
created for <1>mycompanyinfrance</1> directly in the usual paths of your users.
|
||||
titre: Integrate social security law at the heart of your tools
|
||||
iframe:
|
||||
csp-1: <0>The error below that appears in the console is related to the
|
||||
|
@ -1471,7 +1470,7 @@ pages:
|
|||
print-info:
|
||||
date: This simulation was performed on
|
||||
recover: You can find this simulation and other tools to help you create and
|
||||
manage your business on <2>mon-entreprise.fr</2>.
|
||||
manage your business on <2>mon-entreprise.urssaf.fr</2>.
|
||||
title: Would you like to recover this simulation?
|
||||
profession-libérale:
|
||||
meta:
|
||||
|
|
|
@ -681,10 +681,10 @@ pages:
|
|||
de la loi n° 2005-102 du 11 février 2005.</9><10>À cette fin, elle rédige
|
||||
<2>la stratégie et le plan d’action à mettre en œuvre</2>.</10><11>Cette
|
||||
déclaration d’accessibilité s’applique à
|
||||
<2>https://mon-entreprise.fr</2>.</11><12>État de
|
||||
conformité</12><13><0>https://mon-entreprise.fr</0> n’est actuellement pas
|
||||
en conformité avec le <4>référentiel général d’amélioration de
|
||||
l’accessibilité (RGAA)</4>. L’audit de conformité sera prochainement
|
||||
<2>https://mon-entreprise.urssaf.fr</2>.</11><12>État de
|
||||
conformité</12><13><0>https://mon-entreprise.urssaf.fr</0> n’est
|
||||
actuellement pas en conformité avec le <4>référentiel général d’amélioration
|
||||
de l’accessibilité (RGAA)</4>. L’audit de conformité sera prochainement
|
||||
planifié. Les corrections seront prises en compte suite à
|
||||
l’audit.</13><14>Droit à la compensation</14><15>Dans l’attente d’une mise
|
||||
en conformité totale, vous pouvez obtenir une version accessible des
|
||||
|
@ -725,7 +725,7 @@ pages:
|
|||
bibliothèque: "<0>Intégrez notre bibliothèque de calcul</0><1>Si vous pensez que
|
||||
votre site ou service gagnerait à afficher des calculs de salaire, par
|
||||
exemple passer du salaire brut au salaire net, bonne nouvelle : tous les
|
||||
calculs de cotisations et impôts qui sont derrière mon-entreprise.fr sont
|
||||
calculs de cotisations et impôts qui sont derrière mon-entreprise sont
|
||||
libres et facilement réutilisable grâce à la <2>bibliothèque NPM
|
||||
publicodes</2>.</1><2>Comment utiliser cette librairie ?</2><3>Toutes nos
|
||||
règles de calculs sont écrites en `publicodes`, un language déclaratif
|
||||
|
@ -797,7 +797,7 @@ pages:
|
|||
script clé en main.
|
||||
cta: Commencer
|
||||
title: Intégrer un simulateur
|
||||
description: En plus du site mon-entreprise.fr, nous mettons à disposition des
|
||||
description: En plus du site mon-entreprise, nous mettons à disposition des
|
||||
outils gratuits et libres à intégrer sur votre site web. Vous pouvez
|
||||
ainsi inclure les outils créés pour <1>mon-entreprise</1> directement
|
||||
dans les parcours habituels de vos utilisateurs.
|
||||
|
@ -1144,7 +1144,8 @@ pages:
|
|||
print-info:
|
||||
date: Cette simulation a été effectuée le
|
||||
recover: Retrouvez cette simulation ainsi que d'autres outils d'aide à la
|
||||
création et à la gestion d'entreprise, sur <2>mon-entreprise.fr</2>.
|
||||
création et à la gestion d'entreprise, sur
|
||||
<2>mon-entreprise.urssaf.fr</2>.
|
||||
title: Vous souhaitez retrouver cette simulation ?
|
||||
profession-libérale:
|
||||
meta:
|
||||
|
|
|
@ -67,11 +67,16 @@ export default function Accessibilité() {
|
|||
</Body>
|
||||
<Body>
|
||||
Cette déclaration d’accessibilité s’applique à{' '}
|
||||
<Link href="https://mon-entreprise.fr">https://mon-entreprise.fr</Link>.
|
||||
<Link href="https://mon-entreprise.urssaf.fr">
|
||||
https://mon-entreprise.urssaf.fr
|
||||
</Link>
|
||||
.
|
||||
</Body>
|
||||
<H3>État de conformité</H3>
|
||||
<Body>
|
||||
<Link href="https://mon-entreprise.fr">https://mon-entreprise.fr</Link>{' '}
|
||||
<Link href="https://mon-entreprise.urssaf.fr">
|
||||
https://mon-entreprise.urssaf.fr
|
||||
</Link>{' '}
|
||||
n’est actuellement pas en conformité avec le{' '}
|
||||
<Link
|
||||
href="https://numerique.gouv.fr/publications/rgaa-accessibilite/"
|
||||
|
@ -88,7 +93,7 @@ export default function Accessibilité() {
|
|||
Dans l’attente d’une mise en conformité totale, vous pouvez obtenir une
|
||||
version accessible des documents ou des informations qui y seraient
|
||||
contenues en envoyant un courriel à{' '}
|
||||
<Link href="mailto:accessibilite@acoss.fr?subject=%5Bmon-entreprise.fr%5D%20Accessibilit%C3%A9%20num%C3%A9rique%20%3A%20Droit%20%C3%A0%20la%20compensation&cc=contact@mon-entreprise.beta.gouv.fr">
|
||||
<Link href="mailto:accessibilite@acoss.fr?subject=%5Bmon-entreprise.urssaf.fr%5D%20Accessibilit%C3%A9%20num%C3%A9rique%20%3A%20Droit%20%C3%A0%20la%20compensation&cc=contact@mon-entreprise.beta.gouv.fr">
|
||||
accessibilite@acoss.fr
|
||||
</Link>{' '}
|
||||
en indiquant le nom du document concerné et/ou les informations que vous
|
||||
|
@ -100,7 +105,7 @@ export default function Accessibilité() {
|
|||
Vous pouvez nous aider à améliorer l’accessibilité du site en nous
|
||||
signalant les problèmes éventuels que vous rencontrez. Pour ce faire,
|
||||
envoyez-nous un courriel à{' '}
|
||||
<Link href="mailto:accessibilite@acoss.fr?subject=%5Bmon-entreprise.fr%5D%20Accessibilit%C3%A9%20num%C3%A9rique%20%3A%20Am%C3%A9lioration&cc=contact@mon-entreprise.beta.gouv.fr">
|
||||
<Link href="mailto:accessibilite@acoss.fr?subject=%5Bmon-entreprise.urssaf.fr%5D%20Accessibilit%C3%A9%20num%C3%A9rique%20%3A%20Am%C3%A9lioration&cc=contact@mon-entreprise.beta.gouv.fr">
|
||||
accessibilite@acoss.fr
|
||||
</Link>
|
||||
.
|
||||
|
|
|
@ -48,7 +48,7 @@ export default function Budget() {
|
|||
<Meta
|
||||
page="budget"
|
||||
title="Budget"
|
||||
description="Le budget de mon-entreprise.fr"
|
||||
description="Le budget de mon-entreprise"
|
||||
/>
|
||||
<ScrollToTop />
|
||||
<H1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
**Mon-Entreprise.fr** est un service public numérique, c’est pourquoi nous
|
||||
**Mon-Entreprise** est un service public numérique, c’est pourquoi nous
|
||||
sommes transparents sur les ressources allouées et la manière dont elles sont
|
||||
employées.
|
||||
|
||||
|
|
|
@ -266,8 +266,8 @@ function EnSavoirPlusCSP() {
|
|||
</Trans>
|
||||
<blockquote>
|
||||
Failed to execute 'postMessage' on 'DOMWindow': The target origin
|
||||
provided ('https://mon-entreprise.fr') does not match the recipient
|
||||
window's origin
|
||||
provided ('https://mon-entreprise.urssaf.fr') does not match the
|
||||
recipient window's origin
|
||||
</blockquote>
|
||||
<Body>
|
||||
<Trans i18nKey="pages.développeurs.iframe.csp-2">
|
||||
|
@ -275,9 +275,9 @@ function EnSavoirPlusCSP() {
|
|||
</Trans>
|
||||
</Body>
|
||||
<code>
|
||||
script-src 'self' 'unsafe-inline' https://mon-entreprise.fr;
|
||||
script-src 'self' 'unsafe-inline' https://mon-entreprise.urssaf.fr;
|
||||
<br />
|
||||
img-src 'self' https://mon-entreprise.fr;
|
||||
img-src 'self' https://mon-entreprise.urssaf.fr;
|
||||
</code>
|
||||
</PopoverWithTrigger>
|
||||
)
|
||||
|
@ -349,7 +349,7 @@ function IntegrationCode({
|
|||
)}
|
||||
<br />
|
||||
<em>src</em>
|
||||
="https://mon-entreprise.fr/simulateur-iframe-integration.js"{'>'}
|
||||
="https://mon-entreprise.urssaf.fr/simulateur-iframe-integration.js"{'>'}
|
||||
<span>{'<'}</span>
|
||||
<span>/</span>
|
||||
<em>script</em>
|
||||
|
|
|
@ -15,8 +15,8 @@ export default function Library() {
|
|||
Si vous pensez que votre site ou service gagnerait à afficher des
|
||||
calculs de salaire, par exemple passer du salaire brut au salaire net,
|
||||
bonne nouvelle : tous les calculs de cotisations et impôts qui sont
|
||||
derrière mon-entreprise.fr sont libres et facilement réutilisable
|
||||
grâce à la{' '}
|
||||
derrière mon-entreprise sont libres et facilement réutilisable grâce à
|
||||
la{' '}
|
||||
<Link href="https://www.npmjs.com/package/publicodes">
|
||||
bibliothèque NPM publicodes
|
||||
</Link>
|
||||
|
@ -93,19 +93,19 @@ export default function Library() {
|
|||
<Body>
|
||||
{' '}
|
||||
Un{' '}
|
||||
<Link href="https://mon-entreprise.fr/documentation/contrat-salarié/statut-cadre/choix-statut-cadre">
|
||||
<Link href="https://mon-entreprise.urssaf.fr/documentation/contrat-salarié/statut-cadre/choix-statut-cadre">
|
||||
cadre
|
||||
</Link>{' '}
|
||||
gagnant{' '}
|
||||
<Link href="https://mon-entreprise.fr/documentation/contrat-salarié/rémunération/brut-de-base">
|
||||
<Link href="https://mon-entreprise.urssaf.fr/documentation/contrat-salarié/rémunération/brut-de-base">
|
||||
3 400€ bruts
|
||||
</Link>{' '}
|
||||
, qui bénéficie de{' '}
|
||||
<Link href="https://mon-entreprise.fr/documentation/contrat-salari%C3%A9/frais-professionnels/titres%E2%80%91restaurant">
|
||||
<Link href="https://mon-entreprise.urssaf.fr/documentation/contrat-salari%C3%A9/frais-professionnels/titres%E2%80%91restaurant">
|
||||
titres-restaurant
|
||||
</Link>{' '}
|
||||
et qui travaille dans une entreprise de{' '}
|
||||
<Link href="https://mon-entreprise.fr/documentation/entreprise/effectif">
|
||||
<Link href="https://mon-entreprise.urssaf.fr/documentation/entreprise/effectif">
|
||||
22 salariés
|
||||
</Link>
|
||||
.
|
||||
|
@ -133,7 +133,7 @@ export default function Library() {
|
|||
</Body>
|
||||
<Body>
|
||||
Alors que dans le simulateur{' '}
|
||||
<Link href="https://mon-entreprise.fr/simulateurs/salarié">
|
||||
<Link href="https://mon-entreprise.urssaf.fr/simulateurs/salarié">
|
||||
salarié
|
||||
</Link>
|
||||
, il suffit de renseigner la commune et le taux correspondant est
|
||||
|
|
|
@ -32,7 +32,7 @@ export default function Options() {
|
|||
>
|
||||
<Intro>
|
||||
<Trans i18nKey="pages.développeurs.home.description">
|
||||
En plus du site mon-entreprise.fr, nous mettons à disposition des
|
||||
En plus du site mon-entreprise, nous mettons à disposition des
|
||||
outils gratuits et libres à intégrer sur votre site web. Vous pouvez
|
||||
ainsi inclure les outils créés pour <strong>mon-entreprise</strong>{' '}
|
||||
directement dans les parcours habituels de vos utilisateurs.
|
||||
|
|
|
@ -42,7 +42,7 @@ export default function Integration() {
|
|||
📯{' '}
|
||||
<strong>
|
||||
<a href="https://beta.gouv.fr/recrutement/2021/05/25/mon-entreprise-fr.recrute.js.html">
|
||||
Mon-entreprise.fr recrute !
|
||||
Mon-entreprise recrute !
|
||||
</a>
|
||||
</strong>{' '}
|
||||
<small>Freelance Typescript / React pour 6 mois minimum</small>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
User-agent: *
|
||||
Disallow: /dev
|
||||
|
||||
Sitemap: https://mon-entreprise.fr/sitemap.txt
|
||||
Sitemap: https://mon-entreprise.urssaf.fr/sitemap.txt
|
||||
|
|
|
@ -1,46 +1,46 @@
|
|||
https://mon-entreprise.fr/créer
|
||||
https://mon-entreprise.fr/créer/EI
|
||||
https://mon-entreprise.fr/créer/EIRL
|
||||
https://mon-entreprise.fr/créer/EURL
|
||||
https://mon-entreprise.fr/créer/SAS
|
||||
https://mon-entreprise.fr/créer/SARL
|
||||
https://mon-entreprise.fr/créer/SASU
|
||||
https://mon-entreprise.fr/créer/auto-entrepreneur
|
||||
https://mon-entreprise.fr/créer/auto-entrepreneur-EIRL
|
||||
https://mon-entreprise.fr/créer/SA
|
||||
https://mon-entreprise.fr/créer/après-la-création
|
||||
https://mon-entreprise.fr/créer/statut-juridique
|
||||
https://mon-entreprise.fr/créer/statut-juridique/liste
|
||||
https://mon-entreprise.fr/créer/statut-juridique/responsabilité
|
||||
https://mon-entreprise.fr/créer/statut-juridique/dirigeant
|
||||
https://mon-entreprise.fr/créer/statut-juridique/auto-entrepreneur-ou-entreprise-individuelle
|
||||
https://mon-entreprise.fr/créer/statut-juridique/nombre-associés
|
||||
https://mon-entreprise.fr/créer/statut-juridique/gérant-majoritaire-ou-minoritaire
|
||||
https://mon-entreprise.fr/gérer
|
||||
https://mon-entreprise.fr/gérer/embaucher
|
||||
https://mon-entreprise.fr/gérer/sécurité-sociale
|
||||
https://mon-entreprise.fr/gérer/aide-declaration-independants
|
||||
https://mon-entreprise.fr/gérer/demande-mobilité
|
||||
https://mon-entreprise.fr/simulateurs
|
||||
https://mon-entreprise.fr/simulateurs/dirigeant-sasu
|
||||
https://mon-entreprise.fr/simulateurs/indépendant
|
||||
https://mon-entreprise.fr/simulateurs/auto-entrepreneur
|
||||
https://mon-entreprise.fr/simulateurs/comparaison-régimes-sociaux
|
||||
https://mon-entreprise.fr/simulateurs/salaire-brut-net
|
||||
https://mon-entreprise.fr/simulateurs/artiste-auteur
|
||||
https://mon-entreprise.fr/simulateurs/profession-liberale
|
||||
https://mon-entreprise.fr/simulateurs/profession-liberale/medecin
|
||||
https://mon-entreprise.fr/simulateurs/profession-liberale/auxiliaire-medical
|
||||
https://mon-entreprise.fr/simulateurs/profession-liberale/chirurgien-dentiste
|
||||
https://mon-entreprise.fr/simulateurs/profession-liberale/sage-femme
|
||||
https://mon-entreprise.fr/simulateurs/chômage-partiel
|
||||
https://mon-entreprise.fr/simulateurs/économie-collaborative
|
||||
https://mon-entreprise.fr/simulateurs/économie-collaborative/votre-situation
|
||||
https://mon-entreprise.fr/nouveautés
|
||||
https://mon-entreprise.fr/stats
|
||||
https://mon-entreprise.fr/budget
|
||||
https://mon-entreprise.fr/intégration
|
||||
https://mon-entreprise.fr/intégration/iframe
|
||||
https://mon-entreprise.fr/intégration/bibliothèque-de-calcul
|
||||
https://mon-entreprise.fr/documentation
|
||||
https://mon-entreprise.urssaf.fr/créer
|
||||
https://mon-entreprise.urssaf.fr/créer/EI
|
||||
https://mon-entreprise.urssaf.fr/créer/EIRL
|
||||
https://mon-entreprise.urssaf.fr/créer/EURL
|
||||
https://mon-entreprise.urssaf.fr/créer/SAS
|
||||
https://mon-entreprise.urssaf.fr/créer/SARL
|
||||
https://mon-entreprise.urssaf.fr/créer/SASU
|
||||
https://mon-entreprise.urssaf.fr/créer/auto-entrepreneur
|
||||
https://mon-entreprise.urssaf.fr/créer/auto-entrepreneur-EIRL
|
||||
https://mon-entreprise.urssaf.fr/créer/SA
|
||||
https://mon-entreprise.urssaf.fr/créer/après-la-création
|
||||
https://mon-entreprise.urssaf.fr/créer/statut-juridique
|
||||
https://mon-entreprise.urssaf.fr/créer/statut-juridique/liste
|
||||
https://mon-entreprise.urssaf.fr/créer/statut-juridique/responsabilité
|
||||
https://mon-entreprise.urssaf.fr/créer/statut-juridique/dirigeant
|
||||
https://mon-entreprise.urssaf.fr/créer/statut-juridique/auto-entrepreneur-ou-entreprise-individuelle
|
||||
https://mon-entreprise.urssaf.fr/créer/statut-juridique/nombre-associés
|
||||
https://mon-entreprise.urssaf.fr/créer/statut-juridique/gérant-majoritaire-ou-minoritaire
|
||||
https://mon-entreprise.urssaf.fr/gérer
|
||||
https://mon-entreprise.urssaf.fr/gérer/embaucher
|
||||
https://mon-entreprise.urssaf.fr/gérer/sécurité-sociale
|
||||
https://mon-entreprise.urssaf.fr/gérer/aide-declaration-independants
|
||||
https://mon-entreprise.urssaf.fr/gérer/demande-mobilité
|
||||
https://mon-entreprise.urssaf.fr/simulateurs
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/dirigeant-sasu
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/indépendant
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/auto-entrepreneur
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/comparaison-régimes-sociaux
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/salaire-brut-net
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/artiste-auteur
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/profession-liberale
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/profession-liberale/medecin
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/profession-liberale/auxiliaire-medical
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/profession-liberale/chirurgien-dentiste
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/profession-liberale/sage-femme
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/chômage-partiel
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/économie-collaborative
|
||||
https://mon-entreprise.urssaf.fr/simulateurs/économie-collaborative/votre-situation
|
||||
https://mon-entreprise.urssaf.fr/nouveautés
|
||||
https://mon-entreprise.urssaf.fr/stats
|
||||
https://mon-entreprise.urssaf.fr/budget
|
||||
https://mon-entreprise.urssaf.fr/intégration
|
||||
https://mon-entreprise.urssaf.fr/intégration/iframe
|
||||
https://mon-entreprise.urssaf.fr/intégration/bibliothèque-de-calcul
|
||||
https://mon-entreprise.urssaf.fr/documentation
|
||||
|
||||
|
|
|
@ -169,20 +169,22 @@ module.exports.HTMLPlugins = ({ injectTrackingScript = false } = {}) => [
|
|||
description:
|
||||
'Find the type of company that suits you and follow the steps to register your company. Discover the French social security system by simulating your hiring costs. Discover the procedures to hire in France and learn the basics of French labour law.',
|
||||
filename: 'infrance.html',
|
||||
shareImage: 'https://mon-entreprise.fr/images/logo-mycompany-share.png',
|
||||
shareImage:
|
||||
'https://mon-entreprise.urssaf.fr/images/logo-mycompany-share.png',
|
||||
logo: 'images/logo-mycompany.svg',
|
||||
}),
|
||||
new HTMLPlugin({
|
||||
template: 'index.html',
|
||||
inject: false,
|
||||
injectTrackingScript,
|
||||
// mon-entreprise.fr :
|
||||
// mon-entreprise.urssaf.fr :
|
||||
chunks: ['mon-entreprise'],
|
||||
title: "Mon-entreprise.fr : L'assistant officiel du créateur d'entreprise",
|
||||
title:
|
||||
"mon-entreprise.urssaf.fr : L'assistant officiel du créateur d'entreprise",
|
||||
description:
|
||||
'Du statut juridique à la première embauche, en passant par la simulation des cotisations, vous trouverez ici toutes les ressources pour démarrer votre activité.',
|
||||
filename: 'mon-entreprise.html',
|
||||
shareImage: 'https://mon-entreprise.fr/images/logo-share.png',
|
||||
shareImage: 'https://mon-entreprise.urssaf.fr/images/logo-share.png',
|
||||
logo: 'images/logo.svg',
|
||||
}),
|
||||
]
|
||||
|
|
|
@ -97,18 +97,18 @@ Content-Security-Policy = "default-src 'self' mon-entreprise.fr; style-src 'self
|
|||
# Embauche redirection settings
|
||||
[[redirects]]
|
||||
from = "https://mon-entreprise.fr/simulation"
|
||||
to = "https://mon-entreprise.fr/s%C3%A9curit%C3%A9-sociale/salari%C3%A9"
|
||||
to = "https://mon-entreprise.urssaf.fr/s%C3%A9curit%C3%A9-sociale/salari%C3%A9"
|
||||
status = 301
|
||||
|
||||
## Old iframe adress
|
||||
[[redirects]]
|
||||
from = "https://mon-entreprise.fr/modules/v2/dist/simulateur.js"
|
||||
to = "https://mon-entreprise.fr/simulateur-iframe-integration.js"
|
||||
to = "https://mon-entreprise.urssaf.fr/simulateur-iframe-integration.js"
|
||||
status = 301
|
||||
|
||||
[[redirects]]
|
||||
from = "https://mon-entreprise.fr/dist/simulateur.js"
|
||||
to = "https://mon-entreprise.fr/simulateur-iframe-integration.js"
|
||||
to = "https://mon-entreprise.urssaf.fr/simulateur-iframe-integration.js"
|
||||
status = 301
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
> 🇬🇧 Most of the documentation (including issues and commit messages) is written in French, please raise an [issue](https://github.com/betagouv/publicodes/issues/new) if you are interested and do not speak French. We intend to translate the language and the documentation in the coming weeks.
|
||||
|
||||
## <a href="https://publi.codes"><img src="https://mon-entreprise.fr/images/logo-publicodes.png" alt="Publicodes" width="200"/></a>
|
||||
## <a href="https://publi.codes">Publicodes</a>
|
||||
|
||||
[![Npm version](https://img.shields.io/npm/v/publicodes)](https://www.npmjs.com/package/publicodes)
|
||||
[![Gitter chat](https://badges.gitter.im/publicodes/publicodes.png)](https://gitter.im/publicodes/community)
|
||||
|
|
Loading…
Reference in New Issue