Application for a small catering business

Assignment Help Basic Computer Science
Reference no: EM13759093

For this assignment, you are required to design and develop a console (text-based) application for a small catering business. This application will simulate booking appointments, tracking catering jobs and processing payments.
The program must cater for each of the following requirements:
1) Add a new catering appointment.
2) List all jobs still actively being worked on
3) List all completed jobs still requiring payment
4) List all jobs scheduled for work on a particular day
5) Accept a payment towards a completed appointment
6) Report detailed status for a particular booked appointment
7) Exit the Program
The work you submit must be your own individual work. Your work may be submitted by staff to an online code-plagiarism checking software service to compare your work to other students' work.
CRICOS Provider No. 00103D ITECH1400 Foundations of Programming Assignment 2 Semester 1 2015 Page 2 of 5

Task Description:

1) Design. Prior to commencing coding, you need to plan what you're going to code. Write an algorithm that describes how your program is going to work and how it links together.

2) Implementation
Develop a program for the catering business staff. This needs to:
a. Use a menu to provide the user with options to access different parts of the program.
b. Include all the functionality listed under the application description and further described under functional requirements. Make sure this includes the following elements:
i. at least one arraylist
ii. at least one example of inheritance
iii. at least one example of polymorphism
iv. at least one example of overloading
c. Keep running until the user selects a menu option to exit the program. You do not need to save any data when you exit.
You should aim to write code following high quality coding practices, including comments, trapped exceptions and exhibiting good design where code is separated into separate methods.
Warning: In this task, you are not allowed to use any automated code-writing tools. You must manually write / type the whole program by yourself. Failing to do so will result in no marks for the entire assignment.

Functional Requirements

1) Add a new catering appointment.
Allow the user to enter information which constitutes a booking for a client seeking catering services. You do not need to treat companies any differently to individual persons. The following information is required for each booking:
 The name, address and contact phone number of the client
 The type of food, number of people to be served and any special requirements
 The appointment date and time
You must also allow the user to indicate the type of booking that is being requested. This may be for supply of food only or for full service, covering both the provision of food and wait-staff to serve the guests. In the case of a full service, you must also collect a deposit of 30% on the day the booking is made. In the case of food-supply only, you must collect a deposit of 20% on the day the booking is made.
CRICOS Provider No. 00103D ITECH1400 Foundations of Programming Assignment 2 Semester 1 2015 Page 3 of 5

2) List all jobs still actively being worked on
This option must display a list of all the catering jobs that are in progress or have been completed on the current day by the catering business. Do not list jobs which are yet to start, or jobs which have been completed on a previous day. For each job that is active, simply report the name of the client, the appointment time, the type of service and its current status.

3) List all completed jobs still requiring payment
The user must be able to select an option to list all the jobs that have been completed but have not yet been paid in full. For each such job, list the name of the client, the type of service they booked and the amount owing. If a client has payment owing for more than one job, you may choose to either consolidate these into one entry or to display them on individual lines at your own discretion.

4) List all jobs scheduled for work on a particular day
The program must allow the user to see a list of all the services that are scheduled on a selected day. The user must be able to specify the day for which the list is to be provided.

5) Accept a payment towards a service job
Payments must be recordable against services. The user must indicate the particular job to which the payment is to be allocated (any method of doing this is acceptable). Then, if the selected job is one for which there is an amount owing, report that amount to the user, and obtain from the user the amount actually being paid right now.
If the amount entered is too much, report an error message. If the amount entered is less than the total that was owing, report the new amount owing afterwards. Otherwise, report that no further payments are required from the client.
Remember to keep track of all payments made on each day.

6) Report detailed status for a particular appointment
The program must be able to report the full details about any particular appointment, by allowing the user to specify the appointment for which they wish to see the details. This means you must report:
 The name, address and contact number of the client
 The type of catering service they booked
 The date of the appointment
 The type of food, number of people to be served and any special requirements
 The current job status (scheduled, in progress, complete, cancelled)
 The total cost, if known
 The amount paid and amount owing.
CRICOS Provider No. 00103D ITECH1400 Foundations of Programming Assignment 2 Semester 1 2015 Page 4 of 5

7) Exit the Program
The program must keep running until the user selects the option to exit. You do not need to save any of the data (i.e. there is no need to use files).
3) Testing.
In your supplementary documentation, explain how you have tested your code and the results of your testing. This means writing down the inputs and actions which the marker should follow to reproduce the scenarios you used to check the program is working. Include screenshots demonstrating the results when you tested your code.

Reference no: EM13759093

Questions Cloud

Find out the financial performance or health : Which financial statement(s) does the input come from? Most importantly, what does it tell you about the financial performance or health?
What are the potential benefits to consumers : What are the implications for firms operating in effected industries? What are the potential benefits to consumers? Do consumers lose anything from this legislation? Include the urls of your sources
Descriptive statistics project project : Descriptive Statistics Project Project #1This project gives you the chance to use all of the statistical techniques and concepts that are covered in the initial chapters of the text.Problem: Think of a question that can be answered by analyzing data.
Health disparities and the social determinants : Health disparities and the social determinants of health can be influenced by many factors, some obvious and some you may never have considered until now.
Application for a small catering business : For this assignment, you are required to design and develop a console (text-based) application for a small catering business. This application will simulate booking appointments, tracking catering jobs and processing payments.
Descriptive statistics project : Descriptive Statistics Project Descriptive Statistics Project Project #1 This project gives you the chance to use all of the statistical techniques and concepts that are covered in the initial chapters of the text.Data Collection: This is an open e..
How will the composition of the dream team be changed : How will the composition of the dream team be changed if the following constraints are changed as follows: the average number of rebounds among the 12 selected players needs to be at least 8 rebounds per game
Mass merchandisers regional warehouses : Describe the logistics steps that large mass merchandiser global supply chains use to ensure timely availability of inventory for routine and sales merchandise needs. This discussion must begin with the transportation from the foreign factory to i..
How did the new women reject convention : How did the New Women of this period reject convention? Find a piece not addressed in the book from this period (and not yet addressed by another student) to support this idea.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Write a code to perform an lu decomposition

Write a code to perform an LU decomposition of the coefficient matrix [A] (given below) using L-U decomposition with Gauss elimination. Your code should output ILl and [U] as well as verify that: [A] = [L][ U ] Use the following MATLAB matrix func..

  Tradeoffs involved to improve overall system performance

What are your thoughts on the tradeoffs involved when attempting to improve overall system performance. Provide examples where an increase in the performance of one resource.

  Invoke method to tell the air conditioner object to turn on

Using the reference variable, invoke a method to tell the air conditioner object to turn on.

  Write code to de-vowel an input string

Write code to "de-vowel" an input string. Assume that the user provides input containing only the characters a through z (and all lowercase). Your code should create an output string that deletes all vowels from the input string, pushing the lette..

  Write a driver program with a main method to read in data

"Using the PetRecord class stored on the K: drive, write a driver program with a main method to read in data for five Pets and display the following data.

  Business requirements drove the system''s initial development

Discuss how the business requirements drove the system's initial development. Describe the type and basic uses of the system, how the system has helped the organization, and any likely future development plans.

  Explain where one particular technology or method

Explain where one particular technology or method has won out over the competition in the corporate world. Identify the reasons that led to this particular technology being preferred within the business realm. Include a question that responding..

  Create a details element that displays the summary

Write an HTML5 element (or elements) to accomplish each of the following tasks: a. Students were asked to rate the food in the cafeteria on a scale of 1 to 10.

  What are some of the important considerations regarding dbms

What are some of the important considerations regarding DBMS/Database design? Explain why these considerations are important.

  Write an overloaded lineup method

The players in a line-up must be unique. Write an overloaded LineUp method that writes a line-up to an output stream.

  Determine the amount of time required for a packet

Analyzing Ping Trip Times The ping utility allows you to determine the amount of time required for a packet of information to traverse a network between your computer and another computer.

  Commands performs:a) dim raccoon(17) as string

1) Briefly describe what each of the following commands performs:a) Dim Raccoon(17) As String  b) Dim RxData() as Double

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd