170 likes | 486 Views
DEPARTMENT STORE MIS. Presented By: Abhay Raj Shakya Abhinaya Shrestha Hemanta Sagar Lama Nishant Bajracharya. Contents. Scope Used API Block Diagram Entity Diagram Interfaces. Scopes. T o automate the management of a department store.
E N D
DEPARTMENT STORE MIS Presented By: Abhay Raj Shakya AbhinayaShrestha HemantaSagar Lama NishantBajracharya
Contents Scope Used API Block Diagram Entity Diagram Interfaces
Scopes • To automate the management of a department store. • To develop a billing system for points of sales(POS). • To develop an Inventory Management System. • To build an Executive and Decision Support Systems.
API 1. JDBC API • Java database Connectivity (JDBC) is Java application programming interface that allows the Java programmers to access database management system from Java code. • Programming Activities • It helps us to connect to a data source, like a database. • It helps us in sending queries and updating statements to the database. • Retrieving and processing the results received from the database in terms of answering to your query.
2. PreparedStatement • An object that represents a precompiled SQL statement. • In PreparedStatement, the SQL statement is sent to the DBMS right away, where it is compiled. • To execute a Statement object many times, it usually reduces execution time.
System Block Diagram Inventory manager Manager Cashier
Completed Tasks • Proposal Submission • Made GUICompleted Coding for- • Inventory manager • Username and password Interface • Printing
Challenges Faced • Problem in auto completion of jCombo box. • Printing jComponents via. Printer. • Use of PreparedStatement. • Unadequate resources.
TO DO • Mid-term Report • Using Printing API sdk 1.2 for printing invoice • Using jCombobox for auto searching entries. • Completing MIS with executing support system and decision support system.