Users' database setup
This option is used to set up the system's database with those users entitled to access the loan service
Required parameters
Prefix to obtain user's number | It specifies the prefix to be placed in front of the user's number in order to locate the appropriate information in the users' database. It is stored in the users's database def folder under the name. loans_uskey.tab |
PFT to extract users' number | This extraction format is applied to obtain the user's number, once the user's register has been found. It is stored in the users's database def folder under the name loans_uskey.pft |
PFT to extract user's type | Loan policies are applied depending on the type of user and type of item to be lent. This extraction format is applied to extract the type of user. It is stored in the users's database def folder under the name loans_ustype.tab |
PFT to extract user's validity |
User's validity can be set applying this format.It should include a message and a code, separated by the | character.. 0=Valid user It is stored in the users's database def folder under the name loans_usvig.tab |
PFT to display user's information | This extraction format displays user's information in order to issue state accounts and other reports related to loans management. It is stored in the users's database def folder under the name loans_usdisp.tab |