Difference between revisions of "Freeside:1.9:Documentation:Administration:invoice templates"

From Freeside
Jump to: navigation, search
(New page: * Edit the invoice_latexreturnaddress, invoice_latexfooter, invoice_latexnotes, and invoice_latexsmallfooter configuration options. If you are adventurous, edit invoice_latex as well.)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
*  Edit the invoice_latexreturnaddress, invoice_latexfooter, invoice_latexnotes, and invoice_latexsmallfooter configuration options. If you are adventurous, edit invoice_latex as well.
+
{{#ifeq: {{{format}}} | latex | LaTeX | HTML }} invoices use Text::Template with {{#ifeq: {{{format}}} | latex | [@-- and --@] | <%= and %> }} delimiters.
 +
*  {{#ifeq: {{{format}}} | latex | Edit the invoice_{{{format}}}coupon, | The following can be set to override the default behaviour of using the invoice_latex* data transformed to HTML: }} invoice_{{{format}}}returnaddress, invoice_{{{format}}}footer, invoice_{{{format}}}notes, and invoice_{{{format}}}smallfooter configuration options. {{#ifeq: {{{format}}} | latex | If you are adventurous, | You may }} edit invoice_{{{format}}} as well.

Latest revision as of 13:23, 5 August 2010

  • {{#ifeq: {{{format}}} | latex | LaTeX | HTML }} invoices use Text::Template with {{#ifeq: {{{format}}} | latex | [@-- and --@] | <%= and %> }} delimiters.
  • {{#ifeq: {{{format}}} | latex | Edit the invoice_{{{format}}}coupon, | The following can be set to override the default behaviour of using the invoice_latex* data transformed to HTML: }} invoice_{{{format}}}returnaddress, invoice_{{{format}}}footer, invoice_{{{format}}}notes, and invoice_{{{format}}}smallfooter configuration options. {{#ifeq: {{{format}}} | latex | If you are adventurous, | You may }} edit invoice_{{{format}}} as well.