* We used “Ionic Framework” version 2 (Ionic 2) to develop the mobile application that can be installed on the devices (tablets). Ionic Framework is an open source SDK that enables developers to build performant, high-quality mobile apps using familiar web technologies (HTML, CSS, and JavaScript). Ionic is based on Angular Framework.
* To save the data locally on the device, we used Ionic Storage. Ionic Storage is an easy way to store key/value pairs and JSON objects. Ionic Storage internally uses SQLite which is a file-based database for persistent storage.
* To import/export the data – we applied HTTP GET/POST request to ERP APIs.
* To import/export Signature image files – we used Ionic Cordova FTP and File plugin to upload/download images from ERP FTP server.