diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css index 63b8349..3474234 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css @@ -7,6 +7,9 @@ @media print { :host { display: block; + margin-top: -50px; + -webkit-print-color-adjust: exact; + color-adjust: exact; } } @@ -58,6 +61,10 @@ text-align: left; } + .mt-5 { + margin-top: 5px; + } + .mt-20 { margin-top: 20px; } @@ -80,7 +87,6 @@ .hilight-yellow { background-color: yellow; - -webkit-print-color-adjust: exact; } table.borders { @@ -93,4 +99,8 @@ table.cell-padding-5 td, table.cell-padding-5 th { padding: 5px; + } + + table.highlight-even tr:nth-child(even) { + background-color: #e6ffe6; } \ No newline at end of file diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html index 2cce1a2..96bcc6f 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html @@ -1,11 +1,13 @@
- +
Old Fashion Baptist Church Contribution Report {{taxYear}}
-+
{{contributorName}}
+{{contributorStreet}}
+{{contributorCity}} {{contributorState}}, {{contributorZip}}
| Date | @@ -75,12 +77,12 @@|||||
|---|---|---|---|---|---|
| {{t.date}} | -{{t.type === 0 ? 'Cash' : 'Check'}} | -{{t.checkNumber}} | -{{t.fund === 0 ? 'General' : 'Missions'}} | -{{t.description}} | -{{t.amount | currency}} | -{{t.date}} | +{{t.type === 0 ? 'Cash' : 'Check'}} | +{{t.checkNumber}} | +{{t.fund === 0 ? 'General' : 'Missions'}} | +{{t.description}} | +{{t.amount | currency}} | +