https://github.com/nickacpt/lightpos
Just a simple Point Of Sale app. [Mostly unfinished]
https://github.com/nickacpt/lightpos
cashier csharp lightpos modernuidoneright point-of-sale pointofsale pos sales winforms winforms-application
Last synced: 6 months ago
JSON representation
Just a simple Point Of Sale app. [Mostly unfinished]
- Host: GitHub
- URL: https://github.com/nickacpt/lightpos
- Owner: NickAcPT
- License: mit
- Created: 2017-11-25T15:27:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T20:34:14.000Z (about 7 years ago)
- Last Synced: 2025-04-12T17:06:55.416Z (6 months ago)
- Topics: cashier, csharp, lightpos, modernuidoneright, point-of-sale, pointofsale, pos, sales, winforms, winforms-application
- Language: C#
- Homepage:
- Size: 1.77 MB
- Stars: 37
- Watchers: 3
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LightPOS (.NET Framework 4.0)
A simple Point-Of-Sale app made in C# with WinForms.Using ModernUIDoneRight by NickAc.
**Please don't use this in a real environment! The laws in your country may not allow it!**
## Why did I create this?
Simple. A long time ago, I made an app called NickPOS (bad naming) using C# (I went from Java to C#) which I developed on my free-time (I'm a student). As time evolved, so did the app.And if you look through the code, you'll find some beginner mistakes (using wrong naming conventions; unoptimized code; you name it)!
So, I created this project to try new things ([Fluent] NHibernate).## Compiling
After you've downloaded/cloned this repo, open the solution on Visual Studio (preferably VS 2017).Then get LibZ (used to compress dependencies) in [this](https://github.com/MiloszKrajewski/LibZ/releases) link (get the one that contains tool on the file name).
After doing that, let NuGet download the dependencies. When completed, place the libz.exe file on the Release folder(bin\Release).
Change the configuration to Release and ask Visual Studio to compile.
The final files you should copy:
- LightPOS.exe
- LightPOS.exe.config
- dependencies.libz
- x86 ($project-root$\packages\System.Data.SQLite.Core.$version$\build\net40)
- x64 ($project-root$\packages\System.Data.SQLite.Core.$version$\build\net40)