AJP (Kunal)
AJP (Kunal)
1 3.Proposed Methodology 1
4. Action Plan 2
5. Resources Required 2
1.Rationale 3
0
Annexure –I
Micro-Project Report
3. Proposed Methodology:
Here we are using Swing Program to execute Inventory Management System form.
Inventory management tries to efficiently streamline inventories to avoid both gluts and
shortages. Four major inventory management methods include just-in-time management (JIT), materials
requirement planning (MRP), economic order quantity (EOQ) , and days sales of inventory (DSI).
Example: For a research consultancy firm, inventory consists of all the information collected for
a project. In the hotel industry, a vacant room is inventory for the owner.
Inventory management helps companies identify which and how much stock to order at what
time. It tracks inventory from purchase to the sale of goods. The practice identifies and responds to
trends to ensure there's always enough stock to fulfill customer orders and proper warning of a shortage.
1
3. Action Plan:
4. Resources Required:
Sr.
No. Name of resource / material Specification Quantity Remarks
3 Compiler JDK 1
4 Browser Chrome 1
Sr.
No. Enrollment No. Name of Team Member Roll No.
Mr. Osmani F. W.
2
Annexure – II
Micro-Project Report
4. Literature Review:
The literature review for the inventory management system micro-project will focus on
the following topics:
5 .Actual MethodologyFollowed:
1. The following methodology will be followed for the inventory management system micro-
project:
2. Requirements gathering: Meet with stakeholders to understand their needs and requirements for
the inventory management system.
3. System design: Design the inventory management system, including the database schema, user
interface, and business logic.
4. System implementation: Implement the inventory management system using a programming
language and database.
5. System testing: Test the inventory management system to ensure that it meets the requirements
and is free of defects.
3
5.1 Flow Chart:
Inventory
Inventory
management
System
Goods List of
info Quantity items
info
Database
public Delivery_sys() {
frame = new JFrame("Inventory Management System");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.getContentPane().add(inputPanel, BorderLayout.NORTH);
frame.getContentPane().add(new
JScrollPane(table),BorderLayout.CENTER);
5
frame.pack();
frame.setVisible(true);
}
7. Outputs of Micro-Projects:
6
7
8. Skill developed / Learning out of this Micro-Project:
There are so many thing that we learn from this project of
1. I have learnt that how to make the project in Advance Java programming.
2. How to do the testing of program in JDK.
3. How to collect the information and how to make the presentation that we learn from
this project.
4. I have learnt how to use all the swing components and functions.
9. Applications of this Micro-Project:
1. Retail businesses
2. Wholesale businesses
3. Manufacturing businesses
4. Warehouses
5. Distribution centers
*********