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