Setup
The mobile application has an xml setup file (resetup.xml) that allows you to config the application with your personally settings. These settings control both the splash screen informatio and the communications to the back office system
See the example below.
<data>
<application>
<server>www.deskonline.co.uk</server>
<port>443</port>
<accountcode>Parking</accountcode>
<terminalid>DEV001</terminalid>
<url>applications/eparking/wp-content/plugins/idev/php/ajax.php</url>
<datapath>../content</datapath>
<exportpath>applications/eparking/wp-content/plugins/idev/data/</exportpath>
<title>Parking Management UK</title>
</application>
</data>
Explanation.
<server>IP ADDRESS/DOMAIN NAME OF THE SERVER</server>
<port>PORT NUMBER</port>
<accountcode>SHORT ACCOUNT NAME</accountcode>
<terminalid>THE ID OF THE INDIVIUAL HAND HELD TERMINALS (Configurable and found in the terminal setup)</terminalid>
<url>THE APPLICATION URL</url>
<datapath>APPLICATION DATA PATH</datapath>
<exportpath>APPLICATION EXPORT PATH</exportpath>
<title>APPLICATION NAME (Seen on splash screen on the terminal)</title>