This website is basically a loan processing platform having two main modules:-
1. Web (User) Module
2. Admin Module
1.0 Web Module
This module contains following static and dynamic pages:-
Static Pages
- Benefit- Static Content received from the client
- FAQ- Static Content received from the client
- Tutorial- Static Content received from the client
- License Agreement- Static Content received from the client
Dynamic Pages
- Registration Page
- Payment Info page
- Thanks You Page
- My Home page (Profile Page)
- Order Page
My Home page (Profile Page)
Registration PageTakes general information about user.

Payment Info Page
Payment Process: For the payment process Stpl will using Advanced Integration Method (AIM) of Authorize.NET which requires.
- CC Number
- CC Expiration Date
- CC Code (optional)
- Amount
Computer ID registration
Computer ID: We are assuming the Static IP through which we will identify the use of web application per license and allow only three IP per license. Users can use only one IP at certain time.
Login and registration of computer ID (Static IP): After verifying the user credential, the application will display user’s static IP with which he is currently logged in (if the IP is not registered with the system) and prompt for confirmation to register this IP. If the IP is already registered with the system, the user is navigated to his profile page.
For each license, we will allow only one user to be connected to the application by using any of his three registered static IP.
Profile PageAfter authentication the user will be navigated to his profile page. The header item will be changed from “Home” To “My Home”. On the profile page he will be able to edit his personal info except the computer ID.
We will not allow the user to edit the computer ID/Static IP. We will allow the admin to change it.
Order PageFrom here user can send order, manage contacts etc.
2.0 Admin ModuleThere will be an admin login screen through which admin will manage the registered users.
Admin can see all registered user in the list; there he can set the USER ID, PASSWORD and EXPIRATION DATE.
Admin can send USER ID and PASSWORD to the user after updating it through and email.
Admin can delete any user and his information, from the system.
User DetailsAdmin can see all the details which includes personal info, frequently used computer ID’s and the transaction details.
Admin can add more Computers ID, but at a time only three computers ID can be made active at a time.
