All Projects → NickAcPT → LightPOS

NickAcPT / LightPOS

Licence: MIT license
Just a simple Point Of Sale app. [Mostly unfinished]

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to LightPOS

larapos
Laravel Point of sale with invoice full source code free download pos apps.
Stars: ✭ 38 (+46.15%)
Mutual labels:  pos, pointofsale, point-of-sale, cashier
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+223.08%)
Mutual labels:  sales, pos, point-of-sale
JavaFX-Point-of-Sales
Point of Sales with inventory management system
Stars: ✭ 162 (+523.08%)
Mutual labels:  pos, point-of-sale
nanopos
A simple Lightning ⚡ point-of-sale system, powered by Lightning Charge
Stars: ✭ 95 (+265.38%)
Mutual labels:  pos, point-of-sale
react-point-of-sale
A simple point of sale app built in nodejs and reactjs
Stars: ✭ 185 (+611.54%)
Mutual labels:  sales, point-of-sale
POS-Awesome
POS Awesome is an open-source Point of Sale for Erpnext using Vue.js and Vuetify
Stars: ✭ 109 (+319.23%)
Mutual labels:  pos, point-of-sale
pos-billing-and-invoicing-software
Most Advanced POS, Billing, Inventory & Invoicing Software which can perfectly fit on your WholeSale & Retail Business --- Demo :
Stars: ✭ 33 (+26.92%)
Mutual labels:  pos, point-of-sale
NotrinosERP
A web-based erp, accounting system that written in PHP and MySql includes Sales, Purchasing, Warehousing, Manufacturing, Human Resource... It supports multi user, multi currencies, multi languages.
Stars: ✭ 46 (+76.92%)
Mutual labels:  sales, pos
pos
Point of sale system targeted towards pharmacies in India.
Stars: ✭ 46 (+76.92%)
Mutual labels:  pos, point-of-sale
quicktill
Figure out where all the money and stock went to
Stars: ✭ 29 (+11.54%)
Mutual labels:  pos, point-of-sale
pos-android-sdk
A selection of APIs and associated samples that enables developers to build applications for different stages of the point of sale journey
Stars: ✭ 18 (-30.77%)
Mutual labels:  pos, point-of-sale
open-pos
Open Source Point of Sale System.
Stars: ✭ 52 (+100%)
Mutual labels:  pos, point-of-sale
kasir
Cashier Management & Inventory Management System
Stars: ✭ 28 (+7.69%)
Mutual labels:  point-of-sale, cashier
bitpocket-mobile-app
Mobile app for accepting bitcoin payments at the point of sale (Bitcoin POS).
Stars: ✭ 26 (+0%)
Mutual labels:  pos, point-of-sale
Tasks
Tasks is an application that optimizes computer performance. Tasks improves overall system performance, boot times, and a safer experience while using your computer.
Stars: ✭ 65 (+150%)
Mutual labels:  winforms
Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+219.23%)
Mutual labels:  winforms
netcore-winforms-demos
This repository contains the Outlook Inspired and Stock Market Trader demo applications that support .Net Core 3.
Stars: ✭ 38 (+46.15%)
Mutual labels:  winforms
groupcontrols
.NET controls that display multiple sub-controls without creating a unique window handle for each child. Instead each child is drawn using the default renderers.
Stars: ✭ 15 (-42.31%)
Mutual labels:  winforms
larapos
Simple Point of Sale Applications build with laravel 5.3 and VueJs2
Stars: ✭ 64 (+146.15%)
Mutual labels:  pointofsale
XCLNetTools
.net (C#) common class library DLL (maintained since 2012), now open source.Most of the code for this kind of library is written or collected by me. Ever since I started working, I have been hoping that there would be a common code base, which would be convenient for us to solve some highly repetitive and meaningless things in the coding process…
Stars: ✭ 35 (+34.62%)
Mutual labels:  winforms

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 ($project-root$\packages\System.Data.SQLite.Core.$version$\build\net40)
  • x64 ($project-root$\packages\System.Data.SQLite.Core.$version$\build\net40)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].