megatron100 / Delivery-Application2

WPF Application for Delivery with Sql Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delivery-Application

WPF Application for Delivery with Sql Server

This application represents a management system for a restaurant

  • This project is an implementation in C# using WPF in Visual Studio and this app is structured on the Model-View-ViewModel architecture.
  • The app connects to a database made in SQL Server.
  • For connecting to database I used EntityFramework - some of the queries are stored procedures and the rest are written using LINQ.

Authentication

From home page the user can choose to login, to create an account or to see the menu without an account and then if is interested to order something he can create an account.

** -images soon- **

The menu looks like this for a customer that doesn't have an account. From here he can see the menu by category, create an account, search products by some criteria, and see more details about a selected item.

** -images soon- **

Those who have an account can place an order and see their cart, from where they can delete a previously added product. Also the user who is registered can see his order history.

** -images soon- **

Employee section

The app has a section for employees which can be accessed by them logging in using their special email address which ends in @bogdieats.com. Inside this section the employee can see all the orders in descending order by date and they also can see the products that are near exhaustion grouped by category.

** -images soon- **

In orders view the employee can see all orders sorted descending by date. From the drop-down menu he can choose ACTIVE ORDERS and so the status of an order can be changed to PREPARING, LEFT, or DELIVERED. When pressing SEE DETAILS ABOUT ORDER button - only after an order is selected - he can see details about it, such as the user who placed it, the products he ordered, total price, and how many pieces of each product.

The employee can also see products near exhaustion - products that have a total quantity in store less than or equals to 1000g grouped by category.

** -images soon- **

About

WPF Application for Delivery with Sql Server


Languages

Language:C# 100.0%