Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API - No Bill of Sale Transfer Outputs #18225

Closed
mstanton1 opened this issue Oct 17, 2023 · 4 comments
Closed

API - No Bill of Sale Transfer Outputs #18225

mstanton1 opened this issue Oct 17, 2023 · 4 comments

Comments

@mstanton1
Copy link
Collaborator

mstanton1 commented Oct 17, 2023

To build misc transfer outputs for scenarios that don't require bill of sale.

Figma Design (look for outputs without bill of sale):
https://www.figma.com/file/sI1qc0sygtxAj67DD4E4aw/MHR-Transfers-(Phase-2)?type=design&node-id=45-8091&mode=design

Misc Transfer Types without Bill of Sale:

(ABAN) = Transfer Due to Abandonment and Sale
(BANK) = Transfer Due to Bankruptcy
(COU) = Transfer Due to Court Order
(FORE) =Transfer Due to Foreclosure Order
(GENT) = Transfer Due to General Transmission
(TRANS_LAND_TITLE) = Transfer Due to Land Title
(REIV) = Transfer Due to Repossession – Involuntary
(REPV) = Transfer Due to Repossession – Voluntary
(SZL) = Transfer Due to Seizure under Land Act
(TAXS) = Transfer Due to Tax Sale
(VEST) = Transfer Due to Vesting Order

Developer Note:
All the document types above exist in the legacy database except for TRANS_LAND_TITLE (already added). Update the descriptions and spec to identify as transfer types.

@tlebedovich
Copy link

@doug-lovett sharon-approved titles have been added.

@doug-lovett
Copy link
Collaborator

@tlebedovich example of report is attached below.
registration-staff-trans-aban.pdf

@tlebedovich
Copy link

@doug-lovett - also looks good to me.

please save out one of each kind for @divyav-aot to check the spelling/capitalization for all
and confirm PDF naming convention will match other transfer outputs.

thank you!

@doug-lovett
Copy link
Collaborator

Thanks @tlebedovich, there is no change to the download file naming convention. Updating is a UI change. @chdivyareddy here are the uppercase descriptions for the document types:

UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO ABANDONMENT AND SALE' WHERE document_type = 'ABAN';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO BANKRUPTCY' WHERE document_type = 'BANK';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO COURT ORDER' WHERE document_type = 'COU';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO FORECLOSURE ORDER' WHERE document_type = 'FORE';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO GENERAL TRANSMISSION' WHERE document_type = 'GENT';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO REPOSSESSION - INVOLUNTARY' WHERE document_type = 'REIV';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO REPOSSESSION - VOLUNTARY' WHERE document_type = 'REPV';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO SEIZURE UNDER LAND ACT' WHERE document_type = 'SZL';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO TAX SALE' WHERE document_type = 'TAXS';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO VESTING ORDER' WHERE document_type = 'VEST';
UPDATE mhr_document_types SET document_type_desc = 'TRANSFER DUE TO LAND TITLE' WHERE document_type = 'TRANS_LAND_TITLE';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants