Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.25
-
Fix Version/s: 5.0.0
-
Component/s: CiviContribute
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
Steps
Create Multiple contributions for contact
Find contribution (for single contact) -> select contribution records => 'Thanks you letter (print or email)' from action list
Now new form will open
Group contributions by -> Contact
Separator (grouped contributions) -> 'Horizontal Table Cell'
In document body create 3x2 table
e.g.
<p>Hi {contact.display_name},</p>
<p> </p>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td>ID</td>
<td>{contribution.contribution_id}</td>
</tr>
<tr>
<td>Recieve Date</td>
<td>{contribution.receive_date}</td>
</tr>
<tr>
<td>Amount</td>
<td>{contribution.total_amount}</td>
</tr>
</tbody>
</table>
Now submit button to create pdf letter.
PDF will generated with comma separated values instead of additional TD in table.
Attachments
Issue Links
- links to