Skip to content

Just a simple Point Of Sale app. [Mostly unfinished]

License

Notifications You must be signed in to change notification settings

NickAcPT/LightPOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 18, 2018
8ed918f · Sep 18, 2018
Jul 8, 2018
Jun 29, 2018
Sep 18, 2018
Dec 1, 2017
Nov 25, 2017
Dec 1, 2017
Nov 25, 2017
Nov 25, 2017
Sep 18, 2018
Jul 1, 2018
Jun 29, 2018
Nov 27, 2017
Mar 16, 2018
Nov 26, 2017

Repository files navigation

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 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 ( p r o j e c t r o o t \packages\System.Data.SQLite.Core.$version$\build\net40)
  • x64 ( p r o j e c t r o o t \packages\System.Data.SQLite.Core.$version$\build\net40)