Skip to content

Commit

Permalink
fix(ccn): ajout aide ds modale selection CCN fix #37
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Oct 4, 2018
1 parent 4b9cdb6 commit 6ae14eb
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/common/ConventionModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,31 @@ class ConventionModal extends React.Component {
>
<h2>Convention collective</h2>
<div>
Trouvez votre convention collective :
Saisissez l'identifiant de convention collective (IDCC), le nom de
la branche, ou le code NAF :
<div style={{ marginTop: 10 }}>
<_ConventionPicker />
</div>
<div>
<div style={{ marginTop: 20, fontWeight: "bold" }}>
Comment trouver ma convention collective ?
</div>
<li>
Elle doit figurer au <b>bulletin de paie</b>, et sur une notice
remise à l’embauche ou <b>sur le contrat de travail</b>
</li>
<li>
Sur l’affichage obligatoire dans l’entreprise (avec les
modalités de consultation en entreprise)
</li>
<div style={{ marginTop: 20, fontWeight: "bold" }}>
Quelle est la CCN applicable ?
</div>
<li>
En principe celle relevant de l’activité principale dans
l’entreprise pour les cas les plus simples.
</li>
</div>
</div>
</Modal>
</React.Fragment>
Expand Down

0 comments on commit 6ae14eb

Please sign in to comment.