Update verbiage on report

test
dan 2019-12-31 16:37:00 -07:00
parent aae13b1de5
commit 590d17777d
2 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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);