From 28d5c1c212a06d599160f96cbe0e6c88840ab367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 9 Jul 2024 10:04:00 +0200 Subject: init --- contrib/template.html | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 contrib/template.html (limited to 'contrib/template.html') diff --git a/contrib/template.html b/contrib/template.html new file mode 100644 index 0000000..458af62 --- /dev/null +++ b/contrib/template.html @@ -0,0 +1,204 @@ + + + + + + + + + +
+ + +
+ + + + +

Invoice

#${ number }
issued at: ${ date }
due at: ${ due_date }
+
+
+ +
+
+

Invoice for

+
    +
  • ${ client.name }
  • +
  • ${ client.address }
  • +
  • ${ client.email }
  • +
+
+ ${ if(notes) } +
+

${ notes }

+
+ ${ endif } +
+ +
+
+ + + + + + + + + + + ${ for(services) } + + + + + + + ${ endfor } + + + + + + + +
DescriptionRateQuantityAmount
+ ${ it.name } + ${ if(it.comment) } +

${ it.comment }

+ ${ endif } +
${ it.rate }${ it.qty }${ it.sum }
Total in ${ currency }${ total }
+
+
+ + + + -- cgit v1.2.3