The following instructions are for installing Saleculator on Windows. You must have Java installed before installing Saleculator.
Before You Begin: System Requirements for Saleculator POS #
✅ Operating System: Windows 10/11 (64-bit recommended)
✅ Administrator Rights: Required for Java, MySQL, and software installation
✅ Disk Space: Minimum 128GB recommended
✅ Memory: 4GB RAM or higher for optimal performance
✅ Display: 1366×768 resolution or higher
Step 1: Install Java (JDK 8 or later) #
- Check if Java is installed:
- Press
Win + R
, typecmd
, and hit Enter. - In Command Prompt, type: java -version
- If Java is installed, the version will appear. If not, proceed to install it.
- Press
- Download & Install Java:
- Download from: https://www.java.com/en/download/manual.jsp
- Run the downloaded
.exe
file and follow the installer steps. - Leave all settings as default and complete the installation.
Step 2: Install MySQL Community Server 5.7 #
- Download MySQL 5.7:
- Run the Installer:
- Double-click the downloaded
.msi
file. - Choose “Server Only” setup type → Click Next.
- If prompted, install Microsoft Visual C++ 2013 Redistributable (required).
- Double-click the downloaded
- Complete Installation:
- Click Execute → Wait for installation → Click Next.
- In Configuration, select “Server Mode Only” → Click Next.
- Set Root Password:
- Under “Accounts and Roles”, enter:
- Password:
password
(all lowercase) - Confirm Password:
password
- Password:
- Click Next.
- Under “Accounts and Roles”, enter:
- Finalize Setup:
- Click Execute → Wait → Click Finish.
- Create SALECULATOR Database:
- Open MySQL 5.7 Command Line Client from Start Menu.
- Enter password:
password
. - Run these commands: CREATE DATABASE SALECULATOR; for creating database
- Run these commands: SHOW DATABASES; — Verify “SALECULATOR” appears exit
Step 3: Install Saleculator POS #
- Download Saleculator:
- Extract Files:
- Create a folder (e.g.,
C:\Saleculator
). - Extract the ZIP file here. You’ll see:
lib
(folder)Saleculator.Jar
Saleculator.ICO
- Create a folder (e.g.,
- Create Desktop Shortcut:
- Right-click
Saleculator.Jar
→ Send to → Desktop (create shortcut).
- Right-click
- Change Icon (Optional):
- Right-click the shortcut → Properties → Change Icon → Browse to
Saleculator.ICO
→ Select → Apply → OK.
- Right-click the shortcut → Properties → Change Icon → Browse to
Step 4: Activate Saleculator #
- Run Saleculator:
- Double-click the desktop shortcut (
Saleculator.Jar
). - When prompted “Do you want to create a database?”, click Yes.
- Double-click the desktop shortcut (
- Activation Window:
- To get a trial key, click Trial → Fill in your details (name, email, etc.).
- Check your email for the trial key → Copy-paste it into the activation window → Click Activate.
- Login:
- Use the default passwords:
- Admin:
1111
- Manager:
2222
- Cashier:
3333
- Admin:
- Use the default passwords:
Leave a Reply