-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tax Cert: CheckOptions and Help Content (#2040)
* Tax Certifcate Options and Help Content * padding fix * Refactor Validation for QS * State Improvements for Tax Cert and Extend/CreateNew Permits * clean up:
- Loading branch information
1 parent
9ddea28
commit c2e5d94
Showing
9 changed files
with
181 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
38 changes: 38 additions & 0 deletions
38
ppr-ui/src/components/mhrTransportPermit/HelpContent/QsTaxCertificateHelp.vue
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 @@ | ||
<script setup lang="ts" /> | ||
<template> | ||
<article | ||
id="qs-tax-certificate-help" | ||
class="px-8 py-2" | ||
> | ||
<h3 class="text-center"> | ||
Help with Tax Certificate | ||
</h3> | ||
<p class="pt-3"> | ||
The tax certificate or an equivalent form of consent must be issued from the tax authority with | ||
jurisdiction of the home, and must be valid for the period of the transport permit. | ||
</p> | ||
<p class="mt-7"> | ||
If the tax notice for the current year has not yet been mailed to the owner, then the owner must pay a | ||
deposit against taxes owing in order to receive a tax certificate. The deposit must be an amount equal | ||
to the greater of $75 or the previous year's taxes less any home owner grant | ||
</p> | ||
<p class="mt-7"> | ||
The form of tax certificate may vary depending upon the tax authority. However, the tax certificate must | ||
state that: | ||
</p> | ||
<p class="ml-4 mb-0"> | ||
a. all local taxes have been paid for the current tax year, | ||
</p> | ||
<p class="ml-4 mb-0"> | ||
b. a deposit has been paid against the current year's taxes, or | ||
</p> | ||
<p class="ml-4 mb-0"> | ||
c. the tax collector has consented to the transport permit. | ||
</p> | ||
<p class="mt-7"> | ||
If there is no expiry date in the tax certificate, then enter the last day of the relevant tax year, | ||
e.g. 31 Dec 20xx. | ||
</p> | ||
</article> | ||
</template> |
74 changes: 74 additions & 0 deletions
74
ppr-ui/src/components/mhrTransportPermit/HelpContent/StaffTaxCertificateHelp.vue
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,74 @@ | ||
<script setup lang="ts"> | ||
</script> | ||
<template> | ||
<article | ||
id="staff-tax-certificate-help" | ||
class="px-8 py-2" | ||
> | ||
<h3 class="text-center"> | ||
Help with Tax Certificate | ||
</h3> | ||
|
||
<p class="pt-3"> | ||
The certificate must be issued from the tax authority with jurisdiction of the home, and must be valid for the | ||
period of the transport permit. It must state that all local taxes have been paid for the current tax year, or | ||
that a deposit has been paid against the current year's taxes, or that the tax collector has consented to the | ||
transport permit. | ||
</p> | ||
|
||
<p class="mt-7"> | ||
The form of tax certificate may vary depending upon the tax authority. However, the tax certificate must | ||
state that: | ||
</p> | ||
<p class="ml-4 mb-0"> | ||
a. all local taxes have been paid for the current tax year, | ||
</p> | ||
<p class="ml-4 mb-0"> | ||
b. a deposit has been paid against the current year's taxes, or | ||
</p> | ||
<p class="ml-4 mb-0"> | ||
c. the tax collector has consented to the transport permit. | ||
</p> | ||
|
||
<p class="mt-7"> | ||
A valid tax certificate is required in all cases except in the scenarios described below: | ||
</p> | ||
|
||
<p class="mt-7 font-weight-bold"> | ||
Scenario 1 | ||
</p> | ||
<p> | ||
No tax certificate is required for moving the manufactured home to a different pad within the same park, or moving | ||
the manufactured home from locations on a manufacturer or dealer’s lot. To confirm this exemption applies check | ||
the ‘Certificate requirement waved’ below | ||
</p> | ||
|
||
<p class="mt-7 font-weight-bold"> | ||
Scenario 2 | ||
</p> | ||
<p> | ||
If the transport permit is requested by a landlord under MHA section 15(2)(b), then you must confirm consent from | ||
the taxing authority. To confirm you have received evidence of consent, check the ‘Certificate requirement waved’ | ||
below | ||
</p> | ||
|
||
<p class="mt-7 font-weight-bold"> | ||
Scenario 3 | ||
</p> | ||
<p> | ||
If there are special circumstances for which registry staff deem it appropriate to waive the requirement for a tax | ||
certificate, then check the ‘Certificate requirement waved’ below. | ||
</p> | ||
|
||
<p class="mt-7"> | ||
If there is no expiry date in the tax certificate, then enter the last day of the relevant tax year, e.g. 31 Dec | ||
20xx. | ||
</p> | ||
|
||
<p class="mt-7"> | ||
If the tax notice for the current year has not yet been mailed to the owner, then the owner must pay a deposit | ||
against taxes owing in order to receive a tax certificate. The deposit must be an amount equal to the greater of | ||
$75 or the previous year's taxes less any home owner grant. | ||
</p> | ||
</article> | ||
</template> |
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
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