Skip to content

Commit

Permalink
Code source entier
Browse files Browse the repository at this point in the history
  • Loading branch information
libertjeremy committed Oct 22, 2015
0 parents commit 614081a
Show file tree
Hide file tree
Showing 60 changed files with 4,681 additions and 0 deletions.
136 changes: 136 additions & 0 deletions Cotisations.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cotisations>











<!-- Début Cadres -->





<cotisation>
<libelle>Agirc TB</libelle>
<taux>7.75</taux>
</cotisation>

<cotisation>
<libelle>AGFF TB</libelle>
<taux>0.9</taux>
</cotisation>

<cotisation>
<libelle>Apec</libelle>
<taux>0.024</taux>
</cotisation>









<cotisation>
<libelle>AGFF T2</libelle>
<taux>0.9</taux>
</cotisation>






























<cotisation>
<libelle>Arrco T1</libelle>
<taux>3.05</taux>
</cotisation>
<cotisation>
<libelle>AGFF TA</libelle>
<taux>0.8</taux>
</cotisation>

<cotisation>
<libelle>Contribution sociale </libelle>
<taux>7.5</taux>
</cotisation>
<cotisation>
<libelle>Assurance maladie</libelle>
<taux>0.75</taux>
</cotisation>


<cotisation>
<libelle>AGFF T1</libelle>
<taux>0.8</taux>
</cotisation>
<cotisation>
<libelle>Arrco T2</libelle>
<taux>8.05</taux>
</cotisation>
<cotisation>
<libelle>CET</libelle>
<taux>0.13</taux>
</cotisation>



<cotisation>
<libelle>CRDS</libelle>
<taux>0.5</taux>
</cotisation>
<cotisation>
<libelle>Arrco TA</libelle>
<taux>3.05</taux>
</cotisation>





<cotisation>
<libelle>Chômage</libelle>
<taux>2.4</taux>
</cotisation>
<cotisation>
<libelle>Assurance vieillesse plafonnéee</libelle>
<taux>6.8</taux>
</cotisation>
<cotisation>
<libelle>Assurance vieillesse déplafonné</libelle>
<taux>0.25</taux>
</cotisation>
</cotisations>
59 changes: 59 additions & 0 deletions Employes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<employes>
<employe>
<nom>aaa</nom>
<prenom>aaa</prenom>
<statut>Cadre</statut>
<date>17/2/2014</date>
<salaireBrut>2500.0</salaireBrut>
<salaireNet>1700.0</salaireNet>
</employe>
<employe>
<nom>aaa</nom>
<prenom>aaa</prenom>
<statut>Cadre</statut>
<date>17/2/2014</date>
<salaireBrut>2500.0</salaireBrut>
<salaireNet>1700.0</salaireNet>
</employe>
<employe>
<nom>aaa</nom>
<prenom>aaa</prenom>
<statut>Cadre</statut>
<date>17/2/2014</date>
<salaireBrut>2500.0</salaireBrut>
<salaireNet>1700.0</salaireNet>
</employe>
<employe>
<nom>raucoules</nom>
<prenom>yoann</prenom>
<statut>Cadre</statut>
<date>20/2/2014</date>
<salaireBrut>1500.0</salaireBrut>
<salaireNet>-900.0</salaireNet>
</employe>
<employe>
<nom>raucoules</nom>
<prenom>yoann</prenom>
<statut>Cadre</statut>
<date>20/2/2014</date>
<salaireBrut>1500.0</salaireBrut>
<salaireNet>-900.0</salaireNet>
</employe>
<employe>
<nom>Libert</nom>
<prenom>Jeremy</prenom>
<statut>Cadre</statut>
<date>22/2/2014</date>
<salaireBrut>1000.0</salaireBrut>
<salaireNet>700.0</salaireNet>
</employe>
<employe>
<nom/>
<prenom/>
<statut>Cadre</statut>
<date>22/2/2014</date>
<salaireBrut>1000.0</salaireBrut>
<salaireNet>990.0</salaireNet>
</employe>
</employes>
144 changes: 144 additions & 0 deletions Regles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<regles>

<!-- P = 3129 -->





<regle>

<condition>toujours</condition>
<cotisation>Contribution sociale généralisée</cotisation>

</regle>













<regle>

<condition>brut &gt; 3129 AND brut &lt; 12516 AND statut="cadre"</condition>
<cotisation>Agirc TB</cotisation>

</regle>



<regle>

<condition>brut &lt; 12516 AND statut="cadre"</condition>
<cotisation>Apec</cotisation>

</regle>

<regle>

<condition>brut &gt; 12516 AND brut &lt; 25032 AND statut="cadre"</condition>
<cotisation>Agirc TC</cotisation>

</regle>











<regle>

<condition>brut &gt; 3129 AND brut &lt; 12516 AND statut="noncadre"</condition>
<cotisation>AGFF T2</cotisation>

</regle>













<regle>
<condition>brut &lt; 3129 AND statut="noncadre"</condition>
<cotisation>Arrco T1</cotisation>
</regle>
<regle>
<condition>brut &lt; 3129 AND statut="cadre"</condition>
<cotisation>AGFF TA</cotisation>
</regle>




<regle>
<condition>brut &lt; 25032 AND statut="cadre"</condition>
<cotisation>CET</cotisation>
</regle>








<regle>
<condition>toujours</condition>
<cotisation>CRDS</cotisation>
</regle>
<regle>
<condition>toujours</condition>
<cotisation>Assurance maladie</cotisation>
</regle>


<regle>
<condition>brut &gt; 3129 AND brut &lt; 12516 AND statut="noncadre"</condition>
<cotisation>Arrco T2</cotisation>
</regle>

<regle>
<condition>brut &lt; 3129 AND statut="cadre"</condition>
<cotisation>Arrco TA</cotisation>
</regle>
<regle>
<condition>brut &lt; 3129 AND statut="non cadre"</condition>
<cotisation>AGFF T1</cotisation>
</regle>




<regle>
<condition>brut &lt; 12516 AND statut="cadre"</condition>
<cotisation>Chômage</cotisation>
</regle>
<regle>
<condition>toujours</condition>
<cotisation>Assurance vieillesse déplafonné</cotisation>
</regle>
<regle>
<condition>brut &gt; 3129 AND brut &lt; 12516 AND statut="cadre"</condition>
<cotisation>AGFF TB</cotisation>
</regle>
</regles>
Loading

0 comments on commit 614081a

Please sign in to comment.