photo gallery user registration
This php mysql project consisted of two parts. One the user registration system and the other an agent and referral network management system
user registration system:
The usual data fields namely name, email address, address1, address2, city, state, zip, some custom fields were received from the form. These data were stored in the Mysql database. This stored data will be later used for email merging and also for other statistical purposes. Finally a CSV export is also possible from the admin panel.
agent referral system
This agent referral system is used to track and award agents who refer sales on a monthly basis. This also has a agent login panel where an agent can see his/her stats and how much referral commissions have been paid up so far.
The agent login panel also have neat graphs and tables to clearly see the amount of work done by the particular referrer.
The agent and sales reps can be filtered by payout order, monthly dates etc.
EAch agent will receive a separate home page.