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 @@
Plan Comptable
+
+ Facture
+
Exercices
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}}
-
+
Description |
@@ -76,4 +76,19 @@
+
+
+
+
+ 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