Table of Contents
SaleProPOS is a software that will help you to manage your inventory, accounting and HRM. We believe that this software is suitable for both wholesale and retail buisness model and an ideal product for any Super Shop. This user friendly software is fully responsive and has many features. Hope that this software will be helpful to manage your buisness inventory.
Support
We are happy to provide support for any issues within our software. We also provide customization. So if you have any features in mind or suggestions, please feel free to contact us at Support. Please note that we don’t provide support though any other means (example- WhatsApp, comments etc.). So, please refrain from commenting your queries on codecanyon or knocking us elsewhere.
Also, in case of any errors/bugs/issues on your installation, please contact us with your hosting details (url, username, password), software admin access (url, username, password) and purchase code. If your support period has expired, please renew support on codecanyon before contacting us for support.
Thank you and best wishes from LionCoders.
Server Requirements
All our products are designed on most popular PHP framework Laravel. You need to have minimum requirement for running all our application. Please make sure that you have completed these requirements.
- Preferred Server – Apache/Nginx
- PHP Version 8.0
- OpenSSL PHP Extension
- PDO PHP Extension
- PHP Fileinfo Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- Zip Archive PHP Extension
- Mod Rewrite Enabled
Please note if you try to install the application on any other server say LiteSpeed or IIS, you may get undesirable result. We do not recommend you to use other server than Apache or Nginx. Also we do not provide support for installation in server other than Apache.
Addons
SalePro WooCommerce
Imagine you have an existing WooCommerce website. Now you want to use salepro and also want to synchronize your WooCommerce website with SalePro. If you want to do so then this is the ultimate solution you are looking for. SalePro WooCommerce addon comes with complete synchronization with your WooCommerce website. You can synchronize your orders from WooCommerce to SalePro. Also you can can synchronize products, categories from SalePro to WooCommerce. And you have to map your Salepro taxes with WooCommerce taxes.
To purchase this addon go to the addon list from left sidebar and click on the Buy Now button.

After purchasing this addon from codecanyon click on the install button. Type your purchase key which you will get from the envato during the purchase. Then click on the submit button. If your purchase key is correct then the addon will be installed automatically and you will see a new option on the left side bar named WooCommerce.


If you go to the WooCommerce section you will get all the necessary options to sync your Wocommerce categories, products, taxes and orders. You can also sync products from SalePro to WooCommerce from the product create or edit page.

When we released the update you can update it automatically from the addon list page.

SalePro eCommerce
For SalePro eCommerce installation and documentation , please visit SalePro eCommerce Docs
SalePro SAAS
Important Notice:
To use the SaaS version of SalePro, your SalePro application must be located in the root directory (public_html). The SaaS system is designed to run from the root directory and will not function correctly if installed in a sub-directory or sub-domain.
Warning:
Installing the SaaS module over your existing SalePro installation will overwrite or modify your current data. If you wish to keep your existing SalePro data, please make sure to back up your database before proceeding.
If you want to use your existing SalePro installation as a tenant within the SaaS system, install the SaaS module first, and then follow the instructions in the SalePro SaaS Documentation to add your current SalePro as a tenant.
Installation Instructions:
-
After purchasing the SaaS add-on from CodeCanyon, click the Install button.
-
Enter the purchase key you received from Envato during purchase.
-
Click Submit to complete the installation.

If your purchase key is correct then you will redirect to saas installation page.

For SalePro SAAS installation and documentation , please visit SalePro SAAS Docs
Common Errors
If you face 500 server error after installing the software please update your php version to 8.2+. If you still get 500 error after updating php version, please open your ‘.env’ file and change the value of ‘APP_DEBUG’ to true. You’ll find ‘.env’ file in the root folder (SaleProPOS) And then go to the page again where you were getting 500 server error. You should see description of actual error now. Please take a screenshot and send it over along with your cpanel access details, so that we can look into it.


Installation
Localhost
If you are installing on localhost, please keep in mind that you’ll need Internet for installation. After installation, you can use SaleProPOS without Internet. We suggest you use XAMPP for localhost. You can use other solutions like WAMP, MAMP etc. as well and installation process for all of them are same.
Create a folder inside htdocs folder inside your XAMPP installation. Now copy the zip folder you downloaded from Codecanyon to htdocs folder and unzip it there. Rename it to whatever you want. Say, you have named it- ‘my-folder’. Now start your XAMPP (or whatever you are using) and go to your browser and access SaleProPOS from your browser like- localhost/my-folder/.
While installing you may face ‘max execution time error’, as importing database takes a while. To solve this issue, please increase ‘max_execution_time’ and ‘memory_limit’ value in your php.ini file. set memory_limit=512M and max_execution_time=480. for reference- How to edit php.ini file on localhost(XAMPP)
Online Hosting
Upload the zip folder you downloaded from Codecanyon to your hosting and unzip it. Please make sure you configure your web hosting’s settings, so that it shows hidden files and folders (for reference- How to enable hidden files and folders on cpanel) This is to ensure that if you copy/move the contents from the unzipped folder to any other location, you copy all the files including ‘.htaccess’, ‘.env’ files which are necessary for the proper functioning of the software. Now you can access the folder where you have SaleProPOS from your browser.
Now follow the installation process below.
Steps
Step 1
- Please read the license agreement before proceeding.
- You need to accept and continue for going to the next step.

Step 2
- The system will automatically check for the server requirements. If all the requirements are fulfilled, You can proceed for further action.

Step 3
- You have to fill up the form with correct information.
- Please input the purchase code.
- Input your database host e.g(localhost).
- Your database username e.g(root).
- Your database password (if any).
- The database name that you have already created.
- Click on submit.

Step 4
- Congratulations! You have successfully installed SaleProPOS.
Installation Video
Watch here is a video demonstrating the steps stated above.
Changing Domain & Hosting
Backup
Before beginning the process, it is strongly recommended to take a backup.
Move to new Domain
To transfer your application from one domain to another (e.g., from oldsite.com to newsite.com), follow these steps:
-
Point the new domain (
newsite.com) to your existing codebase. -
Open the
.envfile and update theAPP_URLto the new domain (newsite.com).
That’s it! You can now access your application at newsite.com.
Changing the Hosting
If you’re switching from one hosting service (e.g., hosting-1) to another (e.g., hosting-2), follow these steps to move your SaleProPOS application:
1. Transfer the Codebase
-
Compress the current SaleProPOS codebase into a ZIP file on
hosting-1. -
Upload the ZIP file to
hosting-2and extract its contents.
2. Migrate the Database
-
Export the existing database from
hosting-1. -
Create a new database on
hosting-2and import the exported data.
3. Update Domain Settings
-
Change your domain’s NameServer records to point to the new hosting (
hosting-2).
4. Configure Environment Settings
-
Open the
.envfile onhosting-2. -
Update the database connection details:
DB_HOST=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
Done!
If you’re also moving to a new domain, refer to the earlier section for updating the APP_URL in the .env file.
Help with installation
We can help you install on any cpanel based hosting for as little as $30. You can send the money via paypal to tarik_17@yahoo.co.uk. Contact us at Support with your hosting details and payment proof and we’ll take care of the rest.
Please note– We don’t provide any suppot to install on localhost.
Software Update
Any admin/owner user will be notified on the dashboard when the update will be released. It is highly recommended that you take a backup of your files and database before updating.
In case you don’t get auto update notification, please download the latest files from CodeCanyon and unzip it where your SalePro files are. It will override the existing files. after you do that, go to the browser and type ‘migrate’ after your url and hit enter (like- https://your_url.com/migrate). it will migrate if anything needs to be migrated.
Note: If you have any customizations, please do not click the Update, it will override your changes.

POS Printer Configuration
Thermal ESC/POS printers
-
Go to Settings → Receipt Printers and click Add New Printer.
-
Choose the Connection Type based on your setup:
-
Network Printer: Enter the printer’s IP Address.
-
Windows Printer: Share the printer with your computer and provide the file path in the format:
-
smb://computer_name/my_printer_name
(Replacemy_printer_namewith the actual shared printer name.)
-
-
Linux Printer: Enter the device file path. Common examples include:
-
Parallel:
/dev/lp0 -
USB:
/dev/usb/lp1 -
USB-Serial:
/dev/ttyUSB0 -
Serial:
/dev/ttyS0
-
-
-
Select the Warehouse, choose the correct Capability Profile, and specify the Characters Per Line supported by your printer.
-
Click Save to complete the configuration.
-
Navigate to Settings → Invoice Settings and set the template with your preferred paper size (58mm or 80mm) as the default.

Browser-based printing
First you have to install your printer driver. Then go to settings and select Devices.

Then go to Devices and printers.

Set your POS printer as default printer.

Then go to Printing preferences.

Then go to Advanced.

Select 3rd option of paper size and click Ok.

After that go to printer properties.

Go to device settings and select 3rd option of auto.

Please make sure you choose correct paper size(3rd option) when you want to print the invoice.

POS Printers
Many thermal receipt printers support ESC/POS to some degree. This driver has been known to work with:
- 3nStar RPT-008
- Approx APPPOS80AM
- AURES ODP-333
- AURES ODP-500
- Bematech-4200-TH
- Bematech LR2000E
- Birch PRP-085III
- Bixolon SRP-350III
- Bixolon SRP-350Plus
- Black Copper BC-85AC
- CHD TH-305N
- Citizen CBM1000-II
- Citizen CT-S310II
- Dapper-Geyi Q583P
- Daruma DR800
- DR-MP200 (manufacturer unknown)
- EPOS TEP 220M
- Elgin i9
- Epson EU-T332C
- Epson FX-890 (requires
feedForm()to release paper). - Epson TM-T20
- Epson TM-T20II
- Epson TM-T70
- Epson TM-T70II
- Epson TM-T81
- Epson TM-T82II
- Epson TM-T88II
- Epson TM-T88III
- Epson TM-T88IV
- Epson TM-T88V
- Epson TM-U220
- Epson TM-U295 (requires
release()to release slip). - Epson TM-U590 and TM-U590P
- Equal (EQ-IT-001) POS-58
- Everycom EC-58
- Excelvan HOP-E200
- Excelvan HOP-E58
- Excelvan HOP-E801
- Gainscha GP-2120TF
- Gainscha GP-5890x (Also marketed as EC Line 5890x)
- Gainscha GP-U80300I (Also marketed as gprinter GP-U80300I)
- gprinter GP-U80160I
- HOIN HOP-H58
- Ithaca iTherm 28
- Hasar HTP 250
- Metapace T-1
- Metapace T-25
- Nexa PX700
- Nyear NP100
- OKI RT322
- OKI 80 Plus III
- Orient BTP-R580
- P-822D
- P85A-401 (make unknown)
- Partner Tech RP320
- POSLIGNE ODP200H-III-G
- QPOS Q58M
- Rongta RP326US
- Rongta RP58-U
- Rongta RP80USE
- SAM4S GIANT-100DB
- Senor TP-100
- Sewoo SLK-TS400
- SEYPOS PRP-96
- SEYPOS PRP-300 (Also marketed as TYSSO PRP-300)
- SNBC BTP-R880NPIII
- Solux SX-TP-88300
- Sicar POS-80
- Silicon SP-201 / RP80USE
- SPRT SP-POS88V
- Star BSC10
- Star TSP100 ECO
- Star TSP100III FuturePRNT
- Star TSP-650
- Star TUP-592
- TVS RP45 Shoppe
- Venus V248T
- Xeumior SM-8330
- Xprinter F-900
- Xprinter XP-365B
- Xprinter XP-58 Series
- Xprinter XP-80C
- Xprinter XP-90
- XPrinter XP-Q20011
- Xprinter XP-Q800
- Zjiang NT-58H
- Zjiang ZJ-5870
- Zjiang ZJ-5890 (Also sold as POS-5890 by many vendors; ZJ-5890K, ZJ-5890T also work).
- Zjiang ZJ-8220 (Also marketed as Excelvan ZJ-8220)
- Zjiang ZJ-8250
Customer Display Screen
The Customer Display Screen enables customers to view their order details in real time during the billing process. This feature enhances transparency, improves trust, and engages customers by clearly displaying item names, individual prices, and the total payable amount.
How to View the Customer Display Screen
To access the Customer Display Screen, follow these steps:
Step 1: Navigate to the POS screen, where you will see a screen icon.
Step 2: Click on the icon to open the Customer Display Screen in a new browser tab.
Once opened, any changes you make in the POS screen—such as adding, deleting, or updating product prices—will be instantly reflected on the Customer Display Screen in real time.

Empty Database
When you install this software it will come with some dummy data. To delete all these dummy data click on your username on the top navigation bar. Then you will see an option named Empty Database. Click on that and all the dummy data will be deleted automatically.


Mail Server Settings
To add mail functionality to your inventory you have to setup mail server first. To do this go to Mail Setting under Setting module. You have to fill up the following information.

Here’s detailed documentation for the possible inputs of the Mail Settings form:
The Mail Settings form allows configuring the email settings required for the system to send emails. Below is a detailed explanation of each field, including examples of valid inputs:
Mail Driver
Description: Specifies the email sending protocol. Common options include SMTP, Mailgun, or Sendmail.
Possible Inputs:
- SMTP (Simple Mail Transfer Protocol): The most commonly used driver for sending emails.
- Sendmail: Uses the server’s Sendmail binary for email sending.
- Mailgun: A third-party email service.
- Log: Logs emails to storage for debugging purposes.
Example Input: SMTP
Mail Host
Description: The server address of the mail service provider.
Possible Inputs:
- Gmail:
smtp.gmail.com
- Outlook:
smtp.office365.com
- Yahoo Mail:
smtp.mail.yahoo.com
- Custom Host: Specify the host address if using a custom email provider.
Example Input: smtp.gmail.com
Mail Port
Description: The port number for the mail server. This depends on the encryption method and the email provider.
Possible Inputs:
- For SMTP with TLS encryption:
587
- For SMTP with SSL encryption:
465
- For Non-encrypted SMTP:
25(not recommended).
Example Input: 587
Mail Address
Description: The email address used to send emails from the system.
Format: A valid email address.
Example Input: noreply@yourdomain.com
Mail From Name
Description: The name displayed as the sender in email recipients’ inboxes.
Format: A string value representing the sender’s name.
Example Input: Your Company Name
UserName
Description: The username for authentication with the mail server, usually the email address.
Format: A valid email address or username string provided by the email service provider.
Example Input: user@yourdomain.com
Password
Description: The password or API key used to authenticate the email account.
Format: Alphanumeric string (ensure this is kept secure).
Example Input: yourpassword123
Note: For providers like Gmail, you may need to generate an app-specific password if two-factor authentication is enabled.
Encryption
Description: Specifies the encryption protocol to secure communication with the mail server.
Possible Inputs:
TLS: (Transport Layer Security) A common protocol for securing SMTP connections.
SSL: (Secure Sockets Layer) An older protocol for secure connections.
None: No encryption (not recommended).
Example Input: TLS
Validation Requirements
- Mandatory Fields: All fields marked with an asterisk (*) are required.
- Input Formats:
- Email addresses must be valid (e.g.,
user@example.com).
- Ports must be numeric (e.g.,
587).
- Passwords should not contain spaces.
- Email addresses must be valid (e.g.,
Example Configuration for G-mail
- Mail Driver:
SMTP
- Mail Host:
smtp.gmail.com
- Mail Port:
587
- Mail Address:
youremail@gmail.com
- Mail From Name:
Your Business Name
- UserName:
youremail@gmail.com
- Password:
yourpassword
- Encryption:
TLS
Common Errors and Troubleshooting
- Authentication Errors: Ensure the correct username and password are provided. For Gmail, enable “Allow less secure apps” or use an app-specific password.
- Connection Errors: Verify the host and port match your email provider’s configuration.
- Email Delivery Issues: Check spam filters and ensure the “From” address has been verified with your mail provider.
Dashboard
We have a gorgeous looking dashboard for our customer from where they get Revenue, Sale Return, Purchase Return and Profit information of today / last 7 days / current month / current year at a glance by one click.

You will get information of your cash flow that means how much money you are earning and how much money you are spending from this line chart.

You also aware of your current month’s purchase, revenue expenditure froms this doughnut chart.

A bar chart shows Yearly report of purchases and sales of current year.

From Dashboard You will also get recent transaction(sale, purchase, quotation, payment) and top 5 best selling product of current month and current year.

Product List
Category
You can add, edit and delete product category. You can also import category from CSV file and export table data to PDF, Excel, CSV. Also you can print data from table.




If you don’t want to export any column you can do this by clicking Column Visibility button. From here you can choose column to remove from table.


To export data from specific row you just have to check the checkbox of the related row

If you want to delete all the row from table you can do this very easily as shown below. You can also delete specific row from table.

If you want to search anything from the table you can simply type the word in the search box.

You can also control the pagination from Show dropdown.

Product
In product section you will just add general information of a product. To add stock you have to purchase that product. You can create three types of product in SaleProPOS.
- Standard
- Digital
- Combo (Combination of standard product. Like mango juice is a combo product as it is consist of mango and sugar ).
- Service
You can add, edit and delete product. You can import product from CSV. You must follow the instruction to import data from CSV. To get better understanding you can download the sample file.


You can sort table data according to column

And you can search, export and print data from table that we discussed earlier in greater detail.
Adjustment
If you want to Adjustment for products like, adding or subtracting their quantity then you can do this from here. For create an Adjustment, click Add Adjustment and if you want to Edit or Delete an Adjustment then use actions.

Stock Count
If you want to see what is the quantity of products for a specific Warehouse or All Warehouse then you can see from here.

Weight Scale Machine
SaleProPOS is compatible with weight scale machine. But you have to follow the rules strictly. In a weight scale machine the machine will give you a label of 13 digits barcode. Consider the following picture:

Here first 7 digits are the product code which must be similar with the product code of SaleProPOS. Next 5 digits contains weight and the last digit is a random number. Whenever you put a product on a weight scale machine it will generate this type of label automatically. Then all you have to do is scan this label. Product’s info and weight will be calculated automatically with SaleProPOS. But the product code must be same both for SaleProPOS and weight scale machine.

Print Barcode
You can print barcode with SaleProPOS. The available paper sizes are 36mm, 24mm and 18mm. Anything other than that might not work correctly. To print barcodes we highly recommend using Brother Label Printer.
Adding Stock
In Product section you just added general information of product. So where the stock comes from? To add stock you have to purchase that product for specific warehouse. This software is pretty smart that it will automatically update the stock quantity and you don’t have to worry about it.
Purchase
Add Purchase
You can create purchase in Purchase module. By creating purchase the stock quantity of product will be increased. .There are three purchase status: Recieved, Partial, Pending, Orderd. You can add product to order table by typing or scanning barcode of product.


You can also edit product info from order table.

After creating purchase you will be redirected to purchase index page. You will get summary of purchase from table. To get details you just have to click in the table row.

Import Purchase
You can import sale from CSV.You must follow the instruction to import data from CSV. To get better understanding you can download the sample file.

Payment
You can make payment from Purchase table. You can make payment with Cash, Gift Card, Cheque, Credit card and Deposit.


And you can search, export and print data from table.
Automated Purchase
User can make the purchase automated for those products which quantity exceeds the alert quantity by setting up the cron job. Please follow the following steps to make it workable.
First go to the cpanel and go to the cron job settings.

Then set up the cron job as described below. Here cron job is set for every 5 minitues. So the system will check in every five minitues and if any product exceeds the alert quantity an auotomated purchase will be made.

Sale
POS
You can create sale from POS. Customer, Warehouse and Biller (representative of your company) will be automatically selected according to POS Settings under Settings menu. Touch screen keybord is activated in POS module. You can add product to order table by typing or scanning barcode of product. Featured Product will be displayed in the right side. You can also add product by clicking product image. You can edit product info from order table.



To add order discount, order tax and shipping cost you just have to click the button that are shown below. To finalize the sale you have to click the Payment button.

After creating sale you will be redirected to sale index page. A confirmation mail will be sent automatically to customer’s email with sale details. You will get summary of sale from table. To get details you just have to click in the table row.
You can also generate Invoice automatically which is beutifully designed.

You can also create sale by clicking Add Sale button. Also you can import sale from CSV.You must follow the instruction to import data from CSV. To get better understanding you can download the sample file.

Payment
You can make payment from Sale table. You can make payment with Cash, Cheque, Credit Card, Gift Card, Deposit and Paypal. A confirmation mail will be sent automatically to customer’s email with payment details.


And you can search, export and print data from table.
Delivery
You can add delivery for your sold products. A confirmation mail will be sent automatically to customer’s email with delivery details.

And you can search, export and print data from table.
Gift Card
You can sell GiftCard to customer. By using gift card customer can purchase product. Again GiftCard can be recharged. Customer will be notified by mail when assigning or recharging a GiftCard.


Packing Slip
You can create Packing Slip from sale list for Pending Sales. From sale list, go to to ‘action’ for any pending sales and you’ll see ‘create packing slip’ option

Challan
You can create Challan by selecting one or many Packing Slip from here.

You can finalize Challan from here.

Coupon
You can Create, Edit, and Delete coupon from this page.

Courier
You can Create, Edit, and Delete your desired Courier from this page.

Expense
Expense Category
You can create, edit and delete expense category in Expense module.

Expense
You can create, edit and delete expense in Expense module.

And you can search, export and print data from table.
Income
Income Category
You can create, edit and delete income category in Income module.

Income
You can create, edit and delete income in Income module.

And you can search, export and print data from table.
Quotation
Add Quotation
You can create quotation in Quotation module. There are two quotation status: Pending and Sent

If quotation status is Sent a confirmation mail will be sent automatically to customer’s email with quotation details.
Create Sale
You can create sale from Quotation.

Create Purchase
You can create purchase from Quotation.

And you can search, export and print data from table.
Quantity Adjustment
You can adjust product quantity in Quantity Adjustment module. There will be two operation: Subtraction and Addition


Stock Count
You can count your stock from this module. Two types are available: Full and Partial. In Partial type user have to specify brand and category and the software will automatically count the stock for that brand or category. Then this information will be written in CSV file which you have to download to finalize the stock count. Please follow the instruction properly. After finalizing the stock count you can automatically adjust the quantity of products if it is necessary.
Transfer
You can transfer your product from one warehouse to another in Transfer module. You can also transfer product with CSV file. You must follow the instruction to import data from CSV. To get better understanding you can download the sample file. You will get details of transfer by clicking in the table row.

Return
Sale Return
You can return your product with Return module. A confirmation mail will be sent automatically to customer’s email with return details if customer refund products. Again if you return product to supplier a confirmation mail will be sent automatically to supplier’s email with return details. You will get details of return by clicking in the table row.

Purchase Return
You can return your purchase with Return module. Here you will also have same functionality like Sale Return.

Accounting
You can create,edit and delete account to link all your transactions. You can also set default account for sale. All the payments must be done under an account.

You can generate Balance Sheet of your accounts. You can also make Account Statement of an specific account to see all the transactions which has done with this account.
Also, you can Transfer Money from one account to another.
HRM
Department
You can create,edit and delete department of your company.
Employee
You can create,edit and delete employee of your company. You can also give user access to employee.
Attendance
You can take employee attendance with this software. You can set CheckIn and CheckOut time in HRM Setting option under Setting Module.
Payroll
You can make payroll of your employee with this software. All payroll must be done from an specific account.
Holiday
You can create Holiday whichever days you want and also, you can Edit or Delete them.
People
Add User
You can create, edit and delete user account. By creating user account password will be sent to the user’s email that is given. Again you can active or inactive a user.
There is also be a register option to create user account. But his/her ID will not be activated until admin will approve it.

Add Customer
You can create, edit and delete customer. After creating customer a confirmation email will automatically send to customer. You can add money to customer’s database just like a bank account. You can also import customer with CSV file. You must follow the instruction to import data from CSV.


Add Biller
Biller is the representative of your company. You may have multiple company and you want to manage all your inventory from a single platform. So this is a solution for enterprise. You can create, edit and delete biller. After creating biller a confirmation email will automatically send to biller. You can also import biller with CSV file. You must follow the instruction to import data from CSV.

Add Supplier
Supplier is the people from whom you purchase products. You can create, edit and delete supplier. After creating supplier a confirmation email will automatically send to supplier. You can also import supplier with CSV file. You must follow the instruction to import data from CSV.

Reports
You can create generate various reports automatically by using SaleProPOS.
- Purchase/Purchase Return
- Sale/Sale Return
- Profit Loss
- Payment Received/Payment Sent
- Income/Expense
- Payroll
- Warehouses
- Best Seller
- Product Report
- Daily Sale
- Monthly Sale
- Daily Purchase
- Monthly Purchase
- Sale Report
- Challan Report
- Sale Report Chart
- Payment Report
- Purchase Report
- Customer Report
- Customer Group Report
- Customer Due Report
- Supplier Report
- Supplier Due Report
- Warehouse Report
- Warehouse Stock Chart
- Product Expiry Report
- Product Quantity Alert
- Daily Sale Objective Report
- User Report
- Biller Report
Activity Log
SalePro now includes an Activity Log feature that allows users to track actions performed within the system. You can see who created, updated, or deleted sales, purchases, and quotations, providing full transparency and easy auditing of all key operations.

Daily Sale Objective Alert
You can set daily sale objective for specific products. Meaning the minumum sold quantity for a product in a day. If the product can not fulfill the objective user will be notified on the dashboard. To make this feature automated you have to set up the cron job correctly.
First go to the cpanel and go to the cron job settings

Then set up the cron job as described below. Here cron job is set up for once per day. So the system will check at 12:00 am if any product can not fulfill the daily sale objective for previous day. Products those can not fulfill the daily sale objective will be listed to the daily sale objective report.

Manufacturing
Production List
You can create, view and delete production in Manufacturing module.

And you can search, export and print data from table.
Whatsapp Settings
Video Tutorial
Creating a New Meta App
1. First, the user navigates to “developers.facebook.com/apps”.
2. The “Create App” button is clicked.
3. On the “Create an app” page, the “Other” option is selected, and the user clicks “Next”.
4. From the “Select an app type” page, “Business” is chosen, and the user clicks “Next”.
5. The app name is typed”.
6. From the “Business portfolio” dropdown, the Whatsapp Cloud Message account is selected.
7. The “Create” button is clicked.
Adding the WhatsApp Product to the App
1. After the app dashboard loads, the user scrolls to the “Add products to your app” section.
2. The “WhatsApp” product is located, and the “Set up” button is clicked.
WhatsApp API Setup and Adding a Phone Number
1. On the “API Setup” page, the user goes to “Select phone numbers” under the “Send and receive messages” section.
2. The “From” dropdown is clicked, and the “+ Add phone number” option is selected.
3. In the pop-up, type the “Business name”.
4. select your country
5. type your Business website name
6. The “Next” button is clicked.
Navigating to Meta Business Manager
1. Switches to the “business.facebook.com”, which is the Meta Business Manager.
2. The “Settings” gear icon at the bottom of the left-hand navigation menu is clicked.
Assigning Assets to the System User
1. Once the “Business settings” page loads, “System users” (under “Users”) is clicked in the left menu.
2. The system user named is selected.
3. The three-dot menu (…) next to the user’s name is clicked, and “Edit” is selected.
4. In the “Edit assets” pop-up, “Apps” is selected first.
5. The app is selected, and the “Full control” option on the right is enabled.
6. Next, “WhatsApp accounts” is selected.
7. The WhatsApp Business Account is selected, and its “Full control” is also enabled.
8. Finally, the “Assign assets” button is clicked.
Generating a Permanent Access Token
1. With the system user still selected, the “Generate token” button is clicked.
2. In the pop-up, the app is selected from the “Select app” dropdown.
3. For “Token expiration,” the “Never” option is selected.
4. In the “Assign permissions” section, the `whatsapp_business_messaging` and `whatsapp_business_management` permissions are selected.
5. The “Generate token” button is clicked.
6. The newly created permanent token is copied by clicking the “Copy” button.
Inputting Credentials into SalePro
1. Go to the “SalePro” application dashboard.
2. Navigates to the “WhatsApp Settings” page from the left-hand menu.
3. This page shows fields for “Permanent Access Token,” “Phone Number ID,” and “Business Account ID”.
4. Set all information here.
Settings
Invoice Settings
We have fully customizable Invoice Settings. Please go to Settings -> Invoice Settings.

Here you can change Default Invoice Settings, Create a new Invoice Settings, Update an Invoice Settings or Delete.

Role Permissions
You can create, edit and delete user roles. You can controll user access by changing the role permission. So, under a certain role users have specific access over this software

SMS Template
You can create SMS Templates for sent SMS easily and obviously this can save your time. You can also Edit and Delete them from action button.

Custom Field List
Here is a great thing you can do. You can add custom field list for Product, Sale, Purchase, and Customer. You can also Edit and Delete them.

Discount Plan
Discount Plan for a specific customer or more then one customers. You can Create, and Edit Discount Plan.

You can Inactive a Discount Plan any time from Edit. You can do this also while creating one.

Discount
You can Create and Edit Discount. See the picture below.

For Creating a Discount you must have at least a Discount Plan. You can choose this Discount for all Products or a specific one. Also, you can choose days for Discount like, if you choose Friday then it will only available for Friday.

All Notification
Here, you can see list of all notifications you’ve sent to your customers.

Send Notification
Notify your customers and staffs about something special or to do. Here, in the User field you can select your customer to send notification.

Add Warehouse
You can create, edit and delete warehouse. You can also import warehouse with CSV file. You must follow the instruction to import data from CSV.

Add Customer Group
You can create, edit and delete customer group. Different customer group has different price over the product. You can modify this by changing price percentage in Customer Group module.
You can also import customer group with CSV file. You must follow the instruction to import data from CSV.

Add Brand
You can create, edit and delete product brand. You can also import brand with CSV file. You must follow the instruction to import data from CSV.

Add Unit
You can create, edit and delete product unit. You can also import brand with CSV file. You must follow the instruction to import data from CSV.

Currency
You can add Currencies from here. Also, you can Edit them. So, how it works? We consider Base is US Dollar so, if you see the Currency Taka which has exchange rate 121. Now, if you set a price 2 US Dollar for your product then price in BDT will be 242 Taka. Be careful here cause, if you don’t set exchange rate properly then your product price will become weird.

Add Tax
You can create, edit and delete different product tax. You can also import tax with CSV file. You must follow the instruction to import data from CSV.

User Profile
You can Edit your profile and also, you can change your password too.

Create SMS
You can sent SMS to one or many customers from here. You don’t need to provide phone number just search and select customer and our system will automatically select number of that customer’s.

Backup Database
To prevent any uncertain situations you can always keep you data backup. Just click and it will download to your Computer.
General Settings
You can change Site Title, Site Logo, Currency, Time Zone, Staff Access, Date Format and Theme Color from general settings
Reward Point Setting
You can set Sold amount per point and Minimum amount to get points and you can set duration for these points. Also, you can Active or Inactive points.

Payment Gateways
Currently, we have these payment gateways, PayPal, Stripe, RazorPay, PayStack, Mollie, Xendit, Bkash, SSLCommerz, Mpesa, Pesapal, and Moneipoint. You can use any of them or multiple by provide your credentials for them.
Razorpay is now integrated into the POS, allowing users to accept secure and seamless online payments directly from the system.

Barcode Settings
You customize your Product’s Barcode from Barcode Settings.
User Profile
You can update user profile info from this module
POS Settings
You can set your own POS settings from this module. You can set default customer, biller, warehouse and how many Featured products will be displayed in the POS module. You have to set your Stripe public and private key for Credit Card Payment. To implement payment with Paypal you have to buy live api from Paypal. You will also need to fillup the following information.

HRM Setting
You can set default CheckIn and CheckOut time in HRM Setting.
SMS Setting
You can use Bulk SMS service via Twilio and Clickatell. You just have to fill the information correctly to activate this service. Please provide country code to send sms.
Translations
Change Language
You can change your desired language from here.

After clicking, a window will appear like this and you can change default language from here.
Manage Languages
To manage language please go to Settings -> Languages

In Languages page,
- You can Add new Language by providing it’s locale code and name. It is highly preferable to give locale code and name properly.
- You can change default language by clicking Set Default.
- You can also Update or Delete a Language But you can not Delete a Default language. Here, you can not Delete English language and if you want to delete it then you have to select another Language as Default first.
If you want to Manage Translations then please click to Manage Translations on top right corner. Or, top left corner if your layout is Right to Left(RTL).

Manage Translations
In Translations page,
- You can select any Language to see it’s list of translations and Edit/Delete. Note: Selecting Language will not change Default Language.
- You can Add translation by providing Key and Value. Key must be in English.
- You can search any Translation by typing Key or Value.
- You can Update or Delete translations by using Actions button.
Note: Before Add or Edit translations make sure you select the right Language.

Video Tutorial