freeside/FS/FS Conf.pm,1.127,1.128 cust_bill.pm,1.110,1.111

ivan ivan at pouncequick.420.am
Tue May 3 17:41:03 PDT 2005


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv25396/FS/FS

Modified Files:
	Conf.pm cust_bill.pm 
Log Message:
great new invoice template from kristian!

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- cust_bill.pm	3 May 2005 17:22:15 -0000	1.110
+++ cust_bill.pm	4 May 2005 00:41:00 -0000	1.111
@@ -1137,9 +1137,11 @@
     'country'      => _latex_escape($cust_main->country),
     'footer'       => join("\n", $conf->config('invoice_latexfooter') ),
     'smallfooter'  => join("\n", $conf->config('invoice_latexsmallfooter') ),
+    'returnaddress' => join("\n", $conf->config('invoice_latexreturnaddress') ),
     'quantity'     => 1,
     'terms'        => $conf->config('invoice_default_terms') || 'Payable upon receipt',
     #'notes'        => join("\n", $conf->config('invoice_latexnotes') ),
+    'conf_dir'     => "$FS::UID::conf_dir/conf.$FS::UID::datasrc",
   );
 
   my $countrydefault = $conf->config('countrydefault') || 'US';

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Conf.pm	25 Apr 2005 09:33:34 -0000	1.127
+++ Conf.pm	4 May 2005 00:41:00 -0000	1.128
@@ -561,6 +561,13 @@
   },
 
   {
+    'key'         => 'invoice_latexreturnaddress',
+    'section'     => 'billing',
+    'description' => 'Return address for LaTeX typeset PostScript invoices.',
+    'type'        => 'textarea',
+  },
+
+  {
     'key'         => 'invoice_latexsmallfooter',
     'section'     => 'billing',
     'description' => 'Optional small footer for multi-page LaTeX typeset PostScript invoices.',




More information about the freeside-commits mailing list