forked from bcgov/business-filings-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into temporary-17869
- Loading branch information
Showing
36 changed files
with
797 additions
and
747 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<template> | ||
<VcardTemplate id="about-the-business"> | ||
<template #icon> | ||
mdi-domain | ||
</template> | ||
|
||
<template #title> | ||
About the Business | ||
</template> | ||
|
||
<template #content> | ||
<v-row | ||
no-gutters | ||
class="px-6 py-7" | ||
> | ||
<v-col | ||
cols="12" | ||
sm="3" | ||
> | ||
<strong>Business in Good Standing</strong> | ||
</v-col> | ||
<v-col | ||
cols="12" | ||
sm="9" | ||
> | ||
{{ data.isGoodStanding ? 'Yes' : 'No' }} | ||
</v-col> | ||
</v-row> | ||
|
||
<v-divider class="mx-4" /> | ||
|
||
<v-row | ||
no-gutters | ||
class="px-6 py-7" | ||
> | ||
<v-col | ||
cols="12" | ||
sm="3" | ||
> | ||
<strong>Date of Incorporation</strong> | ||
</v-col> | ||
<v-col | ||
cols="12" | ||
sm="9" | ||
> | ||
{{ DateUtilities.dateToPacificDate(data.incorporationDate, true) }} | ||
</v-col> | ||
</v-row> | ||
</template> | ||
</VcardTemplate> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { AgmExtEvalIF } from '@/interfaces' | ||
import { Component, Prop, Vue } from 'vue-property-decorator' | ||
import { DateUtilities } from '@/services' | ||
import { VcardTemplate } from '@/components/common' | ||
@Component({ | ||
components: { | ||
VcardTemplate | ||
} | ||
}) | ||
export default class AboutTheBusiness extends Vue { | ||
readonly DateUtilities = DateUtilities | ||
@Prop({ required: true }) readonly data!: AgmExtEvalIF | ||
} | ||
</script> | ||
|
||
<style lang="scss" scoped> | ||
@import '@/assets/styles/theme.scss'; | ||
.col-12 { | ||
font-size: $px-16; | ||
} | ||
</style> |
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,82 @@ | ||
<template> | ||
<VcardTemplate id="agm-extension-evaluation"> | ||
<template #icon> | ||
mdi-calendar-range | ||
</template> | ||
|
||
<template #title> | ||
AGM Extension Evaluation | ||
</template> | ||
|
||
<template #content> | ||
<v-row | ||
no-gutters | ||
class="px-6 pt-7" | ||
> | ||
<v-col | ||
cols="12" | ||
sm="3" | ||
> | ||
<strong>AGM Year</strong> | ||
</v-col> | ||
<v-col | ||
cols="12" | ||
sm="9" | ||
> | ||
{{ data.agmYear || 'Unknown' }} | ||
</v-col> | ||
</v-row> | ||
|
||
<v-row | ||
no-gutters | ||
class="px-6 py-4" | ||
> | ||
<v-col | ||
cols="12" | ||
sm="3" | ||
> | ||
<strong>Duration of Extension</strong> | ||
</v-col> | ||
<v-col | ||
cols="12" | ||
sm="9" | ||
> | ||
{{ data.extensionDuration || 'Unknown' }} | ||
</v-col> | ||
</v-row> | ||
|
||
<v-row | ||
no-gutters | ||
class="px-6 pb-7" | ||
> | ||
<v-col | ||
cols="12" | ||
sm="3" | ||
> | ||
<strong>Due date for this AGM</strong> | ||
</v-col> | ||
<v-col | ||
cols="12" | ||
sm="9" | ||
> | ||
{{ data.agmDueDate || 'Unknown' }} | ||
</v-col> | ||
</v-row> | ||
</template> | ||
</VcardTemplate> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { Component, Prop, Vue } from 'vue-property-decorator' | ||
import { VcardTemplate } from '@/components/common' | ||
import { AgmExtEvalIF } from '@/interfaces' | ||
@Component({ | ||
components: { | ||
VcardTemplate | ||
} | ||
}) | ||
export default class AgmExtensionEvaluation extends Vue { | ||
@Prop({ required: true }) readonly data!: AgmExtEvalIF | ||
} | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<template> | ||
<section class="agm-extension-help mt-0"> | ||
<h3 class="text-center"> | ||
AGM Extension Help | ||
</h3> | ||
<div class="mt-6"> | ||
<p class="ml-1"> | ||
A company must have an annual general meeting (AGM) every calendar year, not more than 15 | ||
months after the previous year's meeting. A company's first AGM must happen within 18 months | ||
of recognition. The date of an AGM becomes the company's annual reference date. | ||
</p> | ||
<p class="ml-1"> | ||
Shareholders entitled to vote may decide by unanimous resolution to postpone the AGM to a | ||
later date than the annual reference date. They can also decide by unanimous resolution to | ||
waive the AGM for that year. A unanimous resolution to postpone or waive the AGM must pass on | ||
or before the annual reference date. Shareholders must select a new annual reference date. | ||
</p> | ||
<p class="ml-1"> | ||
If a company does not pass a unanimous resolution before the required date, they must apply | ||
for an AGM extension. | ||
</p> | ||
</div> | ||
</section> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { Component, Vue } from 'vue-property-decorator' | ||
@Component({}) | ||
export default class AgmExtensionHelp extends Vue {} | ||
</script> |
Oops, something went wrong.