From caa0e1db19c0616031f7879d4298ed152b05f557 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 1 May 2022 21:38:59 +0200 Subject: Jinja2 templates. --- app/templates/preview-invoice.html | 106 +++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 app/templates/preview-invoice.html (limited to 'app/templates/preview-invoice.html') diff --git a/app/templates/preview-invoice.html b/app/templates/preview-invoice.html new file mode 100644 index 0000000..5ddeb00 --- /dev/null +++ b/app/templates/preview-invoice.html @@ -0,0 +1,106 @@ +{# -*- mode: web; -*- #} + + + + + + + + New Invoice for {{ customer.name }} + + + + + + +
+
+ +
+

Company Name

+
455 Foggy Heights, AZ 85004, US
+
(602) 519-0450
+
company@example.com
+
+ +
+
+
+
+
INVOICE TO:
+

John Doe

+
796 Silver Harbour, TX 79273, US
+ +
+
+

INVOICE 3-2-1

+
Date of Invoice: 01/06/2014
+
Due Date: 30/06/2014
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#DESCRIPTIONUNIT PRICEQUANTITYTOTAL
01

Website Design

Creating a recognizable design solution based on the company's existing visual identity
$40.0030$1,200.00
02

Website Development

Developing a Content Management System-based Website
$40.0080$3,200.00
03

Search Engines Optimization

Optimize the site for search engines (SEO)
$40.0020$800.00
SUBTOTAL$5,200.00
TAX 25%$1,300.00
GRAND TOTAL$6,500.00
+
Thank you!
+
+
NOTICE:
+
A finance charge of 1.5% will be made on unpaid balances after 30 days.
+
+
+ + +
+ + -- cgit v1.2.3