The loan management system contains the following features:
-
Login Process - This will check whether the entered username and password matches any of the user credentials saved on the database.
-
Dashboard Form - Display the number of clients, pending loan application, active loans, and overdues loans saved in database.
-
Client tab - A form where client information can be created, updated, read or deleted.
-
Guarantor tab - A form where guarantor information can be created, updated, read or deleted.
-
Loan Officer tab - A form where loan officers information can be created, updated, read or deleted.
-
Loan Process: Application tab - A tab where client can apply for loan. Pending tab - A tab specifically made to view, approve, or deny loan applications. Approved Loans tab - A tab to view all approved loans. Deny Applications tab - A tab to view all denied applications.
-
Payment Process: Active Loans tab - A tab to view and pay loans. Settled Loans tab - A tab to view all settled loans.

