From cc68501826f9070a806d6496d4d0cf610ebbd228 Mon Sep 17 00:00:00 2001 From: afornerot Date: Sat, 20 Sep 2025 19:57:05 +0200 Subject: [PATCH] svg --- templates/base.html.twig | 3 +++ templates/bill/list.html.twig | 2 +- templates/bill/print.html.twig | 19 +++++++++++++++++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index ee419d8..5038f49 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -56,6 +56,9 @@ + diff --git a/templates/bill/list.html.twig b/templates/bill/list.html.twig index 6e7c953..1d148d1 100644 --- a/templates/bill/list.html.twig +++ b/templates/bill/list.html.twig @@ -22,7 +22,7 @@ - + {{ bill.billDate|date("Y-m-d") }} {{ bill.isBill?'Facture':'Devis' }} diff --git a/templates/bill/print.html.twig b/templates/bill/print.html.twig index 5eaf60f..8833dd7 100644 --- a/templates/bill/print.html.twig +++ b/templates/bill/print.html.twig @@ -34,7 +34,7 @@ {% block body %}
-

{{bill.isBill?'Facture FA':'Devis DE' }}{{bill.billDate|date("Ymd")}}

+

{{bill.isBill?'Facture n° FA':'Devis n° DE' }}{{bill.billDate|date("Ymd")}}

{{bill.company.title}}

@@ -47,7 +47,7 @@ {{bill.clientAddress|nl2br}}
- +
@@ -76,4 +76,19 @@
Description
+ +
+ +
+ INFORMATION BANCAIRE
+ Banque = {{bill.company.bankname}} - {{bill.company.banklocality}}
+ n° Compte = {{bill.company.bankcode}}-{{bill.company.bankguichet}}-{{bill.company.bankkey}}
+ IBAN = = {{bill.company.bankiban}}
+ BIC = {{bill.company.bankbic}} +
+ +
+ TVA non applicable, art. 293 B du CGI +
+
{% endblock %} \ No newline at end of file