An open API service indexing awesome lists of open source software.

https://github.com/nezuss/shopitemsmanager


https://github.com/nezuss/shopitemsmanager

csharp dotnet file-saving manager ui windows-forms

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup shop items manager
Go to backend directory `cd ShopItemsManager`
Run the app `dotnet run` or if you using Visual Studio just press the green button on top of the screen

## Program data
All data saving in 'Items.txt'
You may add/delete/edit the data in it
If the data in file 'Items.txt' is wrong, the program will not workn

## Using the program
The program have the sorting, creating, editing and deleting data
To create the item you need to input all required fields marked `*` (Type, Cut, Color, Fabric, Size, Brand, Base price), Surcharge is not required
To sort you need to enter the name/text in field on top left side of the window, then press the button by which parameter you want to sort

## Interface example
![image](https://github.com/user-attachments/assets/ca5937a8-6f45-4507-8e96-b478fd471cac)