example invoice template
authorivan <ivan>
Wed, 9 Aug 2000 18:40:22 +0000 (18:40 +0000)
committerivan <ivan>
Wed, 9 Aug 2000 18:40:22 +0000 (18:40 +0000)
conf/invoice_template [new file with mode: 0644]

diff --git a/conf/invoice_template b/conf/invoice_template
new file mode 100644 (file)
index 0000000..e226d63
--- /dev/null
@@ -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 <=-