Update verbiage on report
parent
aae13b1de5
commit
590d17777d
|
|
@ -34,7 +34,7 @@
|
|||
<p><b>Name: </b>{{contributorName}}</p>
|
||||
<p><b>Tax Year: </b>{{taxYear}}</p>
|
||||
</div>
|
||||
<table class="cell-padding-5 borders mt-20 w-100">
|
||||
<table class="cell-padding-5 borders w-100">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{{taxYear}} Giving Summary</th>
|
||||
|
|
@ -55,16 +55,16 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div>
|
||||
Thank you for your support. The information provided in this statement reflects
|
||||
your gifts on record for {{taxYear}}.
|
||||
No goods or services were provided in exchange for your contributions.
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-20">
|
||||
<canvas #chart width="400" height="300"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
Thank you for your support. The information provided in this statement reflects
|
||||
your gifts on record for {{taxYear}}.
|
||||
No goods or services were provided in exchange for your contributions.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="highlight-even cell-padding-5 w-100 borders mt-20">
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ export class ContributorYearlyReportComponent implements OnInit {
|
|||
public contributorZip: string = '59701';
|
||||
public taxYear: number = 2019;
|
||||
|
||||
public rowsFirstPage: number = 12;
|
||||
public rowsFirstPage: number = 13;
|
||||
public rowsPerPage: number = 31;
|
||||
public get fillerRows(): number[] {
|
||||
const rowsToFillPage = this.rowsFirstPage + ((this.pages - 2) * this.rowsPerPage);
|
||||
|
|
|
|||
Loading…
Reference in New Issue