summaryrefslogtreecommitdiff
path: root/conf/invoice_template_statement
diff options
context:
space:
mode:
Diffstat (limited to 'conf/invoice_template_statement')
-rw-r--r--conf/invoice_template_statement26
1 files changed, 0 insertions, 26 deletions
diff --git a/conf/invoice_template_statement b/conf/invoice_template_statement
deleted file mode 100644
index db02915..0000000
--- a/conf/invoice_template_statement
+++ /dev/null
@@ -1,26 +0,0 @@
-
- Statement
- { substr("Page $page of $total_pages ", 0, 19); } { use Date::Format; time2str("%x", $date); } Invoice #{ $invnum; }
-
-
-{ $company_name; }
-{ $company_address; }
-
-
-{ $address[0]; }
-{ $address[1]; }
-{ $address[2]; }
-{ $address[3]; }
-{ $address[4]; }
-{ $address[5]; }
-
-{
- join("\n",
- map {
- my ( $desc, $price ) = @{$_};
- " ". substr( $desc. " "x65, 0, 65). " ". substr( $price. " "x11, 0, 11);
- } invoice_lines(31)
- );
-}
-
- -=> { $company_name; } <=-