Modérateurs: Modérateurs, Super Modérateur













Chuck a écrit:Le SMIC augmente au 1er juillet, donc petite évolution
de l'outil de calcul
Installation comme d'hab.
------------------------
- Code: Tout sélectionner
<HTML><HEAD>
<meta name="Auteur" content="Didier GUILLAUME / Phix">
<TITLE>Reduction Fillon</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<SCRIPT language=JavaScript>
function RedFi()
{
var VSMC,VEFF,VHOR,VHTP,VHES,VBRT,VMHS,VMIJ_,VMIJ,VBRTA,VCoef,VCoefA
if (formRedFi.QSMC[0].checked) {VSMC=document.formRedFi.QSMC[0].value}
if (formRedFi.QSMC[1].checked) {VSMC=document.formRedFi.QSMC[1].value}
if (formRedFi.QSMC[2].checked) {VSMC=document.formRedFi.QSMC[2].value}
if (formRedFi.QEFF[0].checked) {VEFF=document.formRedFi.QEFF[0].value}
if (formRedFi.QEFF[1].checked) {VEFF=document.formRedFi.QEFF[1].value}
if (formRedFi.QBTP[0].checked) {VBTP=document.formRedFi.QBTP[0].value}
if (formRedFi.QBTP[0].checked) {PBTP="Oui : 10%"}
if (formRedFi.QBTP[1].checked) {VBTP=document.formRedFi.QBTP[1].value}
if (formRedFi.QBTP[1].checked) {PBTP="Non : 0%"}
VHOR_ = document.formRedFi.QHOR.value
VHOR = VHOR_.replace(/,/,".")
VHOR = Math.round(VHOR*100)/100
VHTP_ = document.formRedFi.QHTP.value
if (VHTP_=='Tps plein ') {VHTP_ = VHOR_}
VHTP = VHTP_.replace(/,/,".")
VHTP = Math.round(VHTP*100)/100
if (VHTP>VHOR) {alert("L'horaire temps partiel ne peut être supérieur à l'horaire collectif : "+VHTP+" > "+VHOR);}
VHAbs_ = document.formRedFi.QHAbs.value
VHAbs = VHAbs_.replace(/,/,".")
VHAbs = Math.round(VHAbs*100)/100
if (VHAbs>VHTP) {alert("Les heures d'absence ne peuvent excéder l'horaire travaillé : "+VHAbs+" > "+VHOR);}
VHPres = Math.round((VHTP-VHAbs)*100)/100
VBRT_ = document.formRedFi.QBRT.value
VBRT = VBRT_.replace(/,/,".")
VBRT = Math.round(VBRT*100)/100
VTAB_ = document.formRedFi.QTAB.value
VTAB = VTAB_.replace(/,/,".")
VTAB = Math.round(VTAB*1)/1
if (VTAB>100) {alert("Le taux d'abattement ne peut être supérieur à 100% : "+VTAB+" > 100");}
VBRTA = VBRT*(100-VTAB)/100
VBRTA = Math.round(VBRTA*100)/100
document.formRedFi.RBRTA.value = VBRTA
VMHS_ = document.formRedFi.QMHS.value
VMHS = VMHS_.replace(/,/,".")
VMHS = Math.round(VMHS*100)/100
VMIJ_ = document.formRedFi.QMIJ.value
VMIJ = VMIJ_.replace(/,/,".")
VMIJ = Math.round(VMIJ*100)/100
BrtH = Math.round(VBRT*1000)/1000
if (BrtH<VSMC) {alert("Le salaire brut horaire est inférieur au SMIC : "+BrtH+" < "+VSMC);}
VBRTS = (VBRT-VMHS+VMIJ)*(100-VTAB)/100
VBRTS = Math.round(VBRTS*100)/100
document.formRedFi.RBRTS.value = VBRTS
VSMCP_ = VSMC*VHOR*(VHTP/VHOR)*(VHPres/VHTP)
VSMCP = Math.round(VSMCP_*100)/100
document.formRedFi.RSMCP.value = VSMCP
document.formRedFi.RBTP.value = PBTP
A = VEFF/0.6
B = (1.6*VSMCP/VBRTS)-1
C = A*B
VCoef = Math.round(C*1000000)/1000000
document.formRedFi.RCoef.value = VCoef
VCoefA = Math.round(VCoef*1000)/1000
Rep= "Coef. arrondi Ă "
if (VCoefA<0) {Rep = "Coef nul",VCoefA = 0}
if (VCoefA>VEFF) {Rep = "Coef plafonné à ", VCoefA = VEFF}
document.formRedFi.RCoefA.value = VCoefA
document.formRedFi.Rep.value = Rep
Red = Math.round(VCoefA*VBTP*VBRT*100)/100
document.formRedFi.Red.value = Red
}
// -->
// Popup d'aide
function PopAide(page)
{
window.open(page,"nom_popup","menubar=no, status=no, scrollbars=no, menubar=no, width=400, height=500")
}
// -->
// Imprimer la page
function Print()
{
nav = parseInt(navigator.appVersion)
if (nav >= 4) self.print()
}
</SCRIPT>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
</HEAD>
<BODY text=#000000 bgcolor="#FFFFCC">
<CENTER>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="800" cellpadding="5">
<tr>
<td width="20%" height="50" bgcolor="#000000" bordercolor="#FFFFFF">
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" bgcolor="#006699" width="150">
<tr>
<td bgcolor="#FFFFFF" valign="top">
<font SIZE="4"> </font><b><font size="4" face="Wingdings" color="#FF9900">p</font><font color="#808080" face="Verdana" size="1"> </font>
<font color="#808080" size="6" face="Verdana">ZOOM</font></b></td>
</tr>
<tr>
<td width="199"> </td>
</tr>
</table>
</td>
<td width="60%" height="50" bordercolor="#FFFFFF" bgcolor="#000000">
<p align="center"><b><font face="Arial" size="4" color="#FFFFFF">CALCUL D'UNE
RÉDUCTION 'FILLON'</font></b></td>
<td width="20%" height="50" bgcolor="#000000">
<div align="right">
<table border="0" cellspacing="1" style="border-collapse: collapse" align="right">
<tr>
<td width="100%" align="center">
<font color="#FFFFFF" face="Arial Narrow" size="2">Version 5.7 du 27
juin 2008</font></td>
</tr>
<tr>
<td width="100%" align="center">
<b><font face="Arial Narrow" size="2" color="#FFFFFF"> Paie & RH</font></b></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<FORM name=formRedFi action="--WEBBOT-SELF--" method="POST">
<TABLE cellSpacing=0 border=0 style="border-collapse: collapse" cellpadding="0" width="750">
<TBODY>
<TR>
<TD width="210" align="center" height="19">
<span style="font-weight: 700; background-color: #CCFFCC">
<font face="Arial" style="font-size: 11pt"> Société </font></span></TD>
<TD width="20" align="center" height="19"> </TD>
<TD width="340" align="center" height="19">
<span style="font-weight: 700; background-color: F5D7FF">
<font face="Arial" style="font-size: 11pt"> Salarié </font></span></TD>
<TD width="20" align="center" height="19"> </TD>
<TD width="200" align="center" height="19">
<span style="font-weight: 700; background-color: #FFD99F">
<font face="Arial" style="font-size: 11pt"> Calculs </font></span></TD>
</TR>
<TR>
<TD width="210" align="center"><font face="Arial" style="font-size: 5pt"> </font></TD>
<TD width="20" align="center"><font face="Arial" style="font-size: 5pt"> </font></TD>
<TD width="340" align="center"><font face="Arial" style="font-size: 5pt"> </font></TD>
<TD width="20" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</TR>
<TR>
<TD width="210" align="center" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #00CC00; border-top: 1px solid #FFFFFF; " height="20" bgcolor="#CCFFCC"><b><font face="Arial" size="2">
SMIC </font></b><font color="#0000FF"><span style="background-color: #FF0000"><a title=" Choisir la valeur du SMIC horaire
corespondant à la pèriode de calcul.
- 8,44€ pour les mois de janvier à avril 2008
- 8,63€ depuis les mois de mai et juin 2008
- 8,71€ depuis le mois de juillet 2008" style="text-decoration: none" href="#PhB"><font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font></TD>
<TD width="20" align="center" rowspan="2" height="67">
<p align="left">
</TD>
<TD width="340" align="left" rowspan="2" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #CC66FF; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #CC66FF; " height="68" bgcolor="#F5D7FF">
<p align="center"><b><font face="Arial" style="font-size: 9pt"> Horaire collectif
temps plein :
</font></b><FONT face=Arial size=1>
<INPUT size=6 value=151.67
name=QHOR tabindex="7" style="text-align: right; font-family:Arial; font-size:9pt"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Horiare collectif de l'entreprise
à défaut, horaire légal" style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><FONT face=Arial style="font-size: 9pt"><br>
Horaire si temps partiel,
inférieur à 35h : </FONT>
<FONT face=Tahoma style="font-size: 9pt">
<INPUT size=6
name=QHTP tabindex="8" style="text-align: right; font-family:Arial; font-size:9pt" value="Tps plein "></FONT><FONT face=Arial style="font-size: 9pt">
</FONT><font color="#0000FF"><span style="background-color: #FF0000"><a title=" Horaire en cas de temps pertiel
pour proratisation."
style="text-decoration: none" href="#PhB"><b><font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font></b><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><b><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</b>
</a>
</span></font><font style="font-size: 9pt" face="Arial"><br>
Heures d'absence non rémunérées
:
</font>
<FONT face=Tahoma style="font-size: 9pt">
<b>
<INPUT size=6
name=QHAbs tabindex="9" style="text-align: right; font-family:Arial; font-size:9pt" value="0.00"></b></FONT><FONT face=Arial style="font-size: 9pt">
</FONT><font color="#0000FF"><span style="background-color: #FF0000"><a title=" Heures d'absence non rémunérées dans le mois,
pour proratisation." style="text-decoration: none" href="#PhB"><font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font></TD>
<TD width="20" align="left" rowspan="2" height="67"> </TD>
<TD width="200" align="center" rowspan="2" height="67" bgcolor="#FFD99F" style="border-left:1px solid #FFFFFF; border-top:1px solid #FFFFFF; border-right:1px solid #D78100; border-bottom:1px solid #D78100; ">
<font face="Arial" style="font-size: 9pt"> SMIC proratisé
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" SMIC mensuel proratisé en fonction
- de l'horaire temps partiel
- de l'horaire effectif lors de l'embauche
ou du départ." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font>
<font face="Arial" style="font-size: 5pt"><br>
</font>
<span style="font-size: 9pt">
<INPUT size=8 value=0.00
name=RSMCP style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; padding:0; text-align: right; background-color:#FFD99F; font-family:Arial; font-size:9pt" tabindex="16"></span></TD>
</TR>
<TR>
<TD width="210" align="center" valign="top" style="border-top:1px solid #CCFFCC; border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-bottom:1px solid #00CC00; " height="48" bgcolor="#CCFFCC">
<p align="left">
<font size="2" face="Arial"> </font><font face="Arial">
<input type="radio" value=8.44 name=QSMC tabindex="1"></font><font face="Arial" style="font-size: 9pt">
8,44 (de juil.07 Ă Avr. 08</font><font face="Arial" size="2">) <br>
</font><font face="Arial">
<input type="radio" value=8.63 name=QSMC tabindex="2"></font><font face="Arial" style="font-size: 9pt">
8,63 (de Mai 08 Ă Juin 08)</font><font face="Arial" size="2"> <br>
</font><font face="Arial">
<input type="radio" value=8.71 name=QSMC checked tabindex="3"></font><font face="Arial" style="font-size: 9pt">
8,71 (depuis Juillet 08)</font><font face="Arial" size="2"> </font></TD>
<!-- <A href="javascript:popaide('')">Aide</A></font></TD> -->
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #00CC00; border-top: 1px solid #FFFFFF; border-bottom-width: 1" height="20" bgcolor="#CCFFCC">
<b><font face="Arial" size="2">Effectif </font></b>
<a title=" Depuis le 1er juillet 2007, le coefficient est majoré
pour les entreprises de moins de 20 salariés
(L'effectif à prendre en compte est calculé
en fonction de la moyenne des effectifs mensuelles,
tous établissements confondus, sur l'année 2006).
- 0,281 pour les entreprises de 1 à 19 salariés
- 0,260 pour les entreprises de 20 salariés et plus" href="#PhB" style="text-decoration: none">
<font color="#FFFFFF">
<span style="background-color: #FF0000">
<font face="Arial" style="font-size: 9pt">
</font><b><font face="Arial" style="font-size: 9pt">?</font></b><font face="Arial" style="font-size: 9pt"> </font>
</span></font></a></TD>
<TD width="20" align="center" rowspan="2" height="66">
<p align="left">
</TD>
<TD width="340" align="center" height="66" rowspan="2" bgcolor="#F5D7FF" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #CC66FF; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #CC66FF">
<p><b><font face="Arial" style="font-size: 9pt"> Brut total </b>
(avant abattement éventuel) : <b> </b>
</font><FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=QBRT tabindex="10" style="text-align: right; font-family:Arial; font-size:9pt"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant total du salaire brut,
avant abattement éventuel." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"> Taux d'abattement : </font><FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=2 value=0
name=QTAB tabindex="11" style="text-align: right; font-family:Arial; font-size:9PT"></FONT><FONT face=Arial style="font-size: 9pt">% Brut
abattu : </FONT>
<FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=RBRTA tabindex="10" style="border-left:1px solid #CC66FF; border-right:1px solid #FFFFFF; border-top:1px solid #CC66FF; border-bottom:1px solid #FFFFFF; text-align: right; font-family:Arial; font-size:9pt; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; background-color:#F5D7FF"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Taux d'abattement et brut abattu." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><FONT face=Arial style="font-size: 9pt">
Montant gain des heures compl.
et supp.: </FONT><FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=QMHS tabindex="11" style="text-align: right; font-family:Arial; font-size:9PT"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant total brut des rémunérations
des heures complémentaires et supplémentaires." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><FONT face=Arial style="font-size: 9pt">
</FONT><font face="Arial"><span style="font-size: 9pt"><br>
</span>
</font>
<FONT face=Arial style="font-size: 9pt">
Montant retenu des IJSS
Brutes : </FONT><FONT face=Tahoma style="font-size: 9pt"><!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=QMIJ tabindex="12" style="text-align: right; font-family:Arial; font-size:9PT"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant total des retenues brutes
des Indemnités Journalières de
Sécurité Sociale." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><font face="Arial" style="font-size: 9pt"><b> </b></font></TD>
<td height="66" width="20" rowspan="2">
<font face="Arial" size="2"> </font></td>
<td height="66" rowspan="2" bgcolor="#FFD99F" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #D78100; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #D78100" align="center" width="200">
<p align="center">
<font face="Arial" style="font-size: 9pt"> Brut sans HC, HS et IJSS
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant du salaire brut, éventuellemnt abattu,
- diminué des rémunérations d'heures compl. et supp. éventuellement abattues
+ augmenté des retenues d'IJSS éventuellement abattues." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font><font face="Arial" style="font-size: 5pt"><br>
</font><span style="font-size: 9pt">
<INPUT size=8 value=0.00
name=RBRTS style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; padding:0; text-align: right; background-color:#FFD99F; font-family:Arial; font-size:9pt" tabindex="17"></span></td>
</TR>
<TR>
<TD width="210" align="center" style="border-top:1px solid #CCFFCC; border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-bottom:1px solid #00CC00; " height="47" bgcolor="#CCFFCC">
<p align="left">
<font face="Arial" size="2">
<input type="radio" name="QEFF" value="0.281" tabindex="3"></font><font face="Arial" style="font-size: 9pt">
Moins de 20 salariés (0,281)</font><font face="Arial" size="2"><font size="2"><br>
</font><input type="radio" name="QEFF" value="0.26" checked tabindex="4"></font><font face="Arial" style="font-size: 9pt">
20 salariés et plus (0,260)</font></TD>
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-top:1px solid #FFFFFF; border-bottom-width:1; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1" height="19" bgcolor="#CCFFCC">
<b><font size="2" face="Arial"> BTP </font></b>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" La réduction est majorée de 10%
pour les entreprises de BTP,
cotisant à une caisse de congés payés." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font></TD>
<TD width="20" align="center" rowspan="2" height="59">
<p align="left">
</TD>
<TD width="340" align="center" height="59" rowspan="2">
<FONT face=Tahoma size=3>
<INPUT onclick=RedFi() type=button value=Calculer tabindex="13" style="font-family: Arial; font-weight: bold"><b>
<INPUT type=reset value=Réinitialiser tabindex="10" style="font-weight: bold; font-family:Arial; font-size:10pt">
</b></FONT>
<INPUT onclick=Print() type=button value=Imprimer tabindex="15" style="font-family: Arial; font-weight: bold"></TD>
<TD width="20" align="center" height="59" rowspan="2"> </TD>
<TD width="200" align="center" rowspan="2" height="67" bgcolor="#FFD99F" style="border-left:1px solid #FFFFFF; border-top:1px solid #FFFFFF; border-right:1px solid #D78100; border-bottom:1px solid #D78100; ">
<font face="Arial" style="font-size: 9pt"> Coef BTP
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Coefficient supplémentaire BTP." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font>
<font face="Arial" style="font-size: 5pt"><br>
</font>
<span style="font-size: 9pt">
<INPUT size=8 value="Non : 0%"
name=RBTP style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: right; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; background-color:#FFD99F; font-family:Arial; font-size:9pt" tabindex="18"></span></TD>
</TR>
<TR>
<TD width="210" align="center" style="border-top:1px solid #CCFFCC; border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-bottom:1px solid #00CC00; " height="41" bgcolor="#CCFFCC">
<p align="left">
<font face="Arial">
<input type="radio" name="QBTP" value="1.1" tabindex="5"><font style="font-size: 9pt">Caisse
de congés BTP</font><font size="2"><br>
</font>
<input type="radio" name="QBTP" value="1" checked tabindex="6"><font style="font-size: 9pt">Sans
caisse de congés</font></font></TD>
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-top-width:1">
</TD>
<TD width="20" align="center">
</TD>
<TD align="center" width="340">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="25" align="center" rowspan="3">
<font face="Arial" style="font-size: 9pt">Coef. Fillon</font></td>
<td width="25" align="center">
</td>
<td width="50">
<p align="center"><font face="Arial" style="font-size: 9pt"> Coef.
Effectif</font></td>
<td width="25" rowspan="3">
<p align="center"><font face="Arial" style="font-size: 9pt"> x </font>
<font face="Arial" size="6">(</font></td>
<td width="200">
<p align="center"><font face="Arial" style="font-size: 9pt">1,6 x SMIC Mensuel
</font><font face="Arial" size="1">(proratisé)</font></td>
<td width="35" rowspan="3">
<font face="Arial" style="font-size: 9pt"> -1</font><font face="Arial" size="6">)</font></td>
</tr>
<tr>
<td width="25" height="5" align="center">
<font face="Arial" style="font-size: 9pt">=</font></td>
<td width="50" height="5">
<hr noshade color="#000000" size="1"></td>
<td width="200" height="5">
<hr color="#000000" size="1"></td>
</tr>
<tr>
<td width="25" height="15" align="center">
</td>
<td width="50" height="15">
<p align="center"><font face="Arial" style="font-size: 9pt">0,6</font></td>
<td width="200" height="15">
<p align="center"><font face="Arial" style="font-size: 9pt">Brut </font>
<font face="Arial" size="1">(sans
HS et IJSS)</font></td>
</tr>
</table>
</TD>
<TD align="center" width="20">
<font face="Arial" size="2">=</font></TD>
<TD width="200" align="center" style="border-left:1px solid #FFFFCC; border-right:1px solid #D78100; border-top:1px solid #FFFFCC; border-bottom:1px solid #D78100; background-color:#FFD99F">
<font face="Arial" style="font-size: 5pt"><br>
</font>
<font face="Arial" style="font-size: 9pt">Coef Fillon
<!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=8 name=RCoef dir="ltr" style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: center; background-color: #FFD99F" tabindex="19">
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Coefficient 'Fillon' selon calcul indiqué,
puis éventuellement plafonné
et arrondi à 3 décimales." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font>
<font face="Arial" style="font-size: 5pt"><br>
</font>
<font face="Arial" style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="String" b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=16 name=Rep dir="ltr" style="border:1px solid #FFD99F; padding:0; text-align: center; background-color: #FFD99F; font-family:Arial; font-size:9pt" tabindex="20"><!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=4 name=RCoefA dir="ltr" style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: center; background-color: #FFD99F; font-family:Arial; font-size:9pt" tabindex="21"> </font></TD>
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-top-width:1" height="32">
</TD>
<TD width="20" align="center" height="32">
</TD>
<TD align="center" width="340" height="32">
<p align="left">
<font face="Arial" style="font-size: 9pt" size="1">
Réduc Fillon = Brut total x
Coef. Fillon </font>
<font face="Arial" style="font-size: 9pt">
x Coef BTP</font></p>
</TD>
<TD align="center" height="32" width="20">
<font face="Arial" size="2">=</font></TD>
<TD align="center" height="32" bgcolor="#FFD99F" style="border-left: 1px solid #FFFFCC; border-right: 1px solid #D78100; border-top: 1px solid #FFFFCC; border-bottom: 1px solid #D78100" width="200">
<font face="Arial" style="font-size: 9pt">Réduc. Fillon </font>
<font face="Arial" style="font-size: 9pt" size="1">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators="x." b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=7 name=Red dir="ltr" style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: center; background-color: #FFD99F; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; font-family:Arial; font-size:9pt" tabindex="22"> </font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant de la réduction 'Fillon'
selon calcul indiqué. Ce montant,
ne peut être supérieur à la somme
des cotisations employeurs URSSAF." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
</TD>
</TR>
</TBODY></TABLE><font face="Arial" size="1"> </font></FORM></CENTER>
</FORM>
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FF9900" width="800" id="AutoNumber1" cellpadding="0" bgcolor="#FF9900">
<tr>
<td><p align="center"><font size="1" face="Arial"> Ce logiciel est distribué gratuitement et ne peut être vendu.
Il est fourni «tel quel», et peut contenir des bogues, l'auteur n'en prendra aucune responsabilité.</font></td>
</tr>
</table>
</BODY></HTML>
----------------------------------













pinpin a écrit:Le SMIC passe à 8,82 Euros au 01/07/2009, soit 1 337,73 Euros par mois.

<HTML><HEAD>
<meta name="Auteur" content="Didier GUILLAUME / Phix">
<TITLE>Reduction Fillon</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<SCRIPT language=JavaScript>
function RedFi()
{
var VSMC,VEFF,VHOR,VHTP,VHES,VBRT,VMHS,VMIJ_,VMIJ,VBRTA,VCoef,VCoefA
if (formRedFi.QSMC[0].checked) {VSMC=document.formRedFi.QSMC[0].value}
if (formRedFi.QSMC[1].checked) {VSMC=document.formRedFi.QSMC[1].value}
if (formRedFi.QSMC[2].checked) {VSMC=document.formRedFi.QSMCa.value}
if (formRedFi.QEFF[0].checked) {VEFF=document.formRedFi.QEFF[0].value}
if (formRedFi.QEFF[1].checked) {VEFF=document.formRedFi.QEFF[1].value}
if (formRedFi.QBTP[0].checked) {VBTP=document.formRedFi.QBTP[0].value}
if (formRedFi.QBTP[0].checked) {PBTP="Oui : 10%"}
if (formRedFi.QBTP[1].checked) {VBTP=document.formRedFi.QBTP[1].value}
if (formRedFi.QBTP[1].checked) {PBTP="Non : 0%"}
VHOR_ = document.formRedFi.QHOR.value
VHOR = VHOR_.replace(/,/,".")
VHOR = Math.round(VHOR*100)/100
VHTP_ = document.formRedFi.QHTP.value
if (VHTP_=='Tps plein ') {VHTP_ = VHOR_}
VHTP = VHTP_.replace(/,/,".")
VHTP = Math.round(VHTP*100)/100
if (VHTP>VHOR) {alert("L'horaire temps partiel ne peut être supérieur à l'horaire collectif : "+VHTP+" > "+VHOR);}
VHAbs_ = document.formRedFi.QHAbs.value
VHAbs = VHAbs_.replace(/,/,".")
VHAbs = Math.round(VHAbs*100)/100
if (VHAbs>VHTP) {alert("Les heures d'absence ne peuvent excéder l'horaire travaillé : "+VHAbs+" > "+VHOR);}
VHPres = Math.round((VHTP-VHAbs)*100)/100
VBRT_ = document.formRedFi.QBRT.value
VBRT = VBRT_.replace(/,/,".")
VBRT = Math.round(VBRT*100)/100
VTAB_ = document.formRedFi.QTAB.value
VTAB = VTAB_.replace(/,/,".")
VTAB = Math.round(VTAB*1)/1
if (VTAB>100) {alert("Le taux d'abattement ne peut être supérieur à 100% : "+VTAB+" > 100");}
VBRTA = VBRT*(100-VTAB)/100
VBRTA = Math.round(VBRTA*100)/100
document.formRedFi.RBRTA.value = VBRTA
VMHS_ = document.formRedFi.QMHS.value
VMHS = VMHS_.replace(/,/,".")
VMHS = Math.round(VMHS*100)/100
VMIJ_ = document.formRedFi.QMIJ.value
VMIJ = VMIJ_.replace(/,/,".")
VMIJ = Math.round(VMIJ*100)/100
BrtH = Math.round(VBRT*1000)/1000
if (BrtH<VSMC) {alert("Le salaire brut horaire est inférieur au SMIC : "+BrtH+" < "+VSMC);}
VBRTS = (VBRT-VMHS+VMIJ)*(100-VTAB)/100
VBRTS = Math.round(VBRTS*100)/100
document.formRedFi.RBRTS.value = VBRTS
VSMCP_ = VSMC*VHOR*(VHTP/VHOR)*(VHPres/VHTP)
VSMCP = Math.round(VSMCP_*100)/100
document.formRedFi.RSMCP.value = VSMCP
document.formRedFi.RBTP.value = PBTP
A = VEFF/0.6
B = (1.6*VSMCP/VBRTS)-1
C = A*B
VCoef = Math.round(C*1000000)/1000000
document.formRedFi.RCoef.value = VCoef
VCoefA = Math.round(VCoef*1000)/1000
Rep= "Coef. arrondi Ă "
if (VCoefA<0) {Rep = "Coef nul",VCoefA = 0}
if (VCoefA>VEFF) {Rep = "Coef plafonné à ", VCoefA = VEFF}
document.formRedFi.RCoefA.value = VCoefA
document.formRedFi.Rep.value = Rep
Red = Math.round(VCoefA*VBTP*VBRT*100)/100
document.formRedFi.Red.value = Red
}
// -->
// Popup d'aide
function PopAide(page)
{
window.open(page,"nom_popup","menubar=no, status=no, scrollbars=no, menubar=no, width=400, height=500")
}
// -->
// Imprimer la page
function Print()
{
nav = parseInt(navigator.appVersion)
if (nav >= 4) self.print()
}
</SCRIPT>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
</HEAD>
<BODY text=#000000 bgcolor="#FFFFCC">
<CENTER>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="800" cellpadding="5">
<tr>
<td width="20%" height="50" bgcolor="#000000" bordercolor="#FFFFFF">
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" bgcolor="#006699" width="150">
<tr>
<td bgcolor="#FFFFFF" valign="top">
<font SIZE="4"> </font><b><font size="4" face="Wingdings" color="#FF9900">p</font><font color="#808080" face="Verdana" size="1"> </font>
<font color="#808080" size="6" face="Verdana">ZOOM</font></b></td>
</tr>
<tr>
<td width="199"> </td>
</tr>
</table>
</td>
<td width="60%" height="50" bordercolor="#FFFFFF" bgcolor="#000000">
<p align="center"><b><font face="Arial" size="4" color="#FFFFFF">CALCUL D'UNE
RÉDUCTION 'FILLON'</font></b></td>
<td width="20%" height="50" bgcolor="#000000">
<div align="right">
<table border="0" cellspacing="1" style="border-collapse: collapse" align="right">
<tr>
<td width="100%" align="center">
<font color="#FFFFFF" face="Arial Narrow" size="2">Version 5.8 du 3
juil. 2009</font></td>
</tr>
<tr>
<td width="100%" align="center">
<b><font face="Arial Narrow" size="2" color="#FFFFFF"> Paie & RH</font></b></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<FORM name=formRedFi action="--WEBBOT-SELF--" method="POST">
<TABLE cellSpacing=0 border=0 style="border-collapse: collapse" cellpadding="0" width="750">
<TBODY>
<TR>
<TD width="210" align="center" height="19">
<span style="font-weight: 700; background-color: #CCFFCC">
<font face="Arial" style="font-size: 11pt"> Société </font></span></TD>
<TD width="20" align="center" height="19"> </TD>
<TD width="340" align="center" height="19">
<span style="font-weight: 700; background-color: F5D7FF">
<font face="Arial" style="font-size: 11pt"> Salarié </font></span></TD>
<TD width="20" align="center" height="19"> </TD>
<TD width="200" align="center" height="19">
<span style="font-weight: 700; background-color: #FFD99F">
<font face="Arial" style="font-size: 11pt"> Calculs </font></span></TD>
</TR>
<TR>
<TD width="210" align="center"><font face="Arial" style="font-size: 5pt"> </font></TD>
<TD width="20" align="center"><font face="Arial" style="font-size: 5pt"> </font></TD>
<TD width="340" align="center"><font face="Arial" style="font-size: 5pt"> </font></TD>
<TD width="20" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</TR>
<TR>
<TD width="210" align="center" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #00CC00; border-top: 1px solid #FFFFFF; " height="20" bgcolor="#CCFFCC"><b><font face="Arial" size="2">
SMIC </font></b><font color="#0000FF"><span style="background-color: #FF0000"><a title=" Choisir la valeur du SMIC horaire
corespondant à la pèriode de calcul.
- 8,44€ pour les mois de janvier à avril 2008
- 8,63€ depuis les mois de mai et juin 2008
- 8,71€ depuis le mois de juillet 2008" style="text-decoration: none" href="#PhB"><font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font></TD>
<TD width="20" align="center" rowspan="2" height="67">
<p align="left">
</TD>
<TD width="340" align="left" rowspan="2" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #CC66FF; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #CC66FF; " height="68" bgcolor="#F5D7FF">
<p align="center"><b><font face="Arial" style="font-size: 9pt"> Horaire collectif
temps plein :
</font></b><FONT face=Arial size=1>
<INPUT size=6 value=151.67
name=QHOR tabindex="7" style="text-align: right; font-family:Arial; font-size:9pt"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Horiare collectif de l'entreprise
à défaut, horaire légal" style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><FONT face=Arial style="font-size: 9pt"><br>
Horaire si temps partiel,
inférieur à 35h : </FONT>
<FONT face=Tahoma style="font-size: 9pt">
<INPUT size=6
name=QHTP tabindex="8" style="text-align: right; font-family:Arial; font-size:9pt" value="Tps plein "></FONT><FONT face=Arial style="font-size: 9pt">
</FONT><font color="#0000FF"><span style="background-color: #FF0000"><a title=" Horaire en cas de temps pertiel
pour proratisation."
style="text-decoration: none" href="#PhB"><b><font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font></b><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><b><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</b>
</a>
</span></font><font style="font-size: 9pt" face="Arial"><br>
Heures d'absence non rémunérées
:
</font>
<FONT face=Tahoma style="font-size: 9pt">
<b>
<INPUT size=6
name=QHAbs tabindex="9" style="text-align: right; font-family:Arial; font-size:9pt" value="0.00"></b></FONT><FONT face=Arial style="font-size: 9pt">
</FONT><font color="#0000FF"><span style="background-color: #FF0000"><a title=" Heures d'absence non rémunérées dans le mois,
pour proratisation." style="text-decoration: none" href="#PhB"><font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font></TD>
<TD width="20" align="left" rowspan="2" height="67"> </TD>
<TD width="200" align="center" rowspan="2" height="67" bgcolor="#FFD99F" style="border-left:1px solid #FFFFFF; border-top:1px solid #FFFFFF; border-right:1px solid #D78100; border-bottom:1px solid #D78100; ">
<font face="Arial" style="font-size: 9pt"> SMIC proratisé
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" SMIC mensuel proratisé en fonction
- de l'horaire temps partiel
- de l'horaire effectif lors de l'embauche
ou du départ." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font>
<font face="Arial" style="font-size: 5pt"><br>
</font>
<span style="font-size: 9pt">
<INPUT size=8 value=0.00
name=RSMCP style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; padding:0; text-align: right; background-color:#FFD99F; font-family:Arial; font-size:9pt" tabindex="16"></span></TD>
</TR>
<TR>
<TD width="210" align="center" valign="top" style="border-top:1px solid #CCFFCC; border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-bottom:1px solid #00CC00; " height="48" bgcolor="#CCFFCC">
<p align="left">
<font face="Arial" size="2"> </font><font face="Arial">
<input type="radio" value=8.71 name=QSMC tabindex="1"></font><font face="Arial" style="font-size: 9pt">
8,71 (de Juil 08 Ă Juin 09)</font><font face="Arial" size="2"> <br>
</font><font face="Arial">
<input type="radio" value=8.82 name=QSMC tabindex="2" checked></font><font face="Arial" style="font-size: 9pt">
8,82 (depuis Juillet 09)</font><font face="Arial" size="2"> <br>
</font><font face="Arial">
<input type="radio" value=0 name=QSMC tabindex="3"></font><font face="Arial" style="font-size: 9pt">
Autres valeurs </font>
<FONT face=Tahoma style="font-size: 9pt">
<b>
<INPUT size=4
name=QSMCa tabindex="4" style="text-align: right; font-family:Arial; font-size:9pt" value="0.00"></b></FONT>
<FONT face=Arial style="font-size: 9pt"> </FONT></TD>
<!-- <A href="javascript:popaide('')">Aide</A></font></TD> -->
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #00CC00; border-top: 1px solid #FFFFFF; border-bottom-width: 1" height="20" bgcolor="#CCFFCC">
<b><font face="Arial" size="2">Effectif </font></b>
<a title=" Depuis le 1er juillet 2007, le coefficient est majoré
pour les entreprises de moins de 20 salariés
(L'effectif à prendre en compte est calculé
en fonction de la moyenne des effectifs mensuelles,
tous établissements confondus, sur l'année 2006).
- 0,281 pour les entreprises de 1 à 19 salariés
- 0,260 pour les entreprises de 20 salariés et plus" href="#PhB" style="text-decoration: none">
<font color="#FFFFFF">
<span style="background-color: #FF0000">
<font face="Arial" style="font-size: 9pt">
</font><b><font face="Arial" style="font-size: 9pt">?</font></b><font face="Arial" style="font-size: 9pt"> </font>
</span></font></a></TD>
<TD width="20" align="center" rowspan="2" height="66">
<p align="left">
</TD>
<TD width="340" align="center" height="66" rowspan="2" bgcolor="#F5D7FF" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #CC66FF; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #CC66FF">
<p><b><font face="Arial" style="font-size: 9pt"> Brut total </b>
(avant abattement éventuel) : <b> </b>
</font><FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=QBRT tabindex="10" style="text-align: right; font-family:Arial; font-size:9pt"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant total du salaire brut,
avant abattement éventuel." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"> Taux d'abattement : </font><FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=2 value=0
name=QTAB tabindex="11" style="text-align: right; font-family:Arial; font-size:9PT"></FONT><FONT face=Arial style="font-size: 9pt">% Brut
abattu : </FONT>
<FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=RBRTA tabindex="10" style="border-left:1px solid #CC66FF; border-right:1px solid #FFFFFF; border-top:1px solid #CC66FF; border-bottom:1px solid #FFFFFF; text-align: right; font-family:Arial; font-size:9pt; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; background-color:#F5D7FF"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Taux d'abattement et brut abattu." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><FONT face=Arial style="font-size: 9pt">
Montant gain des heures compl.
et supp.: </FONT><FONT face=Tahoma style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=QMHS tabindex="11" style="text-align: right; font-family:Arial; font-size:9PT"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant total brut des rémunérations
des heures complémentaires et supplémentaires." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><FONT face=Arial style="font-size: 9pt">
</FONT><font face="Arial"><span style="font-size: 9pt"><br>
</span>
</font>
<FONT face=Arial style="font-size: 9pt">
Montant retenu des IJSS
Brutes : </FONT><FONT face=Tahoma style="font-size: 9pt"><!--webbot bot="Validation" s-data-type="Number" s-number-separators=" ," s-validation-constraint="Greater than or equal to" s-validation-value="0" --><INPUT size=8 value=0.00
name=QMIJ tabindex="12" style="text-align: right; font-family:Arial; font-size:9PT"></FONT><FONT face=Arial style="font-size: 9pt"> </FONT>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant total des retenues brutes
des Indemnités Journalières de
Sécurité Sociale." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font><font face="Arial" style="font-size: 9pt"><b> </b></font></TD>
<td height="66" width="20" rowspan="2">
<font face="Arial" size="2"> </font></td>
<td height="66" rowspan="2" bgcolor="#FFD99F" style="border-left: 1px solid #FFFFFF; border-right: 1px solid #D78100; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #D78100" align="center" width="200">
<p align="center">
<font face="Arial" style="font-size: 9pt"> Brut sans HC, HS et IJSS
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant du salaire brut, éventuellemnt abattu,
- diminué des rémunérations d'heures compl. et supp. éventuellement abattues
+ augmenté des retenues d'IJSS éventuellement abattues." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font><font face="Arial" style="font-size: 5pt"><br>
</font><span style="font-size: 9pt">
<INPUT size=8 value=0.00
name=RBRTS style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; padding:0; text-align: right; background-color:#FFD99F; font-family:Arial; font-size:9pt" tabindex="17"></span></td>
</TR>
<TR>
<TD width="210" align="center" style="border-top:1px solid #CCFFCC; border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-bottom:1px solid #00CC00; " height="47" bgcolor="#CCFFCC">
<p align="left">
<font face="Arial" size="2">
<input type="radio" name="QEFF" value="0.281" tabindex="3"></font><font face="Arial" style="font-size: 9pt">
Moins de 20 salariés (0,281)</font><font face="Arial" size="2"><font size="2"><br>
</font><input type="radio" name="QEFF" value="0.26" checked tabindex="4"></font><font face="Arial" style="font-size: 9pt">
20 salariés et plus (0,260)</font></TD>
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-top:1px solid #FFFFFF; border-bottom-width:1; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1" height="19" bgcolor="#CCFFCC">
<b><font size="2" face="Arial"> BTP </font></b>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" La réduction est majorée de 10%
pour les entreprises de BTP,
cotisant à une caisse de congés payés." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font></TD>
<TD width="20" align="center" rowspan="2" height="59">
<p align="left">
</TD>
<TD width="340" align="center" height="59" rowspan="2">
<FONT face=Tahoma size=3>
<INPUT onclick=RedFi() type=button value=Calculer tabindex="13" style="font-family: Arial; font-weight: bold"><b>
<INPUT type=reset value=Réinitialiser tabindex="10" style="font-weight: bold; font-family:Arial; font-size:10pt">
</b></FONT>
<INPUT onclick=Print() type=button value=Imprimer tabindex="15" style="font-family: Arial; font-weight: bold"></TD>
<TD width="20" align="center" height="59" rowspan="2"> </TD>
<TD width="200" align="center" rowspan="2" height="67" bgcolor="#FFD99F" style="border-left:1px solid #FFFFFF; border-top:1px solid #FFFFFF; border-right:1px solid #D78100; border-bottom:1px solid #D78100; ">
<font face="Arial" style="font-size: 9pt"> Coef BTP
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Coefficient supplémentaire BTP." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font>
<font face="Arial" style="font-size: 5pt"><br>
</font>
<span style="font-size: 9pt">
<INPUT size=8 value="Non : 0%"
name=RBTP style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: right; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; background-color:#FFD99F; font-family:Arial; font-size:9pt" tabindex="18"></span></TD>
</TR>
<TR>
<TD width="210" align="center" style="border-top:1px solid #CCFFCC; border-left:1px solid #FFFFFF; border-right:1px solid #00CC00; border-bottom:1px solid #00CC00; " height="41" bgcolor="#CCFFCC">
<p align="left">
<font face="Arial">
<input type="radio" name="QBTP" value="1.1" tabindex="5"><font style="font-size: 9pt">Caisse
de congés BTP</font><font size="2"><br>
</font>
<input type="radio" name="QBTP" value="1" checked tabindex="6"><font style="font-size: 9pt">Sans
caisse de congés</font></font></TD>
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-top-width:1">
</TD>
<TD width="20" align="center">
</TD>
<TD align="center" width="340">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="25" align="center" rowspan="3">
<font face="Arial" style="font-size: 9pt">Coef. Fillon</font></td>
<td width="25" align="center">
</td>
<td width="50">
<p align="center"><font face="Arial" style="font-size: 9pt"> Coef.
Effectif</font></td>
<td width="25" rowspan="3">
<p align="center"><font face="Arial" style="font-size: 9pt"> x </font>
<font face="Arial" size="6">(</font></td>
<td width="200">
<p align="center"><font face="Arial" style="font-size: 9pt">1,6 x SMIC Mensuel
</font><font face="Arial" size="1">(proratisé)</font></td>
<td width="35" rowspan="3">
<font face="Arial" style="font-size: 9pt"> -1</font><font face="Arial" size="6">)</font></td>
</tr>
<tr>
<td width="25" height="5" align="center">
<font face="Arial" style="font-size: 9pt">=</font></td>
<td width="50" height="5">
<hr noshade color="#000000" size="1"></td>
<td width="200" height="5">
<hr color="#000000" size="1"></td>
</tr>
<tr>
<td width="25" height="15" align="center">
</td>
<td width="50" height="15">
<p align="center"><font face="Arial" style="font-size: 9pt">0,6</font></td>
<td width="200" height="15">
<p align="center"><font face="Arial" style="font-size: 9pt">Brut </font>
<font face="Arial" size="1">(sans
HS et IJSS)</font></td>
</tr>
</table>
</TD>
<TD align="center" width="20">
<font face="Arial" size="2">=</font></TD>
<TD width="200" align="center" style="border-left:1px solid #FFFFCC; border-right:1px solid #D78100; border-top:1px solid #FFFFCC; border-bottom:1px solid #D78100; background-color:#FFD99F">
<font face="Arial" style="font-size: 5pt"><br>
</font>
<font face="Arial" style="font-size: 9pt">Coef Fillon
<!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=8 name=RCoef dir="ltr" style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: center; background-color: #FFD99F" tabindex="19">
</font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Coefficient 'Fillon' selon calcul indiqué,
puis éventuellement plafonné
et arrondi à 3 décimales." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
<font face="Arial" style="font-size: 9pt"><br>
</font>
<font face="Arial" style="font-size: 5pt"><br>
</font>
<font face="Arial" style="font-size: 9pt">
<!--webbot bot="Validation" s-data-type="String" b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=16 name=Rep dir="ltr" style="border:1px solid #FFD99F; padding:0; text-align: center; background-color: #FFD99F; font-family:Arial; font-size:9pt" tabindex="20"><!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=4 name=RCoefA dir="ltr" style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: center; background-color: #FFD99F; font-family:Arial; font-size:9pt" tabindex="21"> </font></TD>
</TR>
<tr>
<TD width="210" align="center" height="13"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="340" align="center" height="14"><font face="Arial" size="1"> </font></TD>
<TD width="20" align="center" height="14"><b><font face="Arial" size="1"> </font></b></TD>
<TD width="200" align="center"><b><font face="Arial" style="font-size: 5pt"> </font></b></TD>
</tr>
<TR>
<TD width="210" align="center" style="border-top-width:1" height="32">
</TD>
<TD width="20" align="center" height="32">
</TD>
<TD align="center" width="340" height="32">
<p align="left">
<font face="Arial" style="font-size: 9pt" size="1">
Réduc Fillon = Brut total x
Coef. Fillon </font>
<font face="Arial" style="font-size: 9pt">
x Coef BTP</font></p>
</TD>
<TD align="center" height="32" width="20">
<font face="Arial" size="2">=</font></TD>
<TD align="center" height="32" bgcolor="#FFD99F" style="border-left: 1px solid #FFFFCC; border-right: 1px solid #D78100; border-top: 1px solid #FFFFCC; border-bottom: 1px solid #D78100" width="200">
<font face="Arial" style="font-size: 9pt">Réduc. Fillon </font>
<font face="Arial" style="font-size: 9pt" size="1">
<!--webbot bot="Validation" s-data-type="Number" s-number-separators="x." b-value-required="TRUE" i-minimum-length="8" i-maximum-length="8" --><INPUT maxLength=8 size=7 name=Red dir="ltr" style="border-left:1px solid #D78100; border-right:1px solid #FFFFCC; border-top:1px solid #D78100; border-bottom:1px solid #FFFFCC; text-align: center; background-color: #FFD99F; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; font-family:Arial; font-size:9pt" tabindex="22"> </font>
<font color="#0000FF">
<span style="background-color: #FF0000">
<a title=" Montant de la réduction 'Fillon'
selon calcul indiqué. Ce montant,
ne peut être supérieur à la somme
des cotisations employeurs URSSAF." style="text-decoration: none" href="#PhB">
<font color="#FFFFFF" face="Arial" style="font-size: 9pt"> </font><font color="#FFFFFF"><b><font face="Arial" style="font-size: 9pt">?</font></b></font><font color="#FFFFFF" face="Arial" style="font-size: 9pt">
</font>
</a>
</span></font>
</TD>
</TR>
</TBODY></TABLE><font face="Arial" size="1"> </font></FORM></CENTER>
</FORM>
<div align="center">
<center>
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FF9900" width="800" id="AutoNumber1" cellpadding="0" bgcolor="#FF9900">
<tr>
<td><p align="center"><font size="1" face="Arial"> Ce logiciel est distribué gratuitement et ne peut être vendu.
Il est fourni «tel quel», et peut contenir des bogues, l'auteur n'en prendra aucune responsabilité.</font></td>
</tr>
</table>
</center>
</div>
</BODY></HTML>


Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités