From: Tollef Fog Heen Date: Sun, 10 Jun 2012 06:18:33 +0000 (+0200) Subject: Remove text template too X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4d247a801a6590a9ee132a0696fd36f3a16e32;p=peojumk Remove text template too --- diff --git a/templates/invoice/invoice_detail.txt b/templates/invoice/invoice_detail.txt deleted file mode 100644 index ac933b2..0000000 --- a/templates/invoice/invoice_detail.txt +++ /dev/null @@ -1,35 +0,0 @@ -INVOICE ------------------------------------------------------------------------------- -err.no AS -Disengrenda 5b -0587 Oslo -Norway - -Transfer to: -Account number (IBAN) : NO5915032765650 - -Branch Address: -DNB ASA -0021 Oslo -Norway -Phone: +47 73 58 21 01 - -SWIFT Code: DNBANOKK / DNBANOKKXXX ------------------------------------------------------------------------------- -Charge to: - -{{ invoice.customer.name }} -{{ invoice.customer.address }} - ------------------------------------------------------------------------------- -Invoice # {{ invoice.id }} -Date: {{ invoice.date|date:"Y-m-d"}} -Invoice due: {{ invoice.due_date|date:"Y-m-d"}} ------------------------------------------------------------------------------- -Description Hours Rate Sum ------------------------------------------------------------------------------- -{% for line in invoice.invoiceline_set.all %}{{ line.description|ljust:"50" }}{{ line.time|rjust:"5" }} {{ line.hourly_rate|rjust:"5" }}{{ line.amount|rjust:"9" }}{% endfor %} - -{{ invoice.comment }} ------------------------------------------------------------------------------- -Total: {{ invoice.currency }} {{ invoice.total_sum }}