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

What is meant through semantic error, What is meant through semantic error?...

What is meant through semantic error? It is an error that a developer encounters while a statement is executed but it was not intended through him (the developer). Such errors ar

Overloaded Methods, QUESTION 3: Overloaded methods Write the overloaded me...

QUESTION 3: Overloaded methods Write the overloaded method named average () for each of the following problems: a) The first method receives THREE (3) integer values and returns

Implement decision tree algorithm using netbeans, Implement Decision Tree A...

Implement Decision Tree Algorithm using Netbeans (Java) & Microsoft Access 2007. "One Level is enough, output should contains gain of each attribute, the selected attribute and

A new dynamic website, A NEW Dynamic Website I have the subsequent requi...

A NEW Dynamic Website I have the subsequent requirement which needs to be designed in 30 days (Max). 1) Construct a website which is a dynamic, means allow me to change conte

Developed an asteroids game, In the previous assignments, we have developed...

In the previous assignments, we have developed an Asteroids game. In this assignment, we are going to use the same codebase to develop a different gameplay. The inspiration for thi

Write a program of else statement in java, Write a program of else statemen...

Write a program of else statement in java? The else statement in Java // This is the Hello program in Java class Hello { public static void main (String args[]) { if (

Palindrome, A palindrome is a string that reads the same from both the ends...

A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrome

Application to control robot arm , I send you these files in order to make ...

I send you these files in order to make clear image about my task that I want you to design for me an application for PC that used to control robot arm via micro controller PIC18.

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