Skip to main content
All CollectionsFlexAdmin PortalExport Data
Customize the Statement's Export Template
Customize the Statement's Export Template
Updated over a month ago

Statements are a summary of transactions with specific customers. You can find out more about them in this article.

The PDF file of the Statement showing transactions between you and a customer is controlled by a template. Similarly to how you can edit the template of invoices, you can edit the template that shapes the content on the printed PDF of the statement of accounts.

Procedure

  1. Go to Settings > Templates > Invoices.

  2. Click on Statement to open the following dialog for editing:

mceclip0.png

Tip: We advise that you clone your template using the Clone button and test it before you edit your default one. That way, you can preview your changes to the Statement's layout.

Note that only the default Statement template can be used to generate a Statement of Accounts, so the cloned template can preview the layout changes but not generate a Statement.

  • Editor tab - Use the editor to add and remove rows and columns and rearrange the document's layout.

  • Insert Property - Use the properties listed under the editor as placeholders to display data from OfficeRnD.

  • Custom Code - Add custom code if you want to run any pre-processing script to programmatically format the statement document before it gets generated.

  • Date format - Define the date format to be used for the dates rendered in the document. Optionally, you can add a Header and a Footer with Header and Footer Lines.

  • Code tab - use the code tab if you are familiar with coding and want to customize your template using HTML.

  • Click Save.

Note: For CSS code to work correctly, it must be input in the Custom Code field rather than the Code tab of the template. For a detailed guide on how to use code, please refer to our help article here.

Did this answer your question?