Write the code to print out an customers information


Java PROJECT ASSIGNMENT: TINY DISTRIBUTORS

In this project you will bring together everything you have learned in this class, including both programming techniques and non-technical skills.

Tiny Distributors is a small brick and mortar store that sells various items. The owners feel they are at the point in their growth where they would benefit from a presence on the Internet. They have hired Web developers to create the website and pages, but need a Java developer to create underlying functionality.

The owners have listed the following as the minimum functionality required for this project.

1. The ability to add, modify, and delete customers

2. The ability to add, modify, and delete inventory items

3. The ability to add, modify, and delete customer orders; a customer order is comprised of two parts: the order header and one or more line items

4. The ability to create and print a customer report

5. The ability to create and print an individual customer order

6. The ability to create and print an inventory report listing all inventory items in stock

7. The ability to create and print an order report listing all orders currently open

Although you will not be required to re-submit Phase 1, you may have received feedback for Phase 1 that will affect Phase 2. Please be sure to include any additional information in Phase 2 based on that feedback.

PHASE 2 REQUIREMENTS:

In this phase, you will create the coding needed to complete the functionality for the project. While you will not need to execute the code, all code must be syntactically correct and logically ordered.

1. Write the class definitions for all classes. Be sure to include all properties and methods, including the getters and setters for each class.

2. Write the code to create an object of each type of class created in Part 1. The names of the objects created in this part will be used for further requirements in this phase. Do not populate the properties here; that will be accomplished in Part 3.

3. Write the methods that will populate the properties of each object created in Part 2. For purposes of this part, assume that you have read the data from a flat file into variables for each property in the class. These methods will be used for further requirements in this phase.

4. Write the code to print out an individual customer's information. Your code must read the customer from a file, populate the object, and display the data from the object.

5. Write the code to print out an order for an individual customer. Your code must read the order header from a file, populate the object, and display the data from the object. Then you must read each line item from a file, populate the object, place the object in a linked list, and display the data by reading from the linked list after all the line items have been added.

6. Write the code to print out a customer report. Your code must read each customer from a file, populate the object, place the object in a linked list, and display the data from the linked list.

7. Write the code to print out an inventory report. Your code must read each inventory item from a file, populate the object, place the object in a linked list, and display the data by reading from the linked list after all items have been added.

8. Write the code to print out an order report. Your code must read each order header from a file, populate the object, place the object in a linked list, and display the information by reading the linked list after all orders have been added.

9. Write the code that will read the inventory information from a file, populate the object, and populate a linked list with all the inventory objects. Then find a particular item in the linked list based on user input and display the information for that item.

10. Write an executive summary for the owners of the company. This should include at a minimum:

a. the benefits that will be achieved from installing the project
b. an overview of the functionality
c. how users will interact with the application, including the logical flow of entering the data
d. how you will prevent data corruption from invalid data being introduced into the system.

Format your assignment according to the following formatting requirements:

1. The answer should be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides.

2. The response also includes a cover page containing the title of the assignment, the student's name, the course title, and the date. The cover page is not included in the required page length.

3. Also include a reference page. The Citations and references should follow APA format. The reference page is not included in the required page length.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write the code to print out an customers information
Reference No:- TGS02992571

Now Priced at $60 (50% Discount)

Recommended (99%)

Rated (4.3/5)