Home / Scripts & Code / PHP Scripts / POS


Ultimate POS - PHP Point of Sale Made EasyUltimate POS - PHP Point of Sale Made Easy
Ultimate POS is PHP based web application which is suitable for small/medium businesses/organization sales solution.




Home / Scripts & Code / PHP Scripts / POS

Ultimate POS - PHP Point of Sale Made Easy
Ultimate POS is PHP based web application which is suitable for small/medium businesses/organiza...




Frequently asked questions (FAQ)
Can I use it for my shop management?
Yes.. You can use it for your shop management. Using the application, you can easily track your shop activity.
I can't see the dashboard, what can I do?
Please check`sql_mode =only_full_group_by `and remove only_full_group_by from your mysql database.
if you are in phpmyadmin panel
then go to more dropdown menu -> Variables -> search `sql mode` and then remove `only_full_group_by` from value , finally save it.
Remove from command line
Please open command line, connect with database and then run the following command
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
Hope it will work now
if you are in phpmyadmin panel
then go to more dropdown menu -> Variables -> search `sql mode` and then remove `only_full_group_by` from value , finally save it.
Remove from command line
Please open command line, connect with database and then run the following command
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
Hope it will work now
Information
Category | Scripts & Code / PHP Scripts / POS |
First release | 21 November 2020 |
Last update | 31 March 2021 |
Software version | PHP 7.0, PHP 7.1, PHP 7.2, PHP 7.3, PHP 7.4, PHP 5.6 |
Files included | .php, .css, .html, .sql, Javascript .js |
Tags | sale, shop, POS, web app, Point Of Sale, simple pos, php pos, shop management |