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

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]

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)