Wednesday, November 12, 2014

Sales Commission Calculator Auto Repair Multiple Forms Visual Basic 2010


Click Below or Copy Link in Browser To Download!


Auto Repair Splash Screen 

Clear Exit Multiple Forms Background


$ 12
ON SALE
Regular price: $ 15
You Save: $ 3

Previews:

Sales Commission From and IDE
visual basic 2010 sales commissionapplication ide
Sales Commission Summary

Sales Commission, Student Calculation Verification in Excel Preview



Product Description

Visual Basic 2010 Sales
Commission Calculator
Functions:
Auto Repair Splash Screen Clear Exit Multiple Forms Background
 Visual Studio 2010 Help with Salesperson Weekly Salary Calculator
A salesperson earns a weekly base salary plus a commission when sales are at or above quota. Create a project that allows the user to input the weekly sales and the salesperson name, calculates the commission, and displays summary information. 
Form: The form should have text boxes for the salesperson's name and his or her weekly sales. 
Menu: File Edit Help Pay Clear About Summary ________ Exit Font… Color
Use constants to establish the base pay, the quota, and the commission rate. The Pay menu item calculates and displays the commission and the total pay for that person. However, if there is no commission, do not display the commission amount (do not display a zero-commission amount). Write a function procedure to calculate the commission. 
The function must compare sales to the quota. When the sales are equal to or greater than the quota, calculate the commission by multiplying sales by the commission rate. Each salesperson receives the base pay plus the commission (if one has been earned). Format the dollar amounts to two decimal places; do not display a dollar sign. 
The Summary menu item displays a message box that holds total sales, total commissions, and total pay for all salespersons. Display the numbers with two decimal places and dollar signs. 
The Clear menu item clears the name, sales, and pay for the current employee and then resets the focus. The Color and Font menu items should change the color and font of the information displayed in the total pay text box. 
Use a message box to display the program name and your name as programmer for the About option on the Help menu. Test Data: Quota = 1000; Commission rate = .15; and Base pay = $250. 


No comments:

Post a Comment