0% found this document useful (0 votes)
42 views46 pages

Visvesvaraya Technological University: Gaayana R (1GA19CS049) Jayanth R G (1GA19CS065)

This document describes a mini project report on an Inventory Management System submitted by two students, Gaayana R and Jayanth R G, to Visvesvaraya Technological University in partial fulfillment of their Bachelor of Engineering degree. The project involved developing an inventory management system using a database to track inventory levels and sales. Key features of the system included stock tracking, order management, supplier and product details, billing facilities, and more. The project was implemented using SQLite database software and a frontend interface was developed to allow users to interact with the system.

Uploaded by

Jeevan Shetty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views46 pages

Visvesvaraya Technological University: Gaayana R (1GA19CS049) Jayanth R G (1GA19CS065)

This document describes a mini project report on an Inventory Management System submitted by two students, Gaayana R and Jayanth R G, to Visvesvaraya Technological University in partial fulfillment of their Bachelor of Engineering degree. The project involved developing an inventory management system using a database to track inventory levels and sales. Key features of the system included stock tracking, order management, supplier and product details, billing facilities, and more. The project was implemented using SQLite database software and a frontend interface was developed to allow users to interact with the system.

Uploaded by

Jeevan Shetty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 46

Visvesvaraya Technological University

Jnana Sangama, Belagavi – 590018, Karnataka

A Mini
Project
Report On

“INVENTORY MANAGEMENT SYSTEM”

Submitted in partial fulfillment of the requirement for the DBMS


Laboratory with Mini Project (18CSL58) of V semester

Bachelor
of
Engineeri
ng in
Computer Science and

Engineering Submitted

By

GAAYANA R (1GA19CS049)
JAYANTH R G (1GA19CS065)
Under the Guidance of

Mrs.Jyothi.R

Dr. Pramila B Associate Professor, Dept. Of CSE

Mrs. Shruthi P Assistant Professor, Dept. Of CSE

GLOBAL ACADEMY OF
TECHNOLOGY
Department of Computer Science and Engineering
(Accredited by NBA 2019-2022)
Rajarajeshwari Nagar, Bengaluru – 560 098
2021-2022

Rajarajeshwari Nagar, Bengaluru – 560 098


2021-2022

CERTIFICATE

This is to certify that V Semester Mini Project entitled “INVENTORY


MANAGEMENT SYSTEM” is a Bonafede work carried out by GAAYANA R
(1GA19CS049), JAYANTH R G (1GA19CS065) as a partial fulfillment for the
award of bachelor’s degree in Computer Science and Engineering for DBMS
Laboratory with Mini Project [18CSL58] as prescribed by Visvesvaraya
Technological University, Belagavi during the year 2021-2022.

Dr. Pramila B Associate Professor, Dept. of CSE,


GAT, Bengaluru.
Mrs. Shruthi P Assistant Professor, Dept. of CSE, GAT, Bengaluru.
Dr. Bhagyashri R Hanji Professor & Head, Dept. of CSE,

GAT, Bengaluru.

External Exam

Name of the Examiner

Signature with date 1.

2.

DECLARATION
We BHOOMIKA M, and MUKTHI A , students of Fifth Semester B.E, Department of
Information Science and Engineering, Rajeev institute of technology, Hassan declare that
the Mini Project entitled “STOCK CONTROL MANAGEMENT SYSTEM” has been
carried out by us and submitted in partial fulfillment of the course requirements for the
award of degree in Bachelor of Engineering in Information Science and Engineering from
Visvesvaraya Technological University, Belagavi during the academic year 2022-2023.

a
s

ACKNOWLEDGEMENT

The satisfaction and euphoria that accompany the successful completion of any task would
be incomplete without the mention of the people who made it possible and whose constant
encouragement and guidance crowned our efforts with success.
We consider ourselves proud, to be part of RAJEEV INSTITUTE OF TECHNOLOGY
family, the institution which stood by our way in endeavors.
We express our deep and sincere thanks to our Principal Dr. Mahesh P K for his support.
We are grateful to Dr. Arjun B C Professor and HOD, Dept. of CSE who is source of
inspiration and of invaluable help in channelizing my efforts in right direction.
We wish to thank our internal guide Mrs. Shruthi H S, Assistant Professor, Dept. of CSE
for guiding and correcting various documents with attention and care. She has taken lot of
pain to go through the document and make necessary corrections as and when needed.
We would like to thank the faculty members and supporting staff of the Department of ISE,
for providing all the support for completing the Project work.
Finally, we are grateful to our parents and friends for their unconditional support and help
during the course of our Project work.

BHOOMIKA M (4RA20IS005)

MUKTHI A (4RA20IS013)

ABSTRACT

A stock control management system (or stock system) is the process by which you track your
goods throughout your entire supply chain, from purchasing to production to end sales. It
governs how you approach stock control management for your business. Stock control
management is a system that gives clear cut information about sales and stocks to an admin.
In the database the admin can add, delete, and update the information accordingly. The
system also provides search option to figure out the details of the product be like its stock,
sales, supplier etc. Spreadsheets, hand-counted stock levels and manual order placement have
largely been replaced by advanced inventory tracking software. A stock control management
system can simplify the process of ordering, storing, and using stock by automating end-to-
end production, business management, demand forecasting and accounting. The key features
of this project will be stock tracking, Order management, provides supplier and products
details, billing facilities and many more.
TABLE OF CONTENTS

Chapter Title
No. Page No.

ABSTRACT II
LIST OF TABLES IV
LIST OF FIGURES V
1. INTRODUCTION
1.1 PROBLEM STATEMENT 1
1.2 INTRODUCTION TO DBMS AND SQLITE 1
1.3 INTRODUCTION TO FRONTEND SOFTWARE 2
1.4 PROJECT REPORT OUTLINE 5
2. REQUIREMENT SPECIFICATION
2.1 SOFTWARE REQUIREMENTS 6
2.2 HARDWARE REQUIREMENTS 6
3. OBJECTIVE OF THE PROJECT 7
4. IMPLEMENTATION
4.1 ER DIAGRAM 8
4.2 MAPPING OF THE ER SCHEMA TO RELATIONS 10
4.3 MAPPING OF ER DIAGRAM TO SCHEMA DIAGRAM 14
4.4 CREATION OF TABLES 15
4.5 INSERTION OF TUPLES 17
4.6 CREATION OF TRIGGERS 19

4.7 CREATION OF STORED PROCEDURES 19


5. FRONT END DESIGN
5.1 FRONT END CODE 20
5.2 CONNECTIVITY TO DATABASE 21
6. TESTING
6.3 TEST CASES FOR THE PROJECT 35
7. RESULTS
7.1 SNAPSHOTS 36
8. CONCLUSION 41
9. REFERENCES 42

TABLE TITLE PAGE NO.


NO.

4.1 Employee Table 15

4.2 Category Table 15

4.3 Register Table 15

4.4 Product Table 16

4.5 Supplier Table 16

4.6 Trigger Insert 19

6.3 Test Cases 35

FIGURE
TITLE PAGE NO.
NO.
4.1 ER diagram of STOCK CONTROL MANAGEMENT SYSTEM 9

4.3 Schema Diagram of Stock control Management System 14

7.1 User Login 36

7.2 User Registration 37

7.3 Admin Dashboard 37

7.4 Employee Details 38


7.5 Category Interface 38

7.6 Product Section 39

7.7 Sales And Stocks 39

7.8 Billing System 40

CHAPTER 1

INTRODUCTION

Stock control management is a system that gives clear cut information about sales and stocks
to an admin. In the database the admin can add, delete, update the information accordingly.
The system also provides search option to figure out the details of the product be like its
stock, sales, supplier etc.

1 PROBLEM STATEMENT

The main aim of the “Stock control management system” is to make the interface easy and
convenient for the admin to do all the operation on employee and stocks data.

1 INTRODUCTION TO DBMS AND SQLITE

A database management system (DBMS) is system software for creating and managing
databases. The DBMS provides users and programmers with a systematic way to create,
retrieve, update, and manage data. The DBMS essentially serves as an interface between the
database and end users application programs, ensuring that data is consistently organized and
remains easily accessible. The DBMS manages three important things: the data, the database
engine that allows data to be accessed, locked and modified, and the database schema, which
defines the database’s logical structure. These three foundational elements help to provide
concurrency, security, data integrity and uniform administration procedures. Typical database
administration tasks supported by the DBMS include change management, performance
monitoring/tuning and backup and recovery. Many database management systems are also
responsible for automated rollbacks, restarts and recovery as well as the logging and auditing
of activity.

SQLITE is a relational database management system (RDBMS) contained in a python


Library. In contrast to many other database management systems, SQLite is not a client-
server database engine. Rather, it is embedded into the end program.

SQLite3 can be integrated with Python using sqlite3 module, which was written by Gerhard
Haring. It provides an SQL interface compliant with the DB-API 2.0 specification described
by PEP 249. You do not need to install this module separately because it is shipped by default
along with Python version 2.5.x onwards. To use sqlite3 module, you must first create a
connection object that represents the database and then optionally you can create a cursor
object, which will help you in executing all the SQL statements.

#!/

usr

bi

n/

py

th

on

im
po

rt

sql

ite

con = sqlite3.connect('test.db')

print "Opened database successfully";

1 INTRODUCTION TO FRONT END SOFTWARE

Python is a scripting terminology or language like PHP, Perl, Ruby and many more. It can be used for
web development. Python language was used to do website dynamic. if you want to begin
composing web programs in Python, you can either use GUI or use one of its many web app
frameworks.

This is one of the most popular GUI tools you can use with Python, it is a lightweight tool,
but it does have quite a bit of functionality behind it. First off, Tkinter comes preinstalled
with Python, so you don’t have to install any dependencies (unless there are additional
packages you want to add). Also, it does have a bit of a learning curve, but from my
experience there is a lot you can do with this package. Here is an example that shows what
the window looks like after importing the package:
Tkinter Widgets

Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI
application. These controls are commonly called widgets. There are currently 15 types of
widgets in Tkinter. We present these widgets as well as a brief description in the following
table –
1 PROJECT REPORT OUTLINE

The report is arranged in the following way:

Chapter 1: Introduction to data base management system and sqlite3

module in python. Chapter 2: Requirement specification of hardware

and software.

Chapter 3: Objective of the Project.

Chapter 4: Implementation of ER diagram and its description

Chapter 5: Front End Design, connecting to database using Python, Front end code of
the Project Chapter 6: Testing of project by different cases, its process and testing

objectives

Chapter 7: Result of the Project

CHAPTER 2

REQUIREMENT SPECIFICATION
2.1 HARDWARE REQUIREMENTS

2. Processor : Pentium IV or above

3. RAM : 2GB or above

4. Hard Disk : 3GB or more

5. Output Device : Monitor VGA of 1024X768 screen resolution

6. Input Device : Keyboard and mouse

2.2 SOFTWARE REQUIREMENTS

7. Database : SQLite

8. Tools : Microsoft visual studio code

9. Operating System : Windows 10

10. Programming Lang. : Python

CHAPTER 3
OBJECTIVE OF THE PROJECT

The main objective of this application is to,

2. Automate the complete operations of billing and managing stock. The business or the
companies maintain hundreds of thousands of records. Also searching should be very
faster so they can find required details instantly.
3. To develop a graphical user-based interface to facilitate the co-ordination between supply
of products and the customer. This system makes conveniently available good customer
experience, not having enough stock to fulfill orders you’ve already payment for can be a
real negative, with this stock control management system the problem regarding the stocks
can be easily resolved.
4. This will also serve in improving cash flow; cash flow can be monitored and recorded.
5. The interface avoids shrinkage, purchasing too much of the wrong stock and/or not
storing it correctly can lead to it becoming ‘dead’, spoiled, or stolen.
6. Optimizing fulfillment, stock that’s put away and stored correctly can be picked, packed,
and shipped off to customers more quickly and easily.
7. The system will provide the admin to look at the details of the employees working, sales
details, billing of customer, products or stocks that are actively sold, and inactive goods.
Also, the supplier details who are engaged in contribution of goods and products that the
business is accustomed to.
8. This system allows the add employees, products, categories and supplies. It also allows to
modify the records and the admin can alter all the system data. The employees can only
view the billing section to make sales and to generate and print bills of customers.
9. The Stock control Management System project report contains information related to sales
and stocks such as Customer Bills, Products, Supplier Details, Employee Details, and
Category Details etc.

CHAPTER 4
IMPLEMENTATION

4.1 ER DIAGRAM

The following ER Diagram shows the entity relationships of STOCK CONTROL


MANAGEMENT SYSTEM.

Let the attributes of the EMPLOYEE entity be E_ID, NAME, EMAIL, GENDER,
CONTACT, DOB, DOJ, ADDRESS, UTYPE, SALARY, PASS

Similarly, let the attributes of PRODUCT entity be PID, SUPPLIER, CATEGORY, NAME,
PRICE, QTY, STATUS

REGISTER entity attributes be ENAME, USERTYPE,

USERID, UPASS CATEGORY entity attributes be CID,

NAME

And finally SUPPLIER entity attributes be INVOICE, NAME, CONTACT, DESC

Let the 1st relationship be REGISTERS TO between EMPLOYEE and REGISTER entities
i.e. Employee registers to Registration with cardinality ratio 1:1, Partial Participation from
Employee and Total Participation from Register.

2nd relationship be MANAGES between EMPLOYEE and PRODUCT entities i.e. Employee
manages Product with cardinality ratio N:1, Total Participation from Product and Partial
Participation from Supplier.

3rd relationship be HAS between PRODUCT and CATEGORY entities i.e. Product has
Category with cardinality ratio M:N, Total Participation from Product and Total Participation
from Category.

The last relationship be SUPPLIES between SUPPLIER and PRODUCT entities i.e.
Supplier supplies Product with cardinality ratio 1: N, Total Participation for, Supplier and
Partial Participation from Product.

E_ID, PID, CID, INVOICE are primary keys for the respective entities as they have

only unique values. Register is the weak entity in the respective ER DIAGRAM as it

has no unique values or primary key.


Fig 4.1 ER diagram of STOCK CONTROL MANAGEMENT SYSTEM

4.2 MAPPING OF THE ER SCHEMA TO RELATIONS

Mapping:- The conceptual/internal mapping defines the correspondence between the


conceptual view and the store database. It specifies how conceptual record and fields are
represented at the internal level. There could be one mapping between conceptual and
internal levels.

STEP 1: MAPPING OF REGULAR ENTITY TYPE

EMPLOYEE
E_ID NAME EMAIL CONTACT GENDER DOB DOJ UTYPE PASS SALARY

CATEGORY
CID NAME
PRODUCT
PID SUPPLIER CATEGORY NAME PRICE QTY STATUS

REGISTER
ENAME USERTYPE USERID UPASS
SUPPLIER
INVOICE NAME CONTACT DESC

STEP 2: MAPPING OF WEAK ENTITY TYPES

One Employee Registers only once

STEP 3: MAPPING OF 1:1 RELATIONS

One Product has One Category


STEP 4: MAPPING OF N:1 RELATIONS

One Supplier supplies different Products

STEP 5: MAPPING OF M: N RELATIONS

Many Categories has many Products

STEP 6: MAPPING OF MULIT-VALUED ATTRIBUTES


STEP 7: MAPPING OF N-ARRAY RELATIONS
No N-array relational types

4.3 MAPPING OF ER DIAGRAM TO SCHEMA DIAGRAM

CATEGORY
CID
NAME
PRODUCT
REGISTER
SUPPLIER
SALARY
PASS
UTYPE
DOJ
DOB
GENDER
CONTACT
EMAIL
NAME
E_ID

EMPLOYEE

PID INVOICE CID NAME PRICE QTY STATUS


ENAME EID USERTYPE USERID UPASS

INVOICE NAME CONTACT DESC

Fig 4.3 Schema Diagram of Stock control Management System

4.4 CREATION OF TABLES

10.

CREATE TABLE employee (eid INTEGER PRIMARY KEY

AUTOINCREMENT, name text, email text, contact text, dob text, doj

text, utype text, address text, salary text)


Table 4.1 Employee Table

2. CREATE TABLE category (cid INTEGER PRIMARY KEY

AUTOINCREMENT, Name text)

Table 4.2 Category Table

3. CREATE TABLE product (pid INTEGER PRIMARY KEY

AUTOINCREMENT, supplier text, category text, name text,

price text, qty text, status text)

Table 4.3 Product Table

4. CREATE TABLE register (eid INTEGER PRIMARY KEY

AUTOINCREMENT, ename text, usertype text, userid text,

upass text)
Table 4.4 Register Table

5. CREATE TABLE supplier (invoice INTEGER PRIMARY KEY


AUTOINCREMENT, Name text, contact text, desc text)

Table 4.5 Supplier Table

TOTAL TABLES CREATED ARE:-

1) EMPLOYEE
2) CATEGORY
3) PRODUCT
4) REGISTER
5) SUPPLIER
4.5 INSERTION INTO TUPLES

11. Employee

INSERT INTO EMPLOYEE VALUES


(101,’gaayana’,’[email protected]’,’Female’,9481041406,’04-11- 2000’,’09-11-
2021’,’Employee’,’abc…’,70000);

INSERT INTO EMPLOYEE


VALUES(102,’jayanth’,’[email protected]’,’Male’,8945672345,’27-12-
2001’,’09-11-2021’,’Admin’,’xyz…’,90000);

INSERT INTO EMPLOYEE


VALUES(103,’bhavya’,’[email protected]’,’Female’,7894625678,’13-01-
2002’,’09-11-2021’,’Employee’,’pqr…’,90000);

II) Category

INSERT INTO CATEGORY VALUES

(14,’television’); INSERT INTO

CATEGORY VALUES (15,’mobile’);

INSERT INTO CATEGORY VALUES


(16,’laptop’);

III) Product

INSERT INTO PRODUCT

VALUES(7,’vaishnavi’,’mobile’,’vivo’,20000,50,’Active’); INSERT INTO

PRODUCT

VALUES(8,’gunashree’,’television’,’sony’,70000,100,’Active’); INSERT

INTO PRODUCT VALUES(9,’prachi’,’laptop’,’dell’,60000,30,’Active’);

IV) Register

INSERT INTO REGISTER VALUES

(101,’gaayana’,’Employee’,’gaayu’,4112000); INSERT INTO

REGISTER VALUES (102,’jayanth’,’Admin’,’jay’,27122001);

INSERT INTO REGISTER VALUES

(103,’bhavya’,’Employee’,’bhavz’,13012002);
V) Supplier

INSERT INTO SUPPLIER

VALUES(11,’gunashree’,9867542356,’apbd…’); INSERT INTO

SUPPLIER VALUES(12,’vaishnavi’,9567836723,’bcth…’);

INSERT INTO SUPPLIER

VALUES(13,’prachi’,9345678912,’guxz…’);

4.6 CREATION OF TRIGGERS

Table 4.6 Trigger Insert Table


4.7 CREATION OF STORED PROCEDURE

As SQLITE does not support the stored procedure feature of MySQL or other SQL tools, the
alternative for the same are user-defined functions for add and update which use classes and
objects and are called often.

CHAPTER 5

FRONT END DESIGN

5.1 CONNECTIVITY TO DATABASE

Graphical user interfaces would become the standard of user-centered design in software
application programming, providing users the capability to intuitively operate computers and
other electronic devices through the direct manipulation of graphical icons such as buttons,
scroll bars, windows, tabs, menus, cursors, and the mouse pointing device. Many modern
graphical user interfaces feature touchscreen and voice- command interaction capabilities.

Python: Using modules to connect to Database

11. Python can access other applications by calling in their respective modules, one of the
applications that can be used as database is DB Browser or SQLITE.
12. Another advantage of using such language is to create an user based application that
can be run on any system as a fully developed software.
13. Support for using the python standard GUI toolkit Tkinter and SQLITE are described at:-
https://docs.python.org/3/library/tkinter.html
https://www.sqlite.org/docs.html

PROCESS OF CREATING DATABASE CONNECTION USING SQLITE


FROM PYTHON

14. Create a file in an any source code editor with python installed,
15. Import the sqlite3 module,
16. Write a code to create the respective database,
17. In the main file using the GUI, import the module and connect the database,
18. This creates connection between the application and SQLITE database.

CREATING AND ACCESSING A DATABASE

19. Importing the SQLite module, using import sqlite3,


20. Defining a create_db function to call and create tables,
21. sqlite3.connect(database=r’database_name.db’) is stored into a variable to connect
the DB Browser to the application,
22. Using the con.cursor() method to use the database created,
23. cur.execute(“CREATE TABLE IF NOT EXISTS.............”) method is used to create the
tables in SQLite,
24. Finally, the commit the table or to make the creation of table we use cur. commit ()
method.
25. This will successfully create a database with specified entities and attributes.
26. Then we call the filename to create the file successfully.

5.2 FRONT END CODE

Systems design is the process of defining the architecture, components, modules, interfaces,
and data for a system to satisfy specified requirements. Systems design could see it as the
application of systems theory to product development. There is some overlap with the
disciplines of systems analysis, systems architecture and systems engineering. If the broader
topic of product development" blends the perspective of marketing, design, and
manufacturing into a single approach to product development," then design is the act of
taking the marketing information and creating the design of the product to be manufactured.
Systems design is therefore the process of defining and developing systems to satisfy
specified requirements of the user.

SQLite is often faster than a client/server SQL database engine in this scenario. Database
requests are serialized by the server, so concurrency is not an issue. Concurrency is also
improved by "database sharing": using separate database files for different subdomains. For
example, the server might have a separate SQLite database for each user, so that the server
can handle hundreds or thousands of simultaneous connections, but each SQLite database is
only used by one connection.

CHAPTER 6
TESTING

This chapter gives the outline of all testing methods that are carried
out to get a bug free system. Quality can be achieved by testing the product using
different techniques at different phases of the project development. The purpose of testing is
to discover errors. Testing is the process of trying to discover every conceivable fault or
weakness in a work product. It provides a way to check the functionality of components sub-
assemblies and/or a finished product. It is the process of exercising software with the intent
of ensuring that the Software system meets its requirements and user expectations and does
not fail in an unacceptable manner. There are various types of test. Each test type addresses a
specific testing requirement.

6.1 TESTING PROCESS

Testing is an integral part of software development. Testing process certifies whether the
product that is developed compiles with the standards that it was designed to. Testing process
involves building of test cases against which the product has to be tested.

6.2 TESTING OBJECTIVES

The main objectives of testing process are as follows:

27. Testing is a process of executing a program with the intent of finding an error.
28. A good test case is one that has high probability of finding undiscovered error.
29. A successful test is one that uncovers the undiscovered error.

6.3 TEST CASES


The test cases provided here test the most important features of the project.

Table 6.3 Test Cases

Expected Observed
SL No Test Input Remarks
Results Results

New tuple Query OK 1


1 Insert a Record should row affected PASS
or inserted
be inserted

Search from Query OK 1


2 Search a Record existing row affected PASS
Records or searched

Query OK 1
Delete
3 Delete a record row affected PASS
a Record or deleted

Query
Trigger
4 Create Trigger PASS
Created
OK Trigger
created

Query
Stored
Create
5 Procedure PASS
OK Stored
Created
Stored Procedure Procedure
created
CHAPTER 7

RESULT

This section describes the screens of the “Stock Control Management System”. The
snapshots are shown below for each module.

7.1 SNAPSHOTS

Fig 7.1 Snapshot of User Login

This is the Login Interface of the application where the user has to input user ID and password
to continue.
Fig 7.2 Snapshot of User Registration

The Registration Interface allows the user to get any employee details if the employee is
not registers then they will be registers giving a new user ID and password.
Fig 7.3 Snapshot of Admin Dashboard

This is the Admin Dashboard where the admin can view all the data from employee details to
the sales and stocks of the business.
Fig 7.4 Snapshot of Employee Details
In this interface Employee details is saved, if there is any changes to be updated or when the
Employee no longer exist the details can be deleted. Also, an employee can be quickly
searched using either Name or Email or by Contact.
Fig 7.5 Snapshot of Product Section

The category section, here any product category is added or deleted from the database of the
stock..
Fig 7.6 Snapshot of Category Interface

In the Product interface, the product details such as Category, Supplier, Name, Price, and
Quantity are saved, updated or deleted. The products can also be searched using name and
status of the stocks.
Fig 7.7 Snapshot of Sales And Stocks

In this section of Sales, the invoices of all the transitioned and sold out products are viewed,
and also specific bills can be accessed through their specific invoice nos. that are generated
during the billing process.
Fig 7.8 Snapshot of Billing System

This interface is the Billing Interface where an employee doing the billing process can
generate a customer bill, print it, view the active products from the inventory, an effective
calculator to perform quick operations. A product can be added or updated corresponding to
the customer requirement with ease.

CHAPTER 8

CONCLUSION

The Stock Control management system provides easier maintenance of various product’s
details and stocks. It allows simplified operation and is a time saving platform. The building
blocks of this Major Project “STOCK CONTROL MANAGEMENT SYSTEM” was one of
these opportunities. It gave us the requisite practical knowledge to supplement the already
taught theoretical concepts thus making us more competent as a computer engineer. The
project from a personal point of view also helped us in understanding the following aspects
of project development:

30. The planning that goes into implementing a project,


31. The importance of proper planning and an organized methodology,
32. The key element of team spirit and co-ordination in a successful project.

The project also provides us the opportunity of interacting with our teachers and to gain from
their best experience. The application has been completed successfully and tested with
suitable test cases. It is user friendly. This is developed using Python with Tkinter and
SQLite.

REFERENCES

12. https://www.geeksforgeeks.org/python-classes-and-objects/

2. https://docs.python.org/

3. https://www.youtube.com/playlist?list=PL4P8sY6zvjk76iWbcUQ2jDntGhmX3PLF4

4. https://www.geeksforgeeks.org/python-classes-and-objects/

5. https://www.w3schools.com/python/python_intro.asp
6. https://www.youtube.com/watch?v=pd-0G0MigUA

7. https://www.tutorialspoint.com/sqlite/sqlite_python.htm

You might also like