Return Home
User Guide
Generating a PuTTY Compatible Private Key and connect to the Server
Note: if you are not using PuTTY, you do not need to follow these steps. You may just connect using the SSH command and including the name of your keyfile inside the command with the appropriate flags.
- Once you have received your private key from your System Administrator, download PuTTYgen and Pageant if you will be making SSH connections outside of PuTTY, for SCP or SFTP for example.
- Run puttygen.exe
- Click Conversions -> Import key
- Select your Private Key:
- Your key will now be loaded into the utility
- Optional: Enter a passphrase for the keyfile where noted, this adds an extra layer of security and forces the user to enter a password every time they try to use it.
- Click Save Private Key, and save the .ppk file on your computer in a safe location. Feel free to store it on as many devices as you please, but make sure they are in your own secure possession
- Load PuTTY, and create a new session, populating the server field with your login name and the server IP.
- Expand SSH tree on the left hand side, select Auth. Where it notes, browse to your key file and select it. Return to the main menu and save your session.
- If you followed the steps correctly, you should be connected to the server via SSH, if you can’t connect, repeat the steps above and double check to make sure you have done everything correctly. Once you have successfully connected to the server, please DELETE the key that was originally provided to you.
Connecting to the Server via VNCviewer/Remote Desktop
- Download VNCviewer from this link http://www.realvnc.com/download/viewer/
- Open Putty
- Add Hostname: 54.235.178.20 and save a new session
- In the category menu on the left expand SSH and select Tunnel.
- Add the Source port 5901 and the Destination localhost:5901 and click Add
- In the category menu on the left select Session and click Save
- Click Open
- Log in with the credentials provided by your administrator
- Open VNCviewer and enter the VNC Server: localhost:5901 and click Connect
- enter the VNC credentials provided by your administrator and click OK
- You are now connected to the server via VNCviewer! Have fun!
Android User Guide
Logging In
To login, enter your registered email address, password, and business ID. If you attempt to login with invalid credentials, you will be notified with an error message. In addition, if you are offline, you must have logged in at least once with your account whilst being online. Furthermore, you must have logged in online not more than 3 days ago or you will be unable to log in.
Creating a Sales Call
a. Select “Create Sales Call” from the main menu.
b. You will be shown a list with the regions that your business operates in. Select the region you are in.
c. You will be shown a list with the pharmacies in the selected region. Select the pharmacy you are in.
d. The sales call creating screen will be displayed. To add products click the “Add Product” button. Select the product that you are reporting on from the drop down. Enter the stock that the pharmacy has for that product in the “current stock” field. Enter the number of that product that are facing out on all of the shelves combined. When you are finished, click the check mark at the top of your screen. You will be returned to the main sales call screen. You can continue to add products until you are finished, or edit existing entries by tapping on them. Once complete, click “Close Call” to save the sales call to the server, or leave the sales call by going back or clicking the home button. The sales call is saved automatically each time you add a product.
Viewing Sales Call History
a. From the main menu, either select “Open Sales Calls” or “Closed Sales Calls”
b. If you selected “Open Sales Calls”, select a sales call and then make the necessary changes. If you selected “Closed Sales Calls”, you will be able to view, but not edit, any sales calls that have been saved to the server.
iOS User Guide
- Login to the CISX Server and Launch Xcode
- Open the NDAS Project from recent projects. (This is a fully integrated copy of the code. All iOS code has been merged into this trunk).
- Select iPhone 6.0 Simulator next to the stop button.
- Click Run
- The Project will build. Click on the Create New Business Button.
- Fill out the form.
- Click the Register the Business Button
- Click Login Button
- Enter the information for the account you just created.
- Select Sign in.
- If the code is successful, you will move to a new screen. If not, you will be presented with an error Dialog.
Return Home