Functionality of customer relationship management system, JAVA Programming

Assignment Help:

The basic system has to offer the following options:

1. Exit the program

2. Enter new customer

The program prompts for the details of a new customer, assigns a unique customer number to the customer and creates a new entry in the database. Also, the new customer becomes the current customer.

3. Search for customer

The program prompts for a customer number and searches the database for the customer's record in the database. If it exists, the program displays the customer's details and makes the customer the current customer.

4. Enter new contact for current customer

The program prompts for the details of a new contact for the current customer interactively and creates a new entry in the database.

5. Show next contact of current customer

The user can step forward through the list of contacts of the current customer and the contact details are displayed.

6. Show previous contact of current customer

The user can step backwards through the list of contacts of the current customer and the contact details are displayed.

7. Help

Provide user instructions.

Save and load

Additional functionality:

1. Save database

This option allows the user to store the contents of the database into ASCII text files on the hard drive. The user should be able to choose a filename.

2. Load database

This option allows the user to load the database from an ASCII text file. The user should be able to specify a file name. If the file does not exist, the program will print an error message.

Additional search

Additional functionality:

1. List customer contacts

The program will output an error message if no contact is found in the database; otherwise it displays a list of all the contacts of the current customer.

2. Search for an order number

The program will output an error message if the order number is not found in the database, otherwise it displays the details of the specific order.

3. Search for a reference number

The program will output an error message if the reference number is not found in the database, otherwise it displays the details of the specific return transaction.

Graphical user interface

Additional functionality:

All operator interactions are carried out using a graphical user interface.

3.4.2 Design

  • Use of appropriate classes
  • Complexity of data structure used
  • Following the style guide
  • Quality of design
  • Use of inheritance
  • Use of encapsulation

3.4.3 Documentation

  • Use cases , use case templates
  • Class diagrams
  • Class model, relationship
  • Sequence diagrams
  • Description of the data structure
  • Description of the file format used
  • Test documentation, User Screens
  • GUI documentation

Related Discussions:- Functionality of customer relationship management system

The software or script to scan automotive ads, The software or script to sc...

The software or script to scan automotive ads Project Description: Looking for a company that made the script or application to search through pages of listings of automotive

Explain what is fontmetrics in java, Explain what is FontMetrics in Java? ...

Explain what is FontMetrics in Java? No word wrapping is completed when you draw a string in an applet, even if you embed newlines in the string along with \n. If you expect th

Write code in javascript to display the odd numbers, Write code in JavaScri...

Write code in JavaScript to display the odd numbers among 20 to 100 using FOR statement? Note: No required to write whole HTML program. Just JavaScript code of require elemen

Data structures and algorithm, Create a class to implement the ArrayList co...

Create a class to implement the ArrayList collection. The name should be YourFirstNameArrayList; for example if I were creating the class then I would call it WaynesArrayList. Do

In javascript what is event handling and inline event, In JavaScript, what ...

In JavaScript, what is event handling? What are the two categories of events? In java script we could capture events on do a few operation on the basis of which particular even

Write a algoritm to play blackjack , Draw: loops through the list of cards ...

Draw: loops through the list of cards drawing them in a single row starting from the screen position referred to by the 'x' and 'y' fields of the Hand class. You can limit the numb

What is a multicast delegate, What is a multicast delegate? Every deleg...

What is a multicast delegate? Every delegate object holds reference to a single method. Though, it is possible for a delegate object to hold references of and invoke multiple m

Give an example for passing arguments to methods, Give an example for Passi...

Give an example for Passing Arguments to Methods ? class Car { String licensePlate = ""; // e.g. "New York 543 A23" double speed = 0.0; // in kilometers per h

Explain primitive and abstract data type in java, Question 1 Describe any ...

Question 1 Describe any five buzz words in Java Question 2 Describe exception classes and also explain common exceptions in java Question 3  Describe primitive and

Write Your Message!

Captcha
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