-
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.
Update Confirm Completion copy for Transport Permit (#1772)
Update Confirm Completion text for Transport Permits
- Loading branch information
Showing
6 changed files
with
83 additions
and
7 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
65 changes: 65 additions & 0 deletions
65
...nts/mhrTransportPermit/ConfirmCompletionContent/AmendTransportPermitConfirmCompletion.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,65 @@ | ||
<template> | ||
<ol | ||
id="confirm-transport-permit" | ||
class="pl-6" | ||
> | ||
<li> | ||
<strong>The homeowner(s) named in the Manufactured Home Registry match</strong> | ||
the current ownership of the home on the Transportation Application form. | ||
<v-divider class="my-6 ml-n8" /> | ||
</li> | ||
<li> | ||
<strong>A | ||
<v-tooltip | ||
location="top" | ||
contentClass="top-tooltip pa-5" | ||
transition="fade-transition" | ||
> | ||
<template #activator="{ props }"> | ||
<span | ||
class="underline" | ||
v-bind="props" | ||
>tax collector’s clearance certificate for transport purposes</span> | ||
</template> | ||
A certificate or confirmation in electronic format that confirms that no | ||
property taxes are unpaid. Reference Manufactured Home Act sections 25 and 26(2). | ||
</v-tooltip></strong> | ||
which shows the following: | ||
<ol | ||
type="a" | ||
class="mt-1" | ||
> | ||
<li> | ||
all local taxes for the current year have been paid | ||
</li> | ||
<li>original location of the home matches the location on the tax certificate</li> | ||
</ol> | ||
<p class="mt-5"> | ||
<strong>Note: </strong>A tax certificate is not required for manufactured homes that are located on a | ||
manufacturer or a dealer's lot, or moving to a different pad within the same park. | ||
</p> | ||
<v-divider class="my-6 ml-n8" /> | ||
</li> | ||
<li> | ||
<strong>Personal Property Registry search has been completed</strong> and there are no liens that block | ||
the transport permit. PPR registrations that block the transport permit include the following: | ||
<ul | ||
class="mt-1" | ||
> | ||
<li>Land Tax Deferment Lien on a Manufactured Home</li> | ||
<li>Maintenance Lien</li> | ||
<li>Manufactured Home Notice</li> | ||
</ul> | ||
<v-divider class="my-6 ml-n8" /> | ||
</li> | ||
<li> | ||
<strong>If the manufactured home is not moved before the transport permit expires</strong>, | ||
you must report the physical location of the manufactured home within 3 days of expiry of the permit. | ||
<v-divider class="my-6 ml-n8" /> | ||
</li> | ||
<li> | ||
<strong>If the home is permanently moved to a different location than what is specified on the transport | ||
permit</strong>, you must report the physical location of the manufactured home within 3 days of the move. | ||
</li> | ||
</ol> | ||
</template> |
1 change: 1 addition & 0 deletions
1
ppr-ui/src/components/mhrTransportPermit/ConfirmCompletionContent/index.ts
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { default as LocationChangeConfirmCompletion } from './LocationChangeConfirmCompletion.vue' | ||
export { default as TransportPermitConfirmCompletion } from './TransportPermitConfirmCompletion.vue' | ||
export { default as AmendTransportPermitConfirmCompletion } from './AmendTransportPermitConfirmCompletion.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