diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/address | 4 | ||||
-rw-r--r-- | conf/invoice_template | 27 |
2 files changed, 29 insertions, 2 deletions
diff --git a/conf/address b/conf/address index b8b6610a7..62ec516ea 100644 --- a/conf/address +++ b/conf/address @@ -1,4 +1,4 @@ Silicon Interactive Software Design -119 Signal Hill Road -Holland, PA 18966-2924 +15 Skyview Way +Newtown, PA 18940 diff --git a/conf/invoice_template b/conf/invoice_template new file mode 100644 index 000000000..e226d636f --- /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 <=- |