The task of network stores is the timely delivery of goods needed by residents. To do this, they need a single information system in which the proceeds and subsequent sales of goods will be tracked.
(NOGS) Network Of Grocery Stores - this is a program with database that is designed for a network of grocery stores
. The purpose of this product is to enable the creation, storage, processing and analysis of data used in the grocery store.
KEY POSSIBILITIES:
- Saving required customer data and product listings
- User authorization (user classes: administrator and seller)
- Adding, editing and deleting product purchase and sale data
- Adding, editing and deleting product assortment data
- Adding, editing and deleting employee data
- Adding, editing and deleting customer data
- Forming shop receipt
As usual, you get started by cloning the project to your local machine:
$ git clone https://github.com/OlenkaA/NetworkOfGroceryStores.git
- .NET Core SDK 2.1 (v. 2.1.400) or later versions.
- Microsoft Visual Studio .NET 2017
- Microsoft SQL Server 2012
- Git
Development environment for this application is Microsoft Visual Studio .NET 2017
.
This project use the following libraries
:
- EntityFramework v6
Used technologys
and tools
:
- Microsoft Visual Studio .NET 2017 - for develop application
- WPF .NET - for development a modern user interface
- MS SQL Server - as databases for data storage
- NuGet Package Manager - provide the ability to consume packages
Get started with the program NOGS. Authorization is required for successful work with the program:
The main window of the program consists of a toolbar, a workspace and check information:
The application provides ability to view products available in the store. For this there is a convenient grouping of all products by category:
The application provides an opportunity to review employees, customers, products and promotions:
The application provides the ability to search:
Also, there is the ability to add, edit and delete data from a database of new products, stocks, customers, employees, stores:
The complete user manual can be found here.
- Olena Andrushchakevych - [email protected]