Giter VIP home page Giter VIP logo

hotel-mangement-dbms-mini-project's Introduction

Hotel-Management-DBMS-Mini-Project

This is Hotel(Restaurant) management project that displays the menu of the hotel and takes orders from customers and generates bills which are recorded in database and also in file. We have considered requirements for the hotel side and have considered 3 major users i.e Customer, Chef, and Waiter.

Frontend: Python(tkinter)

Database used: Sqlite

Scope of Mini Project:-

Scope of project is for managing orders received from customers using 3 Actors/Users in process.

1: Customer side

Project Scope for Customers is only place order for parcels.

2: Hotel side

At the Hotel side there are two GUI's for handling orders i.e.Chef, Waiter GUI.

Chef: Chef receives and completes orders.

Waiter: Waiter can place orders for customers.

Screen Shots:-

Customer Login:

Customer Login

Customer Signup:

Customer Signup

Customer Main Page:

Customer Main Page

Staff Login:

Staff Login

Waiter:

Waiter

Chef:

Chef

Generated Bill:

Generated Bill

Database Schema:-

Customer( email_id varchar primary key , name varchar, phone_no integer, password varchar)

// For Customer

Orders( order_no varchar primary key , date varchar, time varchar, cust_id varchar references Customer(email_id ) )

Items( name varchar, rate integer, quantity integer, order_no varchar references Orders( order_no), status varchar, category varchar, primary key(name,order_no))

// For Waiter

waiter_order( order_no varchar primary key , table_no integer, date varchar, time varchar, cust_name varchar, cust_email varchar)

waiter_Items( name varchar, rate integer, quantity integer, order_no varchar references waiter_order( order_no), status varchar, category varchar, primary key(name,order_no) )

// Record All Orders

Record_Order(order_no varchar primary key)

Record_Items( name varchar, rate integer, quantity integer, category varchar, order_no varchar references Record_Order(order_no))

ER Diagram:

Generated Bill

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.