Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 3.21 KB

File metadata and controls

83 lines (56 loc) · 3.21 KB

HotelManagementSystem

Table of Contents

Introduction

This project was my Bachelor's final project, along side with my colleague Oussama Zoubia 2018, It is Hotel rooms management application (for a hotel named the lotus temple), it is only for windwos, It takes the management to the next level, with a user friendly and easy to use ergonomic interface and a modern eye attracting flat design, It is built with C# and .net 4.6.1

it provides multiple features like :

- Receptionist Account management ( add, remove or edit an account ) 
- Client or guest management (add, edit, remove, archive or checkout).
- Client search system 
- Client archive system
- Statisctics system ( number of avaible rooms , occupied, number of guests, guests that are checking out today)
- 

PS: the login credentials are :

Username : TheLotusTemple 
Password : Temple2018

Prerequisites

Setup

1- First you start by cloning the project in your hard drive
git clone https://github.com/Ozoubia/HotelManagementSystem.git

2- Open the project in Visual studio IDE
3- You will have to install the missing packages, Go to NuGet Package Manager in VS, It'll ask you to download the missing packages automatically which is the best option, wait for them to be installed and you're good to go.
4- If the automatic package download fails you have to download each package manually, here are the packages:

  • MaterialDesignThemes
  • SQL server compact v4

PS : Sometimes installing the packages automatically will install EntityFramework.SQlServerCompact along with them (which in this case we don't need and it will cause an error, so if it is installed go to NuGet Package Manager and remove it from the project)

Built with

  • Visual studio 2017 IDE
  • C# .NET 4.7
  • Material Design in XAML

Contributers

Project status

The project is 100% finished

Screenshots