Skip to content

Commit

Permalink
Link to the Excel version of the statement file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques committed Jun 11, 2018
1 parent 6730e92 commit 19524e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion account__statements.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Download your statement</h1>

<p>
Please choose a format to download your transaction data in. PDF or CSV.
Please choose a format to download your transaction data in. Choose from CSV, PDF or Excel.
</p>

{if $months|@count eq 0}
Expand All @@ -25,8 +25,11 @@ You presently do not have any account statements available for download.
<td>{$row.month_name}</td>
<td>
<a href="/{if $account.account_type eq 'wallet'}accounts{else}businessaccounts{/if}/{$account.uuid}/statements/{$row.month_yyyymm}/csv">CSV</a>
{* &bull; PDF*}
&bull;
<a href="/{if $account.account_type eq 'wallet'}accounts{else}businessaccounts{/if}/{$account.uuid}/statements/{$row.month_yyyymm}/pdf">PDF</a>
&bull;
<a href="/{if $account.account_type eq 'wallet'}accounts{else}businessaccounts{/if}/{$account.uuid}/statements/{$row.month_yyyymm}/xlsx">Excel</a>
</td>
</tr>
{/foreach}
Expand Down

0 comments on commit 19524e7

Please sign in to comment.