+
+
+
+
+
+ Vendeur
+ %1$s
+ %2$s
+ %3$s %4$s
+ SIREN : %5$s
+ Tel. : %6$s
+ |
+
+ Client
+ %7$s %8$s
+ Tel. : %9$s
+ |
+
+
+
+
+
+
+
+
+
+ Facture N° %17$tY%17$tm%17$td-%10$s
+
+
+ Date : %11$td/%11$tm/%11$tY
+
+ |
+
+ PAYÉ
+ |
+
+
+
+
+
+
+ Désignation |
+ Quantité |
+ Prix Unitaire HT |
+ Total HT |
+
+ %12$s
+
+ |
+ |
+ TOTAL HT |
+ %13$.2f € |
+
+
+ |
+ |
+ Montant de TVA |
+ %14$.2f € |
+
+
+ |
+ |
+ TOTAL TTC |
+ %15$.2f € |
+
+
+
+
+ Date de réglement : %16$td/%16$tm/%16$tY
+
+
+ Date de livraison : %17$td/%17$tm/%17$tY
+
+
\ No newline at end of file
diff --git a/backend/app/src/main/resources/html/pdf/order_label_template.css b/backend/app/src/main/resources/html/pdf/order_label_template.css
new file mode 100644
index 0000000..008c81d
--- /dev/null
+++ b/backend/app/src/main/resources/html/pdf/order_label_template.css
@@ -0,0 +1,77 @@
+@page {
+ size: A4 landscape;
+}
+
+body {
+ font-family: sans-serif;
+}
+
+article {
+ page-break-after: always;
+}
+
+thead {
+ font-weight: bold;
+}
+
+.logo {
+ width: 40rem;
+}
+
+.logo > img {
+ height: 3rem;
+}
+
+.order-id {
+ font-size: 2rem;
+ text-align: right;
+}
+
+.delivery-description {
+ font-size: 2rem;
+ text-align: right;
+}
+
+.customer-info {
+ font-size: 2rem;
+ font-weight: bolder;
+ text-align: center;
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+}
+
+.dated-limits-and-animal-description > tbody > tr > td {
+ vertical-align: top;
+}
+
+.dated-limits,
+.product-description,
+.animal-description {
+ margin-bottom: 1rem;
+}
+
+.product-description,
+.dated-limits-and-animal-description {
+ width: 100%;
+}
+
+.dated-limits-and-animal-description > tbody > tr > td {
+ width: 50%;
+}
+
+.dated-limits-and-animal-description > tbody > tr > td > table {
+ width: 100%;
+}
+
+.bordered, .bordered thead, .bordered tr, .bordered td {
+ border: solid thin;
+ border-collapse: collapse;
+ padding: 0.3rem;
+}
+
+.certification-images {
+ margin-left: 1rem;
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ height: 3rem;
+}
\ No newline at end of file
diff --git a/backend/app/src/main/resources/html/pdf/order_label_template.html b/backend/app/src/main/resources/html/pdf/order_label_template.html
new file mode 100644
index 0000000..f8bb6ab
--- /dev/null
+++ b/backend/app/src/main/resources/html/pdf/order_label_template.html
@@ -0,0 +1,81 @@
+