Skip to content

Commit

Permalink
22711 show additional documents in C, CBEN, CCC, CUL (bcgov#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
vysakh-menon-aot authored Aug 22, 2024
1 parent d540fdf commit 75d9f0b
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 108 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% if newLegalType == 'BEN' %}
{% if newLegalType in ['BEN', 'CBEN'] %}
<div class="no-page-break">
<div class="section-title mt-4">BC Benefit Company Statement</div>
<div class="section-data mt-4">
This company is a benefit company and, as such, has purposes that include conducting its
business in a responsible and sustainable manner and promoting one or more public benefits.
</div>
</div>
{% elif newLegalType == 'CC' %}
{% elif newLegalType in ['CC', 'CCC'] %}
<div class="no-page-break">
<div class="section-title mt-4">BC Community Contribution Company Statement</div>
<div class="section-data mt-4">
Expand All @@ -15,12 +15,12 @@
distribute its assets on dissolution or otherwise.
</div>
</div>
{% elif newLegalType == 'ULC' %}
{% elif newLegalType in ['ULC', 'CUL'] %}
<div class="no-page-break">
<div class="section-title mt-4">BC Unlimited Liability Company Statement</div>
<div class="section-data mt-4">
The shareholders of this company are jointly and severally liable to satisfy the debts and
liabilities of this company to the extent provided in section 51.3 of the Business Corporations Act.
</div>
</div>
{% endif %}
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<span class="bold">Company Address Changes</span> - update any changes to a company's registered or records
office addresses as they occur.
</div>
{% if business.legalType == 'BEN' %}
{% if business.legalType in ['BEN', 'CBEN'] %}
<div class="section-data mt-5">
<span class="bold">Benefit Reports</span> - the directors must produce and publish a benefit report on or before
each annual reference date for the company. To learn more about benefit reports, <a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Due to system limitations resulting from the modernization of data across databases, some information
may not be available for cooperative association filings. To request copies of paper documents this summary marks
as Not Available, contact BC Registries staff.
{% elif business.legalType == 'BEN' %}
{% elif business.legalType in ['BEN', 'CBEN'] %}
Due to system limitations resulting from the modernization of data across databases, information on filings
made in Corporate Online while the company was a limited or unlimited liability company are not available.
To request copies of paper documents this summary marks as Not Available, contact BC Registries staff.
Expand Down
Loading

0 comments on commit 75d9f0b

Please sign in to comment.