Abhishek Mishra Project Work
Abhishek Mishra Project Work
Project Work
File On
Inventory Control System
(Session 2023-24)
PRANAV KR SINGH
Prepared by:
Class: X
Board Roll no:
School Name: S.G. PUBLIC
SCHOOL
1
ACKNOWLEDGEM
ENT
It gives me immense pleasure to
2
I would like to thank our computer faculty, who
ACHIVEMENT CERTIFICATE
This is to certify that PRANAV KR SINGH of class
10 has satisfactorily completed his project under
the guidance of KAVITA MOHAPATRA in
Information Technology (402) for the session 2023-
24 .
3
INDEX TOPIC PAGE NO
• OpenOffice Base Project Database
• Table Structure
# Item
# Suppliers
# Transactions
Screen Shot of Table Structure
• Relationship Design & Structure
• Screen Shot of Query
• Screen Shot of Forms
• Report
Bibliography
Introduction:
Synopsis (For Reference Purpose only)
Inventory Control System
Inventory control or stock control can be broadly defined as "the
activity of checking a shop's stock." It is the process of ensuring that the
right amount of supply is available within a business. However, a more
4
focused definition takes into account the more science-based, methodical
practice of not only verifying a business' inventory but also maximizing
the amount of profit from the least amount of inventory investment
without affecting customer satisfaction. Other facets of inventory control
include forecasting future demand, financial flexibility, purchasing data,
loss prevention and turnover, and customer satisfaction.
An extension of inventory control is the inventory control system. This
may come in the form of a technological system and its programmed
software used for managing various aspects of inventory problems, or it may
refer to a methodology (which may include the use of technological barriers)
for handling loss prevention in a business. The inventory control system
allows for companies to assess their current state concerning assets, account
balances, and financial reports.
The Inventory Control Processing refers to the management of
inventories. In other words, It refers to managing transactions in such a
way so that decisions regarding the inventory management can easily be
taken.
For instance, in a departmental store, many items are kept and sold. When
these items are sold out, the store orders for more quantity so as to meet
the customers' demands.
In order to successfully manage the departmental store, the authorities
have to decide about various things like
(i) What all items are being sold every day and how much stock is left for
them.
(ii)If the stock for a particular item is below reorder level i.e., the
minimum stock maintained for an item, then the same item is reordered.
(iii) When an item is sold, the quantity sold out is subtracted from the
Stock in Hands i.e., the current stock so as to keep it updated.
(iv) Similarly, if some quantity for an item is purchased, then this quantity
is added to Stock in Hands to keep the stock updated.
In order to make such decisions, the information related to inventories i.e.,
the products and their transactions is stored in files. Following sample
project is based on these guidelines.
5
In this project, we have created three tables namely Items, Supplier, and
Transactions table design of these tables are as follows:
** NCERT book
**Source : Google
6
Table Structure
7
Table Name : Supplier Field
Specifications
Field Name
SupplierID
SName
Address
City
Phone
Field Type
Text [VARCHAR] ;
Text [VARCHAR] ;
Text [VARCHAR] ;
Text [VARCHAR] ;
8
TrDate Date[DATE]
PrID Number [NUMERIC];
9
10
Creating Database
:
11
12
13
Creating table1 (Item) using
Design View:
14
Table 1 Item:
15
16
Setting Primary
Key:
17
SavingtheTable
18
19
CreateTable2(Supplier
) usingWizard:
20
21
22
23
24
Creating Table3 ( Transactions)
using Design View:
25
26
Database View of Table (Item)
27
Database View of Table (Transactions)
28
27
30
31
Relationship among Tables:
32
33
34
Query using Wizard:
35
36
37
38
39
40
41
Query with selected Field name
42
Create Form For Data Entry:
43
44
45
Form For Table Item:
46
47
48
49
50
51
52
53
Form For Table Supplier:
54
55
Generate Report: