From 1dad22d3e45d6506c8624e3a7111240fcc4ab786 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 May 2022 13:16:37 +0200 Subject: Templates. --- app/templates/modules/invoice-preview.html | 108 +++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 app/templates/modules/invoice-preview.html (limited to 'app/templates/modules/invoice-preview.html') diff --git a/app/templates/modules/invoice-preview.html b/app/templates/modules/invoice-preview.html new file mode 100644 index 0000000..f86f9a2 --- /dev/null +++ b/app/templates/modules/invoice-preview.html @@ -0,0 +1,108 @@ +{# -*- mode: web; -*- #} + + + + + + + + Invoice preview for {{ invoice.customer.name }} + + + + + + +
+
+ +
+

FAPG

+
Route de Versonnex
+
(602) 519-0450
+
company@example.com
+
+ +
+
+
+
+
INVOICE TO:
+

{{ invoice.customer.name }}

+
{{ invoice.customer.address }}
+ {% if invoice.customer.email %} + + {% endif %} +
+
+

INVOICE {{ invoice.invoice_id_alt }}

+
Date of Invoice: {{ invoice.date_billed }}
+
Due Date: {{ invoice.date_due }}
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#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