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
- Host: GitHub
- URL: https://github.com/nezuss/shopitemsmanager
- Owner: nezuss
- License: mit
- Created: 2025-04-14T23:26:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T23:47:04.000Z (about 1 year ago)
- Last Synced: 2025-04-15T15:16:24.656Z (about 1 year ago)
- Topics: csharp, dotnet, file-saving, manager, ui, windows-forms
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
