0% found this document useful (0 votes)
23 views

Assignment 17

This document describes a proposed computerized inventory management system for Delight Cake Shop. Currently, the cake shop manages inventory and transactions manually using notebooks, which can lead to errors, make it hard to track profits and losses, and make it difficult to determine best-selling items. The proposed system would computerize these processes using a Visual Studio interface and SQL Server database. This would allow for more accurate tracking of inventory, daily transactions, revenues, expenses and profits. It would also help the shop identify most and least popular cake categories to better manage inventory. The system would include modules for staff registration, order management, customer registration, category management, and item management.

Uploaded by

kavindi sakunika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Assignment 17

This document describes a proposed computerized inventory management system for Delight Cake Shop. Currently, the cake shop manages inventory and transactions manually using notebooks, which can lead to errors, make it hard to track profits and losses, and make it difficult to determine best-selling items. The proposed system would computerize these processes using a Visual Studio interface and SQL Server database. This would allow for more accurate tracking of inventory, daily transactions, revenues, expenses and profits. It would also help the shop identify most and least popular cake categories to better manage inventory. The system would include modules for staff registration, order management, customer registration, category management, and item management.

Uploaded by

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

Delight Cake Shop

Abstract - The major goal of this project is to implement forget to write down some transactions. Therefore, losses
computer-based inventory management cake shop system. may occur to the shop. Computerization records all
This research is done to prevent inconvenience to customers transactions as well as automatically calculates daily,
and employees due to manual system errors. Visual studio is
used as the platform for designing the interfaces and coding in monthly profits, revenue, losses, and expenses of the store.
this system. In this project, Microsoft SQL Server is also Computerization increases accuracy as well as reliability.
employed as the database management system (DBMS). This Computers perform calculations with 100% accuracy.
would be a significant benefit to business owners because they
would be able to continue operating with great efficiency and 1.1 Aim
correct data. On the other side, this aids in the delivery of Aim of this project is to design and develop computer-
greater customer. based cake shop handling system for Delight cake shop.
Keywords – Computer Based, Cake shop, Inventory 1.2 Object
management
The purpose of this project is to,
1 INTRODUCTION
The Delight cake shop is a large - scale cake shop in  To provide inventory handling subsystem for
Rajagiriya area. They are handling their system as cake shop.
manually. They are selling cakes like wedding cake,  To compute daily transactions.
birthday cakes, cupcakes and other related cake items.  To handle inventory level of different
They are handling their day-to-day transactions to the note categories.
books. There are several problems in the manual inventory  To find most demanding item of the month.
handling system. So, with the high demand of the cake,  To find least demanding items of the month.
they can’t handle everything use in the manual system.
They have to get staff members. Staff members are
changing time to time. So, continuing in this process is the
huge task. We forget to write some day-to-day transactions. 2 LITERATURE REVIEW
It is very hard to find the profit, losses, incomes and our
expenses. In these days there are many of customers are Delight Cake Shop is a large-scale cake shop located in
coming to cake shop. So, there are many of orders. Because the main street Infront of the Emiliana Hotel in Rajagiriya.
of we can’t handle our daily transactions in note books. There are fifteen staff in all. This shop consists of four
Due to this manual system, we have the highest demand sections. There is a separate store room. There is also a
cake and the lowest demand cake hard to find. So, we birthday cake section, a wedding cake section, a cupcake
change to this manual system to computerized billing section. Each division has separate employees. They are
system. So, we can find what is the most demanding cake recorded in the daily transaction books. Employees in
category and we can ready for that. Sometimes we don’t different sectors record daily transactions separately but the
have available cake with the demand. So, we handle it in a entire store does not record sales details in one place. So, it
computerize system. Therefore, it is better to use the is difficult to find income, profits, losses, expenses. There
computerized method instead of the manual method we are is no search for the most demand cake category and the
currently using. A more efficient service can be obtained least demand cake category. The customer information is
by computerizing all those transactions rather than writing recorded in a book by employees. Accepted orders are also
them in the daily transaction books of the cake shop. handwritten and recorded in books. And this method is
Compilation of reports, analysis of them as well as drawing very difficult because we issue a handmade bill.
conclusions from them can be done more accurately by
computerized method. Also cake orders are in large The Bakery Management System will be compared with
numbers these days so we can computerize this and get a cake shop system and both the advantages and
large number of orders. Then can increase sales and disadvantages will be having. There are some drawbacks
increase profits. Also, recruiting new employees to the hard to use, security, database issue, bad customer
shop as well as retiring employees is a big task. By experience and bugs. Therefore, our cake shop system is
computerizing all that data, it is easy to calculate employee the best [1].
pay and allowances efficiently as well. When doing An e-Bakery is a web-based application design with a web
transactions on a daily basis in the manual system, you based structured approach. The purpose of developing an
bakery to support an online system in expanding advertise
on the products in Mama Reni Enterprise. But our system
is a computer-based system. So, it differs from that one [2].
Online Bakery Shop System (OBSS) is an internet-based
electronic commerce system developed with the objective
of providing purchase and management service through
World Wide Web. It is an application that makes use of the
web multiple-tier client/server architecture [3].

3 METHODOLOGY

3.1 Method
The C# programming language (Visual Studio) and
Microsoft SQL Server were used to create this desktop
application.

The Visual Studio IDE (integrated development


environment) is a piece of software that allows
programmers to write and edit code. Its user interface is
used to edit, debug, and build code in software
development. Visual Studio comes with a code editor that
supports IntelliSense (code completion) and code
refactoring. The integrated debugger can be used as both a
source-level and a machine-level debugger. A code
profiler, a designer for creating GUI applications, a web
designer, a class designer, and a database schema designer
are among the other built-in tools.

In SQL Server, a database is made up of a series of tables


that each store a specific set of structured data. A table is
made up of rows, which are also known as records or
tuples, and columns, which are also known as attributes.
Each column in the table is intended to hold a specific type
of data.

The flowcharts that correspond to the functionalities in the


proposed system are shown here.

4 FINDINGS AND ANALYSIS

4.1 Staff registration


This flow chart shows staff registration of the system. It can create usernames and passwords of the staff. Also, the
system can add edit delete the relevant details.

4.2 Order Management

This flow chart shows order management of the system. It


gets the orders details to create the order. Also, the system
can add edit delete the relevant details.

Figure 1 Staff Registration


4.3 Customer Registration This flow chart shows customer registration of the system.
It can register the customer for orders. Also, the system can
add edit delete the relevant details.

4.4 Category Management

Figure 4 Category Management

This flow chart shows category management of the system.


It creates the categories of the cakes. Also, the system can
add edit delete the relevant details.

Figure 3 Customer Registration


4.5 Item Management

4.6 High-Level Architecture

Figure 6 High Level Architecture

Figures

Figure 5 Item Management

This flow chart shows item management of the system. It


gets the item details. Also, the system can add edit delete
the relevant details.
Figure 1 Staff Registration................................................2
Figure 2 Order Management.............................................3
Figure 3 Customer Registration........................................3
Figure 4 Category Management........................................4
Figure 5 Item Management...............................................4
Figure 6 High Level Architecture.....................................5

References

[1] Dr.Md.Ismail.Jabiullah, "The Bakery Management System," [Online]. Available:


http://dspace.daffodilvarsity.edu.bd:8080/bitstream/handle/123456789/5602/063-17-183%20%2813_%29.pdf?
sequence=1&isAllowed=y. [Accessed 25 04 2022].

[2] A. A. Aini Najwa Raside, "Development of Online Bakery Shop Web Application(E-Bakery)," [Online]. Available:
https://publisher.uthm.edu.my/periodicals/index.php/aitcs/article/view/3913/1392. [Accessed 01 05 2022].

[3] M. AbLatif, "Online Bakery Shop System (OBSS)," [Online]. Available:


http://studentsrepo.um.edu.my/12154/1/Ong_Tern_Chow.pdf. [Accessed 30 04 2022].

You might also like