12
Work flow of Mobile Payment System Page name : Home Page Processing : Table : Table Name : Remarks :

Flow of Mobile Payment System

Embed Size (px)

DESCRIPTION

this is flow chart of mobile payment system if u want call me to this no.

Citation preview

Page 1: Flow of Mobile Payment System

Work flow of Mobile Payment System

Page name : Home Page

Processing :

Table :

Table Name :

Remarks :

Page 2: Flow of Mobile Payment System

Page name : Home Page

Processing :

Table :

Table Name :

Remarks :

Page 3: Flow of Mobile Payment System

Page name : Login Page – Common for add users and admin

Processing : Retrieving values from table

Stored Procedure : sp_LoginChecking

Table Name : Tbl_CustomerLoginInfo

Remarks : Login is common for all users but depends on role login redirect to appropriate page.

Page 4: Flow of Mobile Payment System

Page name : Addvendor Page – Admin Add the vendors

Processing : inserting the data in to table

Stored procedure : sp_Addvendors

Table Name : Tbl_VendorInfo

Remarks :

Page 5: Flow of Mobile Payment System

Page name : frmAssignMobileNo

Processing : inserting the data in to table

Stored procedure : sp_Addvendors

Table Name : Tbl_VendorInfo

Remarks : for each and every number which is registered to particulary company should register with vendor name and service location.

Page 6: Flow of Mobile Payment System

Page name : frmAddOffers

Processing : inserting values in to table

Stored Procedure : sp_AddTopUps

Table Name : Tbl_Recharge

Remarks : we can add the new offers the mobile company

Page 7: Flow of Mobile Payment System

Page name : fromReports page – here we can view transactions and complaints

Processing : retrieving data

Stored Procedure : sp_Report

Table Name : Tbl_Transactions

Remarks :

Page 8: Flow of Mobile Payment System

Now come to customer login page

Customer can change password, use services, post complaints and etc….

Page name : Customer Change password page

Processing : updating the credentials values

Stored Procedure : sp_ChangePassword

Table Name : Tbl_CustomerLoginInfo

Remarks :

Page 9: Flow of Mobile Payment System

Totally we can use 3 types of services Recharge, Bill payment, Find Provider.

At the Rechare place we should select vendor type and then it shows list as follows, now we have to select recharge type

At bill payment mode we pay our bill using our number as an identification.

Find provider show vendors list

Page name : frmShowTopups

Processing : displaying the results

Stored Procedure : no

Table Name : Tbl_VendorInfo

Remarks :

Page 10: Flow of Mobile Payment System

Page name : frmComplaints.aspx

Processing : displaying the results

Stored Procedure : sp_AddComplaint

Table Name : Tbl_Complaints

Remarks :

Page 11: Flow of Mobile Payment System

Then logout the customer after successful completion of all the operations

Page name : frmOffers.aspx

Processing : displaying the results

Stored Procedure : sp_GetAllOffers

Table Name : Tbl_Recharge

Remarks :