Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

RED7STUDIOS/RED7Studios.FreePOS

Repository files navigation

Logo

Description

FreePOS is a POS system, made for businesses. I have recently decided to release the source code because I don't really work on it anymore.

Downloads Repo Size Version

(images are from EzCar at the moment)

Installation

Requirements:

  • A copy of FreePOS
  • A Windows 10 computer
  • A zip extractor (like 7-zip or the built-in one).

Steps:

  1. Download FreePOS
    To download FreePOS, just navigate to "https://updates.cldm.ml/freepos" and then hit the "Latest Download".
    Downloading FreePOS

  2. Extract EzCar Update Zip
    Find the "update.zip" file, right-click it and press "Extract All" (built-in)
    Extract Context Menu

  3. Run FreePOS for the first time. Double-click it and run through the first time setup!

  4. You are done!

How to Edit/Contribute

Requirements:

  • A copy of Visual Studio 2019 or newer
  • A windows 10 or later computer
  • A zip extractor (7-zip or winrar)
  • A copy of the FreePOS source code
  • .Net Framework 4.0
  • Windows Forms (C#)

Steps:

  1. Download FreePOS Source Code
    To download the FreePOS Source Code, just navigate to "https://github.com/RED7Studios/RED7Studios.FreePOS/archive/main.zip".

2. Extract FreePOS Source Code Zip
Find the "RED7Studios.FreePOS-main.zip" file, right-click it and press "Extract All" (built-in)

3. Open the FreePOS Project
Open the "RED7Studios.FreePOS-main" folder and open the "RED7Studios.FreePOS.sln" (it should open Visual Studio)

4. Build the project
Build the project by clicking "Start" at the top of the project screen.