Difference between revisions of "HOWTOs"
From AWBS Wiki
(New page: == Send PDF attached invoices with the invoice notice email == This will only work if you are set to use SMTP mail in AWBS. You must create the directory /includes/pdf/temp with writable ...) |
|||
Line 1: | Line 1: | ||
== Send PDF attached invoices with the invoice notice email == | == 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: | ||
<<<<<ATTACH:>>>>> | <<<<<ATTACH:>>>>> | ||
+ | |||
+ | |||
+ | |||
+ | == Merging user accounts == |
Revision as of 12:07, April 23, 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:
<<<<<ATTACH:>>>>>