Home /
Expert Answers /
Computer Science /
in-c-using-microsoft-visual-studio-instruction-develop-a-sales-report-application-as-shown-i-pa452
(Solved):
in C# using Microsoft Visual Studio
Instruction: Develop a sales report application as shown i ...
in C# using Microsoft Visual Studio
Instruction: Develop a sales report application as shown in Figure 1. The required functions are as follows. See the demo program in this folder. 1) Five cell phone brands are sold in three locations. See the sales data in each location in Table 1 belniw Table 1 - Cell Phone Sales by Location 2) The user selects a location and clicks the button "View Sales Report", the sales report displays in a ListBox as shown Figure 1 below. The sales report must display the location (e.g., "Eau Claire") in the report header, and each product's brand ("Product Name"), sales quantity ("Qunatity"), and subtotal ("Sub Total") by column. The grand total for all the sales in this location is displayed in the last line of the report. Cell Phone Sales Report by Location Select A Location Eau claire Chippewa Falls Menomonie Figure 1-Cell Phone Sales Report by Location