Jump to content

anton

Members
  • Posts

    84
  • Joined

  • Last visited

Posts posted by anton

  1. That error is not relevant in this instance.

    Click to call should work by structuring the url something like this:

    tel://41

    tel://8004321000

    A good test would be to plug it into any web browsers URL field and hitting Enter.

     

  2. Yes, that's correct. I did some digging and looks like we overlooked the part where the app should come to the foreground once the desktop shortcut is clicked.

    Will try to push that update next week. Will keep you posted. 

  3. Hi Brett,

    Thanks for the feedback. We'll try to get it updated asap.

    The app can be brought back from the Tray shortcut icon

    windows_app_tray.png.047570a9dffe2b687fee94c5fa89aca8.png

     

    1. Sometimes it hides in that menu

    2. Can be dragged and fixed to be visible at all the time

  4. Second instance was causing session issues by making users to re-authenticate, therefore app is locked to a single one. In order to change accounts please use Logout option, and to close the app - Quit app.

    With the latest update, when app is closed, it's being put into tray which allows all the notification to come through and keep user's session alive. Which in the essence is a fundamental feature we did not have until now

     

     

  5. Hi,

    That's correct, system will use the audio input set on the OS level. However, we do have a setting to change ringtone's source: Settings -> 3-dots at the top right corner -> Preferences -> Very last dropdown "Choose speaker for ringtone"

     

     

  6. Changing logo can be done on domain level: Settings -> Logo. It does however only changes the logo within the app, and the not apps icon.

    Fonts are not editable at this point.

    Color change is a relatively easy task, we have a whole .css file with all the color variables that you can edit: Advanced -> Customize -> Type: Webpage(user) , Page: css/variables.css

     

     

  7. This can easily be achieved the following way:

    1. Select a Tenant from Tenants list
    2. In the menu: Advanced -> Customize
    3. In the section "Please select a page you would like to edit" pick
      1. Type: Webpage(User)
      2. Page: css/user_portal_custom.css
    4. Copy paste this CSS into the textarea and press Save


    .dashboard-status{
    background: orange !important;
    }
    .dashboard-status .stat-name{
    color: #ffffff;
    }
    .dashboard-status .stat-value{
    color: #ffffff;
    }

     

    Details:

    .dashboard-status: sets background color

    .dashboard-status .stat-name:  Values description color 

    .dashboard-status .stat-value: Value color

     

     

×
×
  • Create New...