You are on page 1of 1

COFFEE SHOP PROJECT

The purpose of coffee


shop is to manage customer details, bill details,etc.
This is a desktop application project developed in
c#. For this an SQL server are also used and
database.
This project automates the process of
manually and maintaining the related records of
transaction flows user detail , payment details . It is
very needy for Coffee shops .
UML OF COFFFEE SHOP :

USER COFFEE
NAME : string; Quantity : int;
ID : int; Total : int;
Num : double; Price: int
Address : string;

Flaver
Simple: string;
Other : string;

You might also like