Difference between revisions of "Freeside talk:1.7/Configuration/settings/payment receipt email"
Line 1: | Line 1: | ||
+ | A statement will be sent if the right config values are set. | ||
+ | It will be formatted like an invoice with different notes and will read "Statement". | ||
+ | Automatic payments via [[freeside-daily]] and the "Bill Now" link will trigger these. | ||
+ | |||
+ | == Refactoring ... == | ||
+ | |||
For automatic payments (those triggered by the daily process or "Bill | For automatic payments (those triggered by the daily process or "Bill | ||
now" link), a "statement" formatted just like an invoice (except saying | now" link), a "statement" formatted just like an invoice (except saying | ||
"Statement" and with different notes) is sent instead, if the config | "Statement" and with different notes) is sent instead, if the config | ||
− | files exist for it. | + | files exist for it. Otherwise, "payment_receipts_email" is also used |
for automatic payments, if it exists. Config options for these | for automatic payments, if it exists. Config options for these | ||
statements for automatic payments: | statements for automatic payments: |
Latest revision as of 11:59, 27 February 2008
A statement will be sent if the right config values are set. It will be formatted like an invoice with different notes and will read "Statement". Automatic payments via freeside-daily and the "Bill Now" link will trigger these.
Refactoring ...
For automatic payments (those triggered by the daily process or "Bill now" link), a "statement" formatted just like an invoice (except saying "Statement" and with different notes) is sent instead, if the config files exist for it. Otherwise, "payment_receipts_email" is also used for automatic payments, if it exists. Config options for these statements for automatic payments:
invoice_html_statement (main statement email) invoice_latexnotes_statement (notes for the bottom of HTML and typeset statements) invoice_template_statement (plaintext alternate) invoice_latex_statement (not normally used - only if invoice_email_pdf config option is enabled adding a PDF copy to emailed invoices)