Skip to content

valanikevin/Restaurant-Billing-System-GUI-WPF

Repository files navigation

Restaurant Billing System - C# - WPF

The GUI based application is designed to provide billing support to Restaurant. This application uses multiple data structures and algorithm to store and retrieve data.

Program Explanation

  1. Program will have checkbox with each menu item.
  2. Check the box to include it in order.
  3. Uncheck the box to void the item.
  4. Press Generate button to generate bill.
  5. There are several other options to access and modify data into program.

Screenshots

RestaurantSystemScreenshot

Requirements

  1. Windows Computer.
  2. Visual Studio Community/Professional.
  3. Brain.

Installation

  1. Clone project or download zip.
  2. Open .sln file. (Solution File)
  3. Build project.
  4. Run Project.

Common Visual Studio Errors

1) .csproj file has been moved or deleted:

This sometimes happens when you have cloned project that was built on another Visual Studio Version with different user.

  • Solution:
  1. Completely Close Visual Studio. (Very Important)
  2. On the main project directory, look for .vs hidden folder, navigate inside and find .suo file.
  3. Delete .suo file.
  4. Load .sln file again.
  5. If error is still present.
  6. Open .csproj file inside Project Directory.

About

This application is built with GUI/WPF on C#. The purpose of this application is to demonstrate the working of Restaurant Billing System.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages