forked from bcgov/lear
-
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.
22235 Legal API - Create endpoint for retrieving stage 1 AR letter (b…
…cgov#2849) * 22235-legal-api-create endpoint for retrieving stage 1 AR (major updates) Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * misc related updates Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * update furnishing job stage one to populate address for both email & mail scenarios Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * fix linting Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * handle bad data Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * fix typo Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * specify user roles for endpoint Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * fix typo Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * 1password & related updates Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * update address position Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * update address type for furnishing address Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * remove handling for bad data Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * remove FURNISHING type in address model & fix broken tests in furnishings job Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> * rename 'output_type' to 'variant' Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca> --------- Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
- Loading branch information
1 parent
075a7a7
commit e36f105
Showing
23 changed files
with
2,229 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,8 @@ | |
{ | ||
"vault": "api", | ||
"application": [ | ||
"mras-api" | ||
"mras-api", | ||
"report-api-gotenberg" | ||
] | ||
} | ||
] |
81 changes: 81 additions & 0 deletions
81
legal-api/report-templates/noticeOfDissolutionCommencement.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,81 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Notice of Commencement of Dissolution</title> | ||
<meta charset="UTF-8"> | ||
<meta name="author" content="BC Registries and Online Services"> | ||
{% if variant == 'default' %} | ||
[[common/v2/style.html]] | ||
{% else %} | ||
[[common/v2/styleMail.html]] | ||
{% endif %} | ||
</head> | ||
<body> | ||
<div class="letter-copy"> | ||
{% if furnishing.mailingAddress %} | ||
<div class="container address-container ml-3"> | ||
{% if furnishing.mailingAddress.streetAddressAdditional %} | ||
<div class="address-container-additional-info"> | ||
{% else %} | ||
<div class="address-container-no-additional-info"> | ||
{% endif %} | ||
<div>{{ furnishing.businessName }}</div> | ||
<div>{{ furnishing.mailingAddress.streetAddress }}</div> | ||
<div>{{ furnishing.mailingAddress.streetAddressAdditional }}</div> | ||
<div> | ||
{{ furnishing.mailingAddress.addressCity }} | ||
{{ furnishing.mailingAddress.addressRegion }} | ||
{{ furnishing.mailingAddress.postalCode }} | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
<div class="container letter-container ml-3"> | ||
<div class="mt-5"><span class="bold">No Annual Reports Filed Since {{ furnishing.lastARDate }} for {{ furnishing.businessIdentifier }}</span></div> | ||
<div class="mt-5">To file an annual report online, log in to your Business Page at <a href="https://www.business.bcregistry.gov.bc.ca/{{ furnishing.businessIdentifier }}" class="break-url">business.bcregistry.gov.bc.ca/<wbr>{{ furnishing.businessIdentifier }}</a> to file any outstanding annual reports listed.</div> | ||
<div class="mt-5">Under section 422 of the Business Corporation Act (the Act), this letter is to notify you that your company has for two years failed to file the annual reports required under section 51 of the Act. A company must annually, within two months after each anniversary of the date on which the company was recognized, file an annual report with the Registrar.</div> | ||
<div class="mt-5">If within one month after the date of this letter, the company fails to file the outstanding annual reports, a notice may be published on the BC Laws website www.bclaws.ca. This notice will state that, at any time after the expiration of one month after the date of publication of the notice, the company will be dissolved, unless cause is shown to the contrary; I am satisfied the failure has been or is being remedied; or a copy of the entered court order to the contrary has been filed.</div> | ||
|
||
{% if furnishing.foreignRegistrations %} | ||
<div class="mt-5"> | ||
Our records indicate your company is registered in | ||
{% if furnishing.foreignRegistrations|length == 1 %} | ||
{{ furnishing.foreignRegistrations[0] }} | ||
{% elif furnishing.foreignRegistrations|length == 2 %} | ||
{{ furnishing.foreignRegistrations[0] }} and {{ furnishing.foreignRegistrations[1] }} | ||
{% else %} | ||
{{ furnishing.foreignRegistrations[0] }}, {{ furnishing.foreignRegistrations[1] }}, and {{ furnishing.foreignRegistrations[2] }} | ||
{% endif %} | ||
as an extraprovincial company. Therefore, if your company is dissolved, its registration as an extraprovincial company in | ||
{% if furnishing.foreignRegistrations|length == 1 %} | ||
{{ furnishing.foreignRegistrations[0] }} | ||
{% elif furnishing.foreignRegistrations|length == 2 %} | ||
{{ furnishing.foreignRegistrations[0] }} and {{ furnishing.foreignRegistrations[1] }} | ||
{% else %} | ||
{{ furnishing.foreignRegistrations[0] }}, {{ furnishing.foreignRegistrations[1] }}, and {{ furnishing.foreignRegistrations[2] }} | ||
{% endif %} | ||
will automatically be cancelled as well. | ||
</div> | ||
{% endif %} | ||
|
||
<div class="mt-5">To request a delay of the dissolution, go to <a href="https://www.business.bcregistry.gov.bc.ca/{{ furnishing.businessIdentifier }}" class="break-url">business.bcregistry.gov.bc.ca/{{ furnishing.businessIdentifier }}</a> and request for a Delay of Dissolution or Cancellation under the To Do section. This must be completed prior to the dissolution of the company.</div> | ||
<div class="mt-5">If your company is dissolved under section 422(1)(a) of the Act, section 347 of the Act states the liability of each director, officer, shareholder and liquidator of a company that is dissolved continues and may be enforced as if the company had not been dissolved.</div> | ||
<div class="mt-5">If you have filed the outstanding annual reports, no further action is required.</div> | ||
<div class="mt-5">If you need help with setting up an account or managing a business, please visit our Resources and Help page at <a href="https://bcreg.ca/resources" class="break-url">bcreg.ca/resources</a></div> | ||
|
||
<p class="mt-5"><i><span class="bold">Issued</span> on my behalf on {{ furnishing.processedDate }}</i></p> | ||
<div class="registrar-info"> | ||
<div>[[common/certificateRegistrarSignature.html]]</div> | ||
<div> | ||
<div class="registrar-name"><span class="bold">{{ registrarInfo.name }}</span></div> | ||
<div class="registrar-title">{{ registrarInfo.title }}</div> | ||
</div> | ||
<div class="mt-2"> | ||
<div class="registry-info"><span class="bold">BC Registries and Online Services</span></div> | ||
<div class="registry-contact"><span class="bold">Toll-Free Phone:</span> 1-877-526-1526</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
68 changes: 68 additions & 0 deletions
68
legal-api/report-templates/template-parts/common/v2/footer.html
Large diffs are not rendered by default.
Oops, something went wrong.
68 changes: 68 additions & 0 deletions
68
legal-api/report-templates/template-parts/common/v2/footerMail.html
Large diffs are not rendered by default.
Oops, something went wrong.
108 changes: 108 additions & 0 deletions
108
legal-api/report-templates/template-parts/common/v2/header.html
Large diffs are not rendered by default.
Oops, something went wrong.
108 changes: 108 additions & 0 deletions
108
legal-api/report-templates/template-parts/common/v2/headerMail.html
Large diffs are not rendered by default.
Oops, something went wrong.
603 changes: 603 additions & 0 deletions
603
legal-api/report-templates/template-parts/common/v2/style.html
Large diffs are not rendered by default.
Oops, something went wrong.
635 changes: 635 additions & 0 deletions
635
legal-api/report-templates/template-parts/common/v2/styleMail.html
Large diffs are not rendered by default.
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
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.