Inventory Management System
Inventory Management System
System
INDEX
2 OBJECTIVE OF PROJECT
5 CONCLUSION
6 BIBLIOGRAPHY
INTRODUCTION OF THE PROJECT
The Inventory Management System is a database solution designed to streamline and optimize
the management of inventory in a stationery shop. Stationery shops handle a wide range of
products such as pens, notebooks, art supplies, office supplies, and other items, all of which need
careful monitoring to ensure they are well-stocked and available to customers. Managing this
inventory manually can be challenging and time-consuming, especially as the number of products
grows. This system offers an automated way to track, organize, and manage inventory levels,
making it easier for shop owners to operate efficiently.
For any retail business, and especially for a stationery shop, having an organized and well-
maintained inventory is crucial to prevent stockouts and overstock situations. A reliable inventory
management system helps keep track of stock levels, identify fast-selling items, monitor product
availability, and forecast future inventory needs based on demand patterns. By automating
inventory tasks, the system reduces the risk of human error and ensures accurate, up-to-date
information on stock, which is essential for making informed purchasing and sales decisions.
OBJECTIVE OF PROJECT
The primary objectives of the Inventory Management System for a Stationery Shop are:
➢ Efficient Stock Management: Track the quantities of various stationery items in stock
and update inventory as sales occur.
➢ Stock Alerts: Set minimum stock levels for each item and receive alerts when quantities
drop below this threshold, helping avoid stockouts.
➢ Sales Tracking: Record sales transactions, which aids in monitoring the flow of products
and identifying popular items.
➢ Reporting and Analysis: Generate reports that provide insights into inventory turnover,
top-selling products, and low-stock items, allowing better business decisions.
➢ Product Information Storage: Store detailed information for each product, including
item name, category, price, and quantity in stock.
➢ Sales Record Management: Record sales transactions with relevant details such as item
sold, quantity sold, and sale date.
➢ Stock Level Monitoring: Automatically update stock levels with each sale and notify
when stock falls below the minimum threshold.
➢ Data Analysis and Reporting: Generate reports that show total sales, inventory value,
and identify products with high or low turnover rates.
➢ Products Table: This table will store the details of the students such as ProductID, Name,
Category, Price, QuantityInStock
➢ Sales Table: This table will store the details of the Attendance such as SaleID, ProductID,
QuantitySold, SaleDate
➢ Input Sample Data: Open each table and add a few sample records for testing.
➢ Create Relationships Between Tables: both Products and Sales will be linked to each
other using Relationships.
DATBASE CREATION
➢ STEP 1: Start the base application. The database wizard will appear.
➢ Step 2: Click on Tables tab, Click on the Create table in Design View option under
the Tasks pane.
➢ Step 3: A blank table opens in the Design View, type the field names and data types
as shown.
➢ Step 5: Click on Save button from standard toolbar, Save As dialog box will open,
save the table as Students.
❖ Sales Table:
➢ Step 1: Open Inventory Management Database by click on file men open option
and locate Inventory Management. odb file.
➢ Step 2: Click on Tables tab, Click on the Create table in Design View option under
the Tasks pane.
➢ Step 3: A blank table opens in the Design View, type the field names and data types
as shown.
➢ Step 5: Click on Save button from standard toolbar, Save As dialog box will open,
save the table as Attendance.
INSERT DATA ON TABLES
❖ Perform the steps for insert data in Products table
➢ Step 1: Double click on Student table
➢ Step 2: The table open in the new Table Data View window. Enter your desired
data. And Click on Save button from standard tool bar
❖ Perform the steps for insert data in Sales table
➢ Step 1: Double click on Attendance table
➢ Step 2: The table open in the new Table Data View window. Enter your desired
data. And Click on Save button from standard tool bar
CREATE THE RELATIONSHIP BETWEEN BOTH TABLES
❖ Perform the steps for Create the Relationships between both tables.
➢ Step 1: Click on the Relationships option in the Tools menu. Add Table dialog box
will appear.
➢ Step 2: Select the Products and Sales. Click on the Add button to add the tables
one by one. Close the Add Table dialog box after adding both the tables by
clicking on the Close button on the Add Table dialog box.
➢ Step 3: Drag the primary key field ProductID from the Products table to a similar
field of Sales that is primary key field ProductID of it.
➢ Step 2:- The Add Tables or Query dialog box will appear. Ensure that Table tab is
selected by default on that.
➢ Step 5:-Tables are displayed in the upper part of the query design screen by boxes
containing the tables fields.
➢ Step 6:-Select the fields for query by double clicking on the fields from both tables
and enter the criteria in the criterion field.
➢ Step 7:- Click on the Run Query button on the standard toolbar to view the output
of query.
➢ Step 8:- Save the Query as by Low Stock Alert clicking on Save button on the
standard toolbar.
CREATE THE REPORT
❖ Perform the steps for create the Report
➢ Step 1: Click on the Report option in the database pane
➢ Step 2: Click on the use Wizard to create report option under the tasks pane. The
report wizard will appear.
➢ Step 4: Select all the field in this step and specify the field labels in the next step.
➢ Step 6: Specify a title for the report and click on the finish button.
➢ Ease of Use and Accessibility: The system’s user-friendly interface made it accessible for
individuals without advanced technical skills. LibreOffice’s straightforward design
enabled staff to quickly adopt and efficiently use the system, improving the overall
management of inventory tasks.
➢ Data Analysis and Reporting: The system could generate useful reports, such as stock-
on-hand reports, reorder lists, and historical data for inventory trends. These reports
supported decision-making, allowing for improved forecasting and more strategic ordering
practices.
➢ Limitations and Future Enhancements: While effective, the project identified a few
limitations. LibreOffice’s database capabilities may be less robust compared to specialized
inventory software when dealing with large data volumes. Future improvements could
include integrating barcode scanning for faster inventory processing or expanding to cloud
storage to improve data access and real-time updates.
BIBLIOGRAPHY:
➢ INFORMTION TECHNOLOGY - NCRT Text Book
➢ CONCEPTS IN INFORMTION TECHNOLOGY – GOYAL BROTHERS
➢ WWW.GOOGLE.COM