Difference between revisions of "Freeside:3:Documentation:Administration:invoice templates"
From Freeside
(Created page with "HTML invoices use Text::Template with <%= and %> delimiters. The following can be set to override the default behaviour of using the invoice_latex* data transformed to HTML: invo…") |
|||
Line 1: | Line 1: | ||
− | HTML invoices use Text::Template with <%= and %> delimiters. | + | * {{#ifeq: {{{format}}} | latex | LaTeX | HTML }} invoices use Text::Template with {{#ifeq: {{{format}}} | latex | [@-- and --@] | <%= and %> }} delimiters. |
− | 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. You may edit invoice_{{{format}}} as well. | + | * {{#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:05, 28 August 2013
- {{#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.