hoststatic
hoststatic
Please explain more in detail what you want to achieve? If you do changes in .htaccess make sure you nginx/apache are configured properly. I am running on a custom .htaccess...
Facing same issue, downloading data from all pages (bootstrap table 20k records) and it fails. Would try jekkos recommendation
Why not try version 3.3.6 of ospos?
Always keep your packages updated
there was something similar, but you should search the issues, also alternatively you could download it locally and deploy it.
It would be like grouping by stock_locations and perform sum on quanitity since item prices are the same
adding to ospos_stock_locations table, the values "location_id = all" and "location_name= 'ALL'", could work but the ospos_stock_locations table specifically location_id is type of integer, it has primary key with autoincrement,...
Even changed the type of location_id to varchar, the change appears in Configuration Page of stock_locations but it does not appear in items. register or reports
Post an example of an audit trail I think it would be a great use, so basically when a specific button gets clicked perform a query that describes the action?...
You'd like to create another field, datatype for calculating the commision for sale ? Add new column on Sales table (it depends where you making changes) Make the changes on...