summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorivan <ivan>2000-08-09 18:40:22 +0000
committerivan <ivan>2000-08-09 18:40:22 +0000
commitf402899b993f7fd52a264ebf07a9acf9d07099df (patch)
treeb5c39ec9cb445872f2c4ede9095555d67eef3667 /conf
parent4c7f7284e84faca5404f609c8af0a50197edff96 (diff)
example invoice template
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_template27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/invoice_template b/conf/invoice_template
new file mode 100644
index 0000000..e226d63
--- /dev/null
+++ b/conf/invoice_template
@@ -0,0 +1,27 @@
+
+ Invoice
+ { substr("Page $page of $total_pages ", 0, 19); } { use Date::Format; time2str("%x", $date); } FS-{ $invnum; }
+
+
+Ivan Kohler
+1339 Hayes St.
+San Francisco, CA 94117
+
+
+{ $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)
+ );
+}
+
+ -=> Freeside - open-source billing for ISPs - http://www.sisd.com/freeside <=-