c54dfd2033
J'ai essayé de supprimer complétement la variable entreprise . effectif (numérique) pour la remplacer par une variable seuil qui soit la "source de vérité" utilisée dans les formules de calcul. Malheureusement il y a quelques endroits où persistent des anciens seuil, et où la valeur précise de l'effectif est utilisée (taxe sur les salaires par exemple, bien que l'utilisation dans cette formule soit une approximation assez grossière). En attendant d'améliorer notre gestion des variables à l’échelle de l'entreprise, l’implémentation retenue permet de simplifier la saisie (on clique sur un seuil plutôt que de saisir une effectif précis à l'unité près) sans cassé les formules existantes. |
||
---|---|---|
.vscode | ||
cypress | ||
source | ||
test | ||
.eslintrc.yaml | ||
.gitconfig | ||
.gitignore | ||
.prettierrc | ||
CONTRIBUTION.md | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
circle.yml | ||
componentTestSetup.js | ||
crédits-icônes.yaml | ||
cypress.json | ||
formeJuridique.yaml | ||
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.
It's a React, Redux, Webpack website hosted on Netlify with no backend.
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 CONTRIBUTION.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.