Projects:WebPos IndexedDB Support
Introduction
Currently WebPOS uses Web SQL database on the client side.
The idea is to move to IndexedDB as the Web SQL database support is ending by the browser suppliers and also there are more browsers supporting IndexedDB.
The topics to cover in the first efforts are:
- how can we use install/use IndexedDB in our application
- what is the impact, how much do we need to change
- how would upgrading from Web SQL to IndexedDB work, can this be gradual, parameter driven
- are other modules (Mobile Procurement, Warehousing) impacted by this, are changes needed in those modules, what changes
Feature request: