-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
@doug-lovett sharon-approved titles have been added. |
@tlebedovich example of report is attached below. |
@doug-lovett - also looks good to me. please save out one of each kind for @divyav-aot to check the spelling/capitalization for all thank you! |
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'; |
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.
The text was updated successfully, but these errors were encountered: