departmental store management sytem

25
Department of Computer Science Engineering

Upload: jatin-hingorani

Post on 14-Apr-2017

215 views

Category:

Software


4 download

TRANSCRIPT

Page 1: Departmental store management sytem

Department of Computer Science Engineering

Page 2: Departmental store management sytem
Page 3: Departmental store management sytem

Objective Implementation of GUI Buttons User interface Innovativeness and usefulness Future development

Contents

Page 4: Departmental store management sytem

OBJECTIVES :

Add and maintain records of available products. Add and maintain customer details. Add and maintain description of new products. Add and maintain new entered category of

products. Provides economic/financial reports to the owner

monthly or weekly and yearly. Provides a convenient solution of billing pattern. Make an easy to use environment for users and

customers.

Page 5: Departmental store management sytem

Implementing a GUI

Page 6: Departmental store management sytem

Swing vs AWT AWT(Abstract window toolkit) is Java’s original

set of classes for building GUIsWhich is provided by the OS.

So it is also called heavyweight component Not truly portable: looks different and lays out

inconsistently on different Oss.

Swing is designed to solve AWT’s problems Lays out consistently on all OSs

Page 7: Departmental store management sytem

JDBC Write apps in java to access any DB,

using standard SQL statements while still following Java conventions.

1.import java.sql.*;2.load a jdbc driver:- Class.forName(“class name”);3.Establish a connection:-DriverManager.getConnection(“driver name”,”root”,”pass”);

Steps:

Page 8: Departmental store management sytem

JButton

Used to perform some specific Task. Executes a certain “Action”. predefined label and/or a predefined icon

Page 9: Departmental store management sytem

JTextField

Limited to only one line

JPasswordField

Page 10: Departmental store management sytem

JFrame

Basis of any Java GUI Multiple frames The “J” prefix is at the beginning of any Swing

component’s name (to distinguish them from AWT components)

Page 11: Departmental store management sytem

User Interface

Page 12: Departmental store management sytem

SIGNIN / SIGNUP

First Screen shown in first run . [Higher security] User Type : only Admin

Here Username and Password column may be a admin type or operator type.

Page 13: Departmental store management sytem

CREATE USER

USERTYPE : Admin / Operator [ After 1st Run ]

Page 14: Departmental store management sytem

MAIN FRAME

Page 15: Departmental store management sytem

CATEGORY

Page 16: Departmental store management sytem

SUB CATEGORY

Page 17: Departmental store management sytem

SUB CATEGORY

Page 18: Departmental store management sytem

LOCATION

Page 19: Departmental store management sytem

ITEM MASTER

Page 20: Departmental store management sytem

ALTERNATIVES

UI Buttons Menu Items Shortcut Keys

Page 21: Departmental store management sytem

PURCHASE

Page 22: Departmental store management sytem

SALES

Page 23: Departmental store management sytem

Innovativeness and Usefulness:

1. Easiness in modification of data. 2. User friendly 3. Reports are easily generated 4. No or very few paperwork 6. Computer operator control

Page 24: Departmental store management sytem

Future Improvements :

Print option in sales(bill), stock transfer (challan), stock report using jasper.

Online Connectivity of Database for backup or to enlarge the scope.

Bar Code Reader while entering purchase invoice if

goods are already expired it should give warning.

Warning alert notification

Page 25: Departmental store management sytem

Thank you !