bcgov / orgbook-bc-client

Vue.js rewrite of OrgBook BC
Apache License 2.0
6 stars 8 forks source link

New Filing Codes for CPRD #181

Closed swcurran closed 1 year ago

swcurran commented 1 year ago

From BC Registries:

Insert into filing_type values ('SNRKF','SOCFIL','Notice of Record Keeper'                           ,'Notice of Record Keeper');
insert into filing_type values ('SNRKC','SOCCOR','Correction - Notice of Record Keeper'              ,'Correction - Notice of Record Keeper');
insert into filing_type values ('SCRSF','SOCFIL','Convert a Limited Restoration to Full Restoration' ,'Convert a Limited Restoration to Full Restoration');
insert into filing_type values ('SCRSC','SOCCOR','Correction - Convert a Limited Rest. to Full Rest.','Correction - Convert a Limited Restoration to Full Restoration');
insert into filing_type values ('SRLQF','SOCFIL','Report Payments Made By Liquidator'                ,'Report Payments Made By Liquidator');
insert into filing_type values ('SRLQC','SOCCOR','Correction - Report Payments Made By Liquidator'   ,'Correction - Report Payments Made By Liquidator');
Insert into FILING_TYPE VALUES ('SCRKC','SOCCOR','Correction - Record Keeper Notice of Change'       ,'Correction - Record Keeper Notice of Change');   
Insert into FILING_TYPE VALUES ('SCRKF','SOCFIL','Record Keeper Notice of Change'                    ,'Record Keeper Notice of Change');

I’m not sure if you have them, but I see the following is missing:

image

esune commented 1 year ago

Note for the future: currently new filing codes are handled in the OrgBook UI, however it would be better if we used the schema i18n attributes to map these items, since they are tightly coupled with the data populating the schema attributes.

Issue https://github.com/bcgov/von-bc-registries-agent/issues/321 was logged to track progress on this.