Program to create an invoice form for an order


A furniture manufacturer makes two types of furniture- chairs and sofas. Write a program to create an invoice form for an order.

The program interface should look like this:

1) After the data is entered, the user can display an invoice in a list box by pressing the Process Order button.

2) The user can click on the Clear Order Form button to clear all text boxes and the list box.

3) The user can click on the Quit button to exit the program.

4) The cost per chair is $350, the cost per sofa is $925.

5) Sales tax rate is 5%.

6) The invoice number consists of the capitalized first two letters of the customer's last name, followed by the last four digits of the zip code.

7) The customer name is input with the last name first, followed by a comma, a space, and the first name.

8) The name is displayed in the invoice in the proper order.

9) The generation of the invoice number and the reordering of the first and last names should be carried out by Function procedures.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Program to create an invoice form for an order
Reference No:- TGS0542131

Expected delivery within 24 Hours