Admin View View Sales - aditya1962/BuyGrand GitHub Wiki

Table of Contents

  1. Basic Overview
  2. Data processing architecture
  3. Sample Report
  4. Demos

Basic Overview

This page serves the admin to view sales in the system. The admin has the ability to view sales as a RDLC report given the start date and end date of sales.

Data Processing Overview

The data processing workflow for this page is shown in the image below:

Data Processing Workflow

As shown in the image, on click of View button the start date and end date provided by the user is used to call the View Sales web service in the ServiceApplicationBuyGrandAdmin. This web service in turn calls the sp_generatesalesdata stored procedure in the database. Data returned is then sent back to the Admin view where a RDLC report is created.

The BuyGrandAdminRR (or Read Replica) database is used as only data is read during generation of the report.

Sample Report

A sample report generated can be found here:

Demos