extranet/www/pages/bilans2.php
2009-03-25 09:37:17 +00:00

253 lines
3.8 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
?>
<style>
#container
{
width: 580px;
background-color: #FFFFFF;
}
#bilans
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 0px;
width: 580px;
text-align: left;
border-collapse: collapse;
}
#bilans th
{
padding: 8px;
font-weight: normal;
font-size: 13px;
border: 1px solid #000;
color: #039;
background: #b9c9fe;
text-align: center;
font-weight: bold;
}
#bilans td
{
padding: 8px;
border: 1px solid #000;
color: #000;
}
#bilans td.center {
text-align: center;
}
#bilans td.italique {
font-style: italic ;
}
#bilans tr.subhead td
{
padding: 8px;
background: #b9c9fe;
border: 1px solid #000;
font-weight: bold;
color: #000;
}
.entete {
margin:1px;
}
.subentete {
margin:2px;
}
</style>
<div id="container">
<div><img class="entete" src="./img/rub_bilans.png" width="577" height="36"></div>
<div><img class="subentete" src="./img/srub_bilanap.png" width="576" height="27" /></div>
<table id="bilans">
<thead>
<tr>
<th>ACTIF</th>
<th>Montant K&euro;</th>
<th>% T.B.</th>
<th>PASSIF</th>
<th>Montant K&euro;</th>
<th>% T.B.</th>
</tr>
</thead>
<tbody>
<tr>
<td>CHIFFRE D'AFFAIRES</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table> 
<p>Graphique</p>
<div><img class="subentete" src="./img/srub_bilanap.png" width="576" height="27" /></div>
<table id="bilans">
<thead>
<tr>
<th>SOLDES INTERMEDIAIRES DE GESTION</th>
<th>Montant K&euro;</th>
<th>% C.A.</th>
</tr>
</thead>
<tbody>
<tr class="subhead">
<td class="center">CHIFFRE D'AFFAIRES HORS TAXE</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Achat de marchandises, de matières premières</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">MARGE COMMERCIALE</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Production vendue</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Production immobilisée et stockée</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">PRODUCTION DE l'EXERCICE</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Variation de stock de marchandises et matières premières</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">MARGE BRUTE</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Autres charges externes</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">VALEUR AJOUTÉE</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Charges de personnel</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Impôts, taxes & versements assimilés</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Subventions d'exploitation</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">EXCÉDENT BRUT D'EXPLOITATION (EBE)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Autres produits d'exploitation</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Autres charges d'exploitation</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Reprise sur dotations & transferts de charges</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Dotations d'exploitation & provisions d'exploitation</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">RÉSULTAT D'EXPLOITATION</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Produits financiers</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Charges financières</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">RÉSULTAT COURANT AVANT IMPOTS</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Produits exceptionnels</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Charges exceptionnelles/td>
<td></td>
<td></td>
</tr>
<tr>
<td>Impôts sur les bénéfices</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Participation salariale</td>
<td></td>
<td></td>
</tr>
<tr class="subhead">
<td class="center">RÉSULTAT NET</td>
<td></td>
<td></td>
</tr>
</tbody>
</table> 
<p>Graphique</p>
</div>