-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- changed director's affidavit file to "Alberta Unlimited Liability C…
…orporation Information" - moved section on several pages - added ULC Info help component - updated Upload Affidavit component (and added help) - removed NS ULC scenario - added Company Name (NR info) to continuation authorization page
- Loading branch information
Severin Beauvais
committed
Oct 8, 2024
1 parent
7c253e1
commit 700a2ff
Showing
12 changed files
with
191 additions
and
56 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
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
41 changes: 41 additions & 0 deletions
41
src/components/ContinuationIn/UnlimitedLiabilityCorporationHelp.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,41 @@ | ||
<template> | ||
<section class="unlimited-liability-corporation-help"> | ||
<header> | ||
<h3 class="text-center"> | ||
Help with Unlimited Liability Corporation Information | ||
</h3> | ||
<div class="mt-6"> | ||
<p> | ||
There is additional information required by the Registrar for an unlimited liability corporation | ||
from Alberta. You are required to provide either a Director's Affidavit or a Court Order. | ||
</p> | ||
|
||
<h4>Director's Affidavit</h4> | ||
<p class="mt-1"> | ||
An affidavit of a director of the corporation stating that the director believes and has reasonable | ||
grounds for believing that: | ||
</p> | ||
<p class="ml-3"> | ||
(i) the corporation is, and the continued unlimited liability company will be, able to pay its | ||
liabilities as they become due, and | ||
</p> | ||
<p class="ml-3"> | ||
(ii) the realizable value of the continued unlimited liability company's assets will not be less | ||
than the aggregate of its liabilities. | ||
</p> | ||
|
||
<h4>Court Order</h4> | ||
<p class="mt-1"> | ||
An order approving the continuation from a court of competent jurisdiction in Alberta. | ||
</p> | ||
</div> | ||
</header> | ||
</section> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { Component, Vue } from 'vue-property-decorator' | ||
@Component({}) | ||
export default class UnlimitedLiabilityCorporationHelp extends Vue {} | ||
</script> |
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
Oops, something went wrong.