-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DC-6642 : new templates for P2 (#1182)
* DC-6642 : new templates for P2 * Fixed the test failures
- Loading branch information
1 parent
1eedc9e
commit 4b99ade
Showing
11 changed files
with
384 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
...uk/gov/hmrc/hmrcemailrenderer/templates/paye/annual_tax_estimate_message_alert.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@import uk.gov.hmrc.hmrcemailrenderer.templates.TemplateUtils | ||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "You have a tax code change") { | ||
<p style="margin: 0 0 30px; font-size: 19px;">Dear @{params("fullName")}</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Your PAYE Income Tax records have recently changed, which means the amount of tax you pay will change.</p> | ||
<p style="margin: 0 0 0px; font-size: 19px;">For security reasons we do not give the full details here, but it could be because:</p> | ||
<ul> | ||
|
||
<li>we have now calculated your tax code for the next tax year (tax year 2024 to 2025)</li> | ||
<li>your job changed</li> | ||
<li>your pay changed</li> | ||
<li>your company benefits, such as a company car changed</li> | ||
<li>your pension changed</li></ul> | ||
<p style="margin: 30px 0 30px; font-size: 19px;"><strong>How to check your details to make sure you pay the right amount of tax</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Search GOV.UK for ‘personal tax account’, sign in and go to the ‘Pay As You Earn (PAYE)’ section.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">If you sign in using a business tax account, you may be able to use it to access your personal tax account.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;"><strong>If you do not have a personal tax account</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">You need to set one up before you can see your tax code change.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Search GOV.UK for ‘Personal tax account: sign in or set up’.</p> | ||
<h2 id="why-you-got-this-email" style="margin: 0 0 30px; font-size: 24px;">Why you got this email</h2> | ||
<p style="margin: 0 0 30px; font-size: 19px;">You got this email because you've chosen to receive email updates instead of letters by post.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">For security reasons we have not included any links in this email.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC Check your Income Tax</p> | ||
} |
42 changes: 42 additions & 0 deletions
42
app/uk/gov/hmrc/hmrcemailrenderer/templates/paye/annual_tax_estimate_message_alert.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
@import uk.gov.hmrc.hmrcemailrenderer.templates.TemplateUtils | ||
@(params: Map[String, Any])You have a tax code change | ||
|
||
|
||
Dear @{params("fullName")} | ||
|
||
Your PAYE Income Tax records have recently changed, which means the amount of tax you pay will change. | ||
|
||
For security reasons we do not give the full details here, but it could be because: | ||
|
||
|
||
- we have now calculated your tax code for the next tax year (tax year 2024 to 2025) | ||
- your job changed | ||
- your pay changed | ||
- your company benefits, such as a company car changed | ||
- your pension changed | ||
|
||
|
||
How to check your details to make sure you pay the right amount of tax | ||
|
||
Search GOV.UK for ‘personal tax account’, sign in and go to the ‘Pay As You Earn (PAYE)’ section. | ||
|
||
If you sign in using a business tax account, you may be able to use it to access your personal tax account. | ||
|
||
|
||
If you do not have a personal tax account | ||
|
||
You need to set one up before you can see your tax code change. | ||
|
||
Search GOV.UK for ‘Personal tax account: sign in or set up’. | ||
|
||
|
||
Why you got this email | ||
|
||
You have chosen to receive email updates instead of letters by post. | ||
|
||
For security reasons we have not included any links in this email. | ||
|
||
From HMRC Check your Income Tax | ||
|
||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer()} |
39 changes: 39 additions & 0 deletions
39
...gov/hmrc/hmrcemailrenderer/templates/paye/annual_tax_estimate_message_alert_cy.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@import uk.gov.hmrc.hmrcemailrenderer.templates.TemplateUtils | ||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Mae’ch cod treth wedi newid", isWelsh = true) { | ||
<p style="margin: 0 0 30px; font-size: 19px;">Annwyl @{params("fullName")}</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Mae’ch cofnodion Treth Incwm TWE wedi newid yn ddiweddar, sy’n golygu y bydd swm y dreth rydych yn ei thalu yn newid.</p> | ||
<p style="margin: 0 0 0px; font-size: 19px;">Oherwydd rhesymau diogelwch, nid ydym yn rhoi’r manylion llawn yma ond gallai fod oherwydd y canlynol:</p> | ||
<ul> | ||
<li>rydym bellach wedi cyfrifo’ch cod treth ar gyfer y flwyddyn dreth nesaf (blwyddyn dreth 2024 i 2025)</li> | ||
<li>newidiodd eich swydd</li> | ||
<li>newidiodd eich cyflog</li> | ||
<li>newidiodd eich buddiannau cwmni, megis car cwmni</li> | ||
<li>newidiodd eich pensiwn</li></ul> | ||
<p style="margin: 30px 0 30px; font-size: 19px;"><strong>Sut i wirio’ch cofnodion i wneud yn siŵr eich bod yn talu’r swm cywir o dreth</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Chwiliwch am ‘personal tax account’ ar GOV.UK, mewngofnodwch ac ewch i’r adran ‘Talu Wrth Ennill (TWE)’.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Os ydych yn mewngofnodi gan ddefnyddio cyfrif treth busnes, mae’n bosibl y gallwch ei ddefnyddio i gael mynediad at eich cyfrif treth personol.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;"><strong>Os nad oes cyfrif treth personol gennych</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Mae angen i chi greu un cyn y gallwch weld y newid i’ch cod treth.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Chwiliwch am ‘Personal tax account: sign in or set up’ ar GOV.UK.</p> | ||
<h2 id="why-you-got-this-email" style="margin: 0 0 30px; font-size: 24px;">Pam y cawsoch yr e-bost hwn</h2> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Rydych wedi dewis cael diweddariadau drwy e-bost yn hytrach na chael llythyrau drwy’r post.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Am resymau diogelwch, nid ydym wedi cynnwys unrhyw gysylltiadau yn yr e-bost hwn.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Oddi wrth CThEF: Gwirio’ch Treth Incwm</p> | ||
} |
41 changes: 41 additions & 0 deletions
41
.../gov/hmrc/hmrcemailrenderer/templates/paye/annual_tax_estimate_message_alert_cy.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
@import uk.gov.hmrc.hmrcemailrenderer.templates.TemplateUtils | ||
@(params: Map[String, Any])Mae’ch cod treth wedi newid | ||
|
||
|
||
Annwyl @{params("fullName")} | ||
|
||
Mae’ch cofnodion Treth Incwm TWE wedi newid yn ddiweddar, sy’n golygu y bydd swm y dreth rydych yn ei thalu yn newid. | ||
|
||
Oherwydd rhesymau diogelwch, nid ydym yn rhoi’r manylion llawn yma ond gallai fod oherwydd y canlynol: | ||
|
||
- rydym bellach wedi cyfrifo’ch cod treth ar gyfer y flwyddyn dreth nesaf (blwyddyn dreth 2024 i 2025) | ||
- newidiodd eich swydd | ||
- newidiodd eich cyflog | ||
- newidiodd eich buddiannau cwmni, megis car cwmni | ||
- newidiodd eich pensiwn | ||
|
||
|
||
Sut i wirio’ch cofnodion i wneud yn siŵr eich bod yn talu’r swm cywir o dreth | ||
|
||
Chwiliwch am ‘personal tax account’ ar GOV.UK, mewngofnodwch ac ewch i’r adran ‘Talu Wrth Ennill (TWE)’. | ||
|
||
Os ydych yn mewngofnodi gan ddefnyddio cyfrif treth busnes, mae’n bosibl y gallwch ei ddefnyddio i gael mynediad at eich cyfrif treth personol. | ||
|
||
|
||
Os nad oes cyfrif treth personol gennych | ||
|
||
Mae angen i chi greu un cyn y gallwch weld y newid i’ch cod treth. | ||
|
||
Chwiliwch am ‘Personal tax account: sign in or set up’ ar GOV.UK. | ||
|
||
|
||
Pam y cawsoch yr e-bost hwn | ||
|
||
Rydych wedi dewis cael diweddariadau drwy e-bost yn hytrach na chael llythyrau drwy’r post. | ||
|
||
Am resymau diogelwch, nid ydym wedi cynnwys unrhyw gysylltiadau yn yr e-bost hwn. | ||
|
||
Oddi wrth CThEF: Gwirio’ch Treth Incwm | ||
|
||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer_cy()} |
38 changes: 38 additions & 0 deletions
38
app/uk/gov/hmrc/hmrcemailrenderer/templates/paye/daily_tax_estimate_message_alert.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@import uk.gov.hmrc.hmrcemailrenderer.templates.TemplateUtils | ||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "You have a tax code change") { | ||
<p style="margin: 0 0 30px; font-size: 19px;">Dear @{params("fullName")}</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Your PAYE Income Tax records have recently changed, which means the amount of tax you pay will change.</p> | ||
<p style="margin: 0 0 0px; font-size: 19px;">For security reasons we do not give the full details here, but it could be because:</p> | ||
<ul> | ||
<li>your job changed</li> | ||
<li>your pay changed</li> | ||
<li>your company benefits, such as a company car changed</li> | ||
<li>your pension changed</li></ul> | ||
<p style="margin: 30px 0 30px; font-size: 19px;"><strong>How to check your details to make sure you pay the right amount of tax</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Search GOV.UK for ‘personal tax account’, sign in and go to the ‘Pay As You Earn (PAYE)’ section.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">If you sign in using a business tax account, you may be able to use it to access your personal tax account.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;"><strong>If you do not have a personal tax account</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">You need to set one up before you can see your tax code change.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Search GOV.UK for ‘Personal tax account: sign in or set up’.</p> | ||
<h2 id="why-you-got-this-email" style="margin: 0 0 30px; font-size: 24px;">Why you got this email</h2> | ||
<p style="margin: 0 0 30px; font-size: 19px;">You got this email because you've chosen to receive email updates instead of letters by post.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">For security reasons we have not included any links in this email.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC Check your Income Tax</p> | ||
} |
40 changes: 40 additions & 0 deletions
40
app/uk/gov/hmrc/hmrcemailrenderer/templates/paye/daily_tax_estimate_message_alert.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
@import uk.gov.hmrc.hmrcemailrenderer.templates.TemplateUtils | ||
@(params: Map[String, Any])You have a tax code change | ||
|
||
|
||
Dear @{params("fullName")} | ||
|
||
Your PAYE Income Tax records have recently changed, which means the amount of tax you pay will change. | ||
|
||
For security reasons we do not give the full details here, but it could be because: | ||
|
||
- your job changed | ||
- your pay changed | ||
- your company benefits, such as a company car changed | ||
- your pension changed | ||
|
||
|
||
How to check your details to make sure you pay the right amount of tax | ||
|
||
Search GOV.UK for ‘personal tax account’, sign in and go to the ‘Pay As You Earn (PAYE)’ section. | ||
|
||
If you sign in using a business tax account, you may be able to use it to access your personal tax account. | ||
|
||
|
||
If you do not have a personal tax account | ||
|
||
You need to set one up before you can see your tax code change. | ||
|
||
Search GOV.UK for ‘Personal tax account: sign in or set up’. | ||
|
||
|
||
Why you got this email | ||
|
||
You have chosen to receive email updates instead of letters by post. | ||
|
||
For security reasons we have not included any links in this email. | ||
|
||
From HMRC Check your Income Tax | ||
|
||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer()} |
38 changes: 38 additions & 0 deletions
38
.../gov/hmrc/hmrcemailrenderer/templates/paye/daily_tax_estimate_message_alert_cy.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@import uk.gov.hmrc.hmrcemailrenderer.templates.TemplateUtils | ||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Mae’ch cod treth wedi newid", isWelsh = true) { | ||
<p style="margin: 0 0 30px; font-size: 19px;">Annwyl @{params("fullName")}</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Mae’ch cofnodion Treth Incwm TWE wedi newid yn ddiweddar, sy’n golygu y bydd swm y dreth rydych yn ei thalu yn newid.</p> | ||
<p style="margin: 0 0 0px; font-size: 19px;">Oherwydd rhesymau diogelwch, nid ydym yn rhoi’r manylion llawn yma ond gallai fod oherwydd y canlynol:</p> | ||
<ul> | ||
<li>newidiodd eich swydd</li> | ||
<li>newidiodd eich cyflog</li> | ||
<li>newidiodd eich buddiannau cwmni, megis car cwmni</li> | ||
<li>newidiodd eich pensiwn</li></ul> | ||
<p style="margin: 30px 0 30px; font-size: 19px;"><strong>Sut i wirio’ch cofnodion i wneud yn siŵr eich bod yn talu’r swm cywir o dreth</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Chwiliwch am ‘personal tax account’ ar GOV.UK, mewngofnodwch ac ewch i’r adran ‘Talu Wrth Ennill (TWE)’.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Os ydych yn mewngofnodi gan ddefnyddio cyfrif treth busnes, mae’n bosibl y gallwch ei ddefnyddio i gael mynediad at eich cyfrif treth personol.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;"><strong>Os nad oes cyfrif treth personol gennych</strong></p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Mae angen i chi greu un cyn y gallwch weld y newid i’ch cod treth.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Chwiliwch am ‘Personal tax account: sign in or set up’ ar GOV.UK.</p> | ||
<h2 id="why-you-got-this-email" style="margin: 0 0 30px; font-size: 24px;">Pam y cawsoch yr e-bost hwn</h2> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Rydych wedi dewis cael diweddariadau drwy e-bost yn hytrach na chael llythyrau drwy’r post.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Am resymau diogelwch, nid ydym wedi cynnwys unrhyw gysylltiadau yn yr e-bost hwn.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">Oddi wrth CThEF: Gwirio’ch Treth Incwm</p> | ||
} |
Oops, something went wrong.