| Label | Type | Comment |
| Login | Heading | |
| Secure login | LabelField |
|
| Welcome to Cyclos Demo | LabelField |
|
| Login as: <principal name> | LabelField |
|
| Please type your <principal name> here | TextField |
|
| Please type your <credential name> here | TextField |
|
| Change user | ActionButton |
|
| Login | ActionButton |
|
Finding the REST services
The URL typed in the mobile APP must refer to the root URL of Cyclos (so that it knows how to find the REST services). Sometimes Cyclos is hosted on another server with a not such a nice URL and it is nicer to enter an easy url. Therefore if the mobile APP cannot find the REST services in this URL it will look for the file cyclosMobileRedirect.txt in this URL. This text file will contain the real Cyclos root URL. Also this URL will be stored in the mobile APP (but this is not visible to the user) and it will use this URL for the next sessions. In two cases it will not use this URL. First of course when the user changes the URL in the APP. Second when it cannot connect to the Rest services in the Cyclos root URL it will check the cyclosMobileRederict.txt for possible changes. File content has a single text line with the full url (protocol/domain/cyclosAppName) that links to cyclos installation e.g http://www.mydomain.com/cyclos
Example:
| Label | Type | Comment |
| Configuration | Heading | |
| Cyclos URL: | LabelField | |
| Type the Cyclos URL here | TextField |
|
| Example | LabelField |
|
| Cancel | ActionButton | |
| Save | ActionButton |
| Label | Type | Comment |
| Accounts | Heading | |
| <Account type name> | AccountRow - Heading | |
| <Account owner name> | AccountRow - SubHeading | |
| <Account balance + currency> | AccountRow - Value |
|
| Label | Type | Comment |
| Account details | Heading | |
| <Account type name> | AccountRow - Heading | |
| Lower credit limit: <Account lower credit limit> | AccountRow - SubHeading | |
| Upper credit limit: <Account upper credit limit> | AccountRow - SubHeading | |
| Available balance: <Available balance> | AccountRow - SubHeading | |
| <Account balance + currency> | AccountRow - Value |
|
| Repeated rows: | ||
| <From / To> | AccountRow - Heading |
|
| <Transaction date> | AccountRow - SubHeading | |
| <Transaction amount> | AccountRow - Value |
|
| Label | Type | Comment |
| Payment details | Heading | |
| Date | LabelField | |
| Payment nr. | LabelField |
|
| From | LabelField |
|
| To | LabelField |
|
| Type | LabelField | |
| Amount | LabelField | |
| Description | LabelField | |
| <Transaction custom fields> | LabelField |
|
| New payment | ActionButton | Allows the user to do a new payment to the user this user (or system).
|
| Remove from contact | ActionButton |
|
| Add to contact | ActionButton |
| Label | Type | Comment |
| Payment | Heading | |
| Make payment | LabelField | |
| To my contact | IconButton |
|
| To system account | IconButton |
|
| Or type username here | Textfield | |
| Cancel | ActionButton |
|
| Next | ActionButton |
|
| Label | Type | Comment |
| Select a contact | Heading | |
| <Contacts username> | UserRow - Heading | |
| <Contacts name> | UserRow - SubHeading | |
| Cancel | ActionButton |
| Label | Type | Comment |
| Select an account | Heading | |
| <System account name> | UserRow - Heading | |
| "System account" | UserRow - SubHeading |
|
| Cancel | ActionButton |
| Label | Type | Comment |
| Select a user | Heading | |
| <Searched users username> | UserRow - Heading | |
| <Searched users name> | UserRow - SubHeading | |
| Cancel | ActionButton |
| Label | Type | Comment |
| Make payment | Heading | |
| From: <account name> Balance: <account balance> | LabelField | |
| To: <name of the selected user, or name of the system account> | LabelField | |
| <Available transaction types> | SelectionField |
|
| Amount | AmountField | |
| Description | TextField | |
| <Custom field name> | <depends on custom field> |
|
| Cancel | ActionButton | |
| Make payment | ActionButton |
|
| Label | Type | Comment |
| Payment confirmation | Heading | |
| You are about to perform the following payment: | LabelField | |
| Transaction type | LabelField | |
| To | LabelField | |
| Amount | LabelField | |
| Description | LabelField | |
| <Custom field name> | LabelField |
|
| Cancel | ActionButton | |
| Confirm payment | ActionButton |
|
| Label | Type | Comment |
| Contacts | Heading | |
| <Contacts username> | UserRow - Heading | |
| <Contacts name> | UserRow - SubHeading | |
| Add new contact | ActionButton |
|
| Label | Type | Comment |
| Search user | Heading | |
| Search user | LabelField | |
| Type login or username here | Textfield | |
| Cancel | ActionButton |
|
| Search | ActionButton |
|
| Label | Type | Comment |
| Select an user | Heading | |
| <searched users username> | UserRow - Heading | |
| <searched users name> | UserRow - SubHeading | |
| Cancel | ActionButton |
|
| Label | Type | Comment |
| "User details" or "Contact details" | Heading | |
| Username | LabelField | |
| Name | LabelField | |
| <all other visible user custom fields> | LabelField | |
| Pay contact | ActionButton |
|
| Delete contact | ActionButton |
|
| Pay user | ActionButton |
|
| Add to contacts | ActionButton |
|
| Interface and fields (previous) | Customization (next) |