Change tax year to 2025
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
parent
10b8212980
commit
b763dab04d
|
|
@ -17,7 +17,7 @@ export class ContributorAllReportsComponent implements OnInit {
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
|
||||||
const taxYear = 2024;
|
const taxYear = 2025;
|
||||||
|
|
||||||
const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]);
|
const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ export class ContributorYearlyReportComponent implements OnInit {
|
||||||
public contributorCity: string = 'Butte';
|
public contributorCity: string = 'Butte';
|
||||||
public contributorState: string = 'MT';
|
public contributorState: string = 'MT';
|
||||||
public contributorZip: string = '59701';
|
public contributorZip: string = '59701';
|
||||||
public taxYear: number = 2024;
|
public taxYear: number = 2025;
|
||||||
|
|
||||||
|
|
||||||
public rowsFirstPage: number = 11;
|
public rowsFirstPage: number = 11;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue