Difference between revisions of "HOWTOs"

From AWBS Wiki
Jump to: navigation, search
(Send PDF attached invoices with the invoice notice email)
Line 13: Line 13:
  
  
4.Edit the New Invoice template and add this line:
+
4.Edit the New Invoice template and add this line after all other content:
  
 
<nowiki><<<<<ATTACH:%%INVOICEID%%>>>>></nowiki>
 
<nowiki><<<<<ATTACH:%%INVOICEID%%>>>>></nowiki>
 
 
  
 
== Merging user accounts ==
 
== Merging user accounts ==

Revision as of 16:09, April 27, 2008

Send PDF attached invoices with the invoice notice email

1. Enable PDF invoices in the Extended System Configuration page of the AWBS Configuration area. Set 'allowpdf' to a value of 1 and save

This will enable pdf viewable invoices both in the admin area invoice manager and the member area invoice area.

2. To get the invoices attached with the invoice notice email, this will only work if you are set to use SMTP mail in AWBS. Configure SMTP mail on the System Options page of the AWBS Configuration. Note: test SMTP mail once configured by using the AWBS mailer and sending a test email to a test account where you can receive the email.

3. Create the directory /includes/pdf/temp with writable permissions.


4.Edit the New Invoice template and add this line after all other content:

<<<<<ATTACH:%%INVOICEID%%>>>>>

Merging user accounts