As a registering party, i want to define each debtor associated with the collateral by:
(1) Being notified during debtor name entry that if the individual being referenced carries on business under a name or style other than the individual's own name, the name of the debtor is the individual's own name.
(2) Ensuring that no punctuation marks are allowed in the debtor's name other than a hyphen or apostrophe. Regex: !/[^.,\sa-zA-Z]/
(3) Being notified that if the debtor's name consists of only one word, then the one-word name of the individual, is added to the debtor surname field, and a hyphen added to the debtor's first name field.
(4) Entering all of the details of each debtor: the full name/address or (exclusive) business name/ address and an optional birthdate.
(5) Being notified that a business name can only contain these characters: & ' : , $ - ( ) % . + " " ; /
so that I secure interest
END USER STORY
OTHER CONSIDERATIONS:
Users may optionally enter a birthdate for the debtor in year date and month inputs
For the read-only version of entries, we would show the full version of the birthday in all other registration screens/front end.
Debtors may not be specified by a party code.
In the Sale of Goods Act the debtor is relabeled as the SELLER**
ROI CONVERSATION FULL BIRTHDATE ALREADY IMPLEMENTED
--- out of scope ---
but we will only show a partial version of the birthdate when the record is looked up.
BEGIN USER STORY
As a registering party, i want to define each debtor associated with the collateral by:
(1) Being notified during debtor name entry that if the individual being referenced carries on business under a name or style other than the individual's own name, the name of the debtor is the individual's own name.
(2) Ensuring that no punctuation marks are allowed in the debtor's name other than a hyphen or apostrophe. Regex: !/[^.,\sa-zA-Z]/
(3) Being notified that if the debtor's name consists of only one word, then the one-word name of the individual, is added to the debtor surname field, and a hyphen added to the debtor's first name field.
(4) Entering all of the details of each debtor: the full name/address or (exclusive) business name/ address and an optional birthdate.
(5) Being notified that a business name can only contain these characters: & ' : , $ - ( ) % . + " " ; /
so that I secure interest
END USER STORY
OTHER CONSIDERATIONS:
Users may optionally enter a birthdate for the debtor in year date and month inputs
For the read-only version of entries, we would show the full version of the birthday in all other registration screens/front end.
Debtors may not be specified by a party code.
In the Sale of Goods Act the debtor is relabeled as the SELLER**
--- out of scope --- but we will only show a partial version of the birthdate when the record is looked up.