e-print order synopsis presentation

31
E-PRINT ORDER SYNOPSIS A project on Java Presented by, Sharon Moses Ragini Akula

Upload: sharon-moses

Post on 13-Apr-2017

114 views

Category:

Engineering


0 download

TRANSCRIPT

Page 1: E-Print order synopsis presentation

E-PRINT ORDER SYNOPSIS

A project on Java

Presented by,

Sharon MosesRagini Akula

Page 2: E-Print order synopsis presentation

ABSTRACT

• E-Print Order is an online system using which branches will send

their printing request to the corporate office.

• The Employee(User) can enter quantity, upload content.

• The printing services will be provided by the Vendor.

• The System i.e. the Admin sends auto email notifications to the

requestor and approves to show the status of the order.

Page 3: E-Print order synopsis presentation

SYSTEM ARCHITECTURE

Page 4: E-Print order synopsis presentation

EXISTING SYSTEM

• It was manual system where the user has to approach the vendor

physically.

• It takes more effort and physical space to keep track of paper

documents, to find information and to keep details secure.

Disadvantages:

• Large ongoing staff training cost.

• System is dependent on good individuals.

• Time consuming and costly to produce reports.

Page 5: E-Print order synopsis presentation

PROPOSED SYSTEM

• It is the computerized system, where the User can register and order for

his request.

• Systemization can reduce the amount of duplication of data entry.

• Admin keeps the account of User details through computerized system.

Advantages:

• time saving

• convenient

• helps in gaining trust of customers.

Page 6: E-Print order synopsis presentation

MODULES

1. Branch Employee(User)

2. Vendor

3. Administrator(Central)

Page 7: E-Print order synopsis presentation

EMPLOYEE(USER)

• Employee will register with details like

i. Username

ii. Email

iii. Password

iv. Gender and

v. State with which the user has to get registered.

• Then employee will have to login and order for his required prints.

Page 8: E-Print order synopsis presentation

VENDOR

• Vendor consists of an E-mail id and password, with which a

vendor can login.

• After Vendor logs in, it shows the vendor profile where his

‘actions for the day’ will be displayed.

• Vendor’s job is to provide the printing services to the requestors.

• Prints exceeding 1500pages will be provided by the Vendor and

not less.

Page 9: E-Print order synopsis presentation

Printing services by the Vendor

Page 10: E-Print order synopsis presentation

ADMINISTRATOR

• Admin consists of an E-mail id and password, with which an

admin can login.

Page 11: E-Print order synopsis presentation

• Admin consists of a login page to access the details of Users

• Admin keeps the account of all the employee details such as

i. Username

ii. Email id

iii. Password

iv. Gender

v. State

Page 12: E-Print order synopsis presentation

HARDWARE REQUIREMENTS 

Processor : Intel dual core.

Hard Disk : 80GB above.

Ram : 1GB

 

SYSTEM REQUIREMENTS

Page 13: E-Print order synopsis presentation

SOFTWARE REQUIREMENTS

Operating System : Windows 7 , 8 , 8.1

Application Server : Apache Tomcat 7.0

JDK : 1.7

IDE : Eclipse

Data Base : db2, mySql

Languages Used : Java ,HTML , SQL

Page 14: E-Print order synopsis presentation

UML DIAGRAMS

Page 15: E-Print order synopsis presentation

Class diagram

Page 16: E-Print order synopsis presentation

Sequence diagram for Employee(User)Register

:employee

DBConnection : Registration

Form

enters data Employee re gister( )

create Connection get Connection

update database

display information

database:employee

Page 17: E-Print order synopsis presentation

Collaboration diagram for Employee(User) Register

Page 18: E-Print order synopsis presentation

Use Case Diagram for Admin

addemployee

listofemployees

updateemployee

deleteemployee

Admin

(from Use Case View)

Page 19: E-Print order synopsis presentation

Component diagram

EMPLOYEE

VENDOR

ADMIN

DATABASE

Page 20: E-Print order synopsis presentation

OUTPUT SCREENS

Page 21: E-Print order synopsis presentation

Home page

Page 22: E-Print order synopsis presentation

Employee Registration form

Page 23: E-Print order synopsis presentation

Request for prints

Page 24: E-Print order synopsis presentation

Vendor login

Page 25: E-Print order synopsis presentation

Vendor’s ‘actions for the day’

Page 26: E-Print order synopsis presentation

Admin login

Page 27: E-Print order synopsis presentation

Admin profile

Page 28: E-Print order synopsis presentation

Send-Mail page

Page 29: E-Print order synopsis presentation

Logout

Page 30: E-Print order synopsis presentation

CONCLUSION

• After the request by the employee(User) for prints, the service

will be provided by the vendor’s printing services.

• Once the prints are ready, the admin will be given a status by the

vendor.

• The admin then sends an automatic email to the employee to

collect his prints.

Page 31: E-Print order synopsis presentation

THANK YOU