57bb595884
Suite à la crise du coronavirus le gouvernement a élargi le dispositif d'activité partielle et encouragé son recours massif. Ce commit contient les modifications suivantes : * Intégration de l'activité partielle sur le simulateur salarié ; * Création d'une page /coronavirus incluant un simulateur spécifique pour le chômage partiel ainsi que des informations générale sur les dispositifs gouvernementaux. Référencement de cette page sur la page d'accueil et sur le simulateur salarié ; * Grosse refacto du calcul de la CSG/CRDS pour y inclure le calcul des revenus de remplacement. Corrige aussi des erreurs pour la CSG des salariés bénéficiant de la DFS, et intègre l'exonération de CSG à Mayotte ; * Légères modifications de la fenêtre « prochaines question » ; * Affichage d'un placeholder sur les inputs des questions. Co-authored-by: Johan Girod <johangirod@gmail.com> |
||
---|---|---|
.vscode | ||
cypress | ||
publicode | ||
source | ||
test | ||
.eslintrc.yaml | ||
.gitconfig | ||
.gitignore | ||
.prettierrc | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
bundlesize.config.json | ||
circle.yml | ||
componentTestSetup.js | ||
cypress.json | ||
i18next-parser.config.js | ||
index.html | ||
jest.config.js | ||
manifest.webmanifest | ||
netlify.toml | ||
package.json | ||
postcss.config.js | ||
serve.infrance.json | ||
serve.mon-entreprise.json | ||
tsconfig.json | ||
yarn.lock |
README.md
This repository powers mycompanyinfrance.fr and mon-entreprise.fr and publi.codes.
The hiring simulator, available on both websites, embeds a model of the french tax system as a YAML domain specific language. It enables displaying the computing rules on the Web and having a single source of logic for both the computation engine (a JS library) and the generated end-user conversation-like form.
The engine with the French tax law is available as a NPM module and explained on the wiki.
Developed by the french public startup incubator, beta.gouv.fr, with the help of the social security contributions collector, URSSAF.
Most of the documentation (including issues and the wiki) is written in french, please raise an issue if you are interested and do not speak French.
Contribute
If you want to contribute to this application, please check out CONTRIBUTING.md.
Supported browsers
The website will run well on modern browsers. Internet Explorer is not supported anymore (it should work but with visual glitches and performance issues).
This compatibility is tested thanks to BrowserStack's free open source program.