Skip to content
Extraits de code Groupes Projets
Valider 1190bc52 rédigé par Benjamin's avatar Benjamin
Parcourir les fichiers

modification devis + readme

parent 7f1d28b5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -36,6 +36,9 @@ Les typos disponibles sont : Lato, DejaVu Sans, DejaVu Serif, Roboto, Oswald, He
* Devis : `Ventes >> Configuration` puis configurer les différents champs de la section "Configuration des Rapports"
* Factures : `Comptabilité >> Configuration` puis configurer les différents champs de la section "Configuration des Rapports"
.. image:: /lefilament_generic_reports/static/img/template.png
:alt: Template par defaut
:width: 400px
Modification du Header
......
static/img/template.png

206 ko

static/src/img/logo-lefilament-nb.png

36,8 ko

static/src/img/logo-lefilament.png

56,7 ko

......@@ -10,9 +10,6 @@
@padding_left_small: 30px;
@padding_right: 40px;
.font1() { font-family: 'Roboto'; }
.font2() { font-family: 'Oswald'; }
.text-middle { vertical-align: middle!important; }
.text-center { text-align: center; }
......@@ -49,9 +46,6 @@ body, table, td, span, div {
font-size: 20px;
padding: 5px 0px;
}
.header-num span {
.font2;
}
.header-date {
padding-left: @padding_left_small;
}
......@@ -193,6 +187,16 @@ span.header-client-nom {
.prix-u {
width: 120px!important;
}
.bpa {
float: left;
width: 480px;
padding: 5px;
padding-left: @padding_left_small;
font-size: 12px;
text-align: center;
font-weight: 300;
color: #777;
}
/**************************************
FOOTER
......
......@@ -142,9 +142,10 @@
<div class="row">
<div class="col-xs-12">
<div class="bpa">
<p t-if="doc.note">
<strong>Commentaire :</strong> <br/><span t-field="doc.note"/>
</p>
<t t-if="doc.payment_term_id">
<strong><u>Conditions de paiement</u></strong><br/>
<span t-field="doc.payment_term_id.note"/>
</t>
<p>
BON POUR ACCORD - CACHET | DATE | SIGNATURE
</p>
......@@ -176,15 +177,14 @@
</td>
</tr>
</table>
<p t-if="doc.payment_term_id">
<span t-field="doc.payment_term_id.note"/>
</p>
</div>
</div>
</div>
<p t-if="doc.note" class="commentaire">
<strong>Commentaire :</strong> <br/><span t-field="doc.note"/>
</p>
</div>
</xpath>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter