freeside/httemplate/docs billing.html,1.11,1.12
ivan
ivan at pouncequick.420.am
Sat May 14 09:27:31 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory pouncequick:/tmp/cvs-serv3910/httemplate/docs
Modified Files:
billing.html
Log Message:
html invoices!
http://chris-linfoot.net/d6plinks/CWLT-5VZD4Y
http://www.dsv.su.se/~jpalme/ietf/mhtml.html
ftp://ftp.dsv.su.se/users/jpalme/draft-ietf-mhtml-info.txt
http://mailformat.dan.info/headers/mime.html
http://www.faqs.org/rfcs/rfc2392.html
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/_cdosys_content-type_multipart.asp
(MIME is hard, let's go shopping!)
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/billing.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- billing.html 4 May 2005 00:40:59 -0000 1.11
+++ billing.html 14 May 2005 16:27:26 -0000 1.12
@@ -14,7 +14,7 @@
<ul>
<li>Install teTeX and Ghostscript (included with most distributions).
<li>Place your logo in EPS (Encapsulated PostScript) format with size 90pt X 36pt (<code>epsffit -c 0 0 90 33 yourlogo.eps >logo.eps</code>) at <code>/usr/local/etc/freeside/conf.<i>your_datasrc</i>/logo.eps</code>.
- <li>Edit the <b>invoice_latexfooter</b>, <b>invoice_latexnotes</b>, and <b>invoice_latexsmallfooter</b> configuration files. If you are adventurous, edit <b>invoice_latex</b> as well.
+ <li>Edit the <b>invoice_latexreturnaddress</b>, <b>invoice_latexfooter</b>, <b>invoice_latexnotes</b>, and <b>invoice_latexsmallfooter</b> configuration options. If you are adventurous, edit <b>invoice_latex</b> as well.
</ul>
<li>Plaintext invoice templates
<ul>
@@ -29,6 +29,13 @@
<li>@address - A six-element array containing the customer name, company, and address.
<!-- <li>$overdue - true if this invoice is overdue -->
</ul>
+ </ul>
+ <li>HTML invoice templates
+ <ul>
+ <li>Place your logo in PNG format at <code>/usr/local/etc/freeside/conf.<i>your_datasrc</i>/logo.png</code>.
+ <li>HTML invoices also use <a href="http://search.cpan.org/~mjd/Text-Template/lib/Text/Template.pm">Text::Template</a>.
+ <li>Edit the <b>invoice_html</b> configuration option.
+ <li>The following configuration options can be set to override the default behaviour of using the invoice_latex* data: <b>invoice_htmlreturnaddress</b>, and <b>invoice_htmlfooter</b>, <b>invoice_htmlnotes</b>.
</ul>
<!-- <li>Batch credit card processing
<ul>
More information about the freeside-commits
mailing list