crw.cmp.med.pl Open in urlscan Pro
85.232.244.158  Public Scan

Submitted URL: http://crw.cmp.med.pl/
Effective URL: https://crw.cmp.med.pl/
Submission: On September 04 via manual from PL — Scanned from PL

Form analysis 2 forms found in the DOM

Name: loginForm

<form name="loginForm" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="login-window">
    <div>
      <label for="server" class="ng-binding">Localization</label>
      <input autocomplete="off" type="text" value="" name="server" id="server" ng-readonly="data.CONFIG.serverInputReadonly" ng-model="data.server" ng-class="{ err : loginForm.server.$error.required}" ng-required="true" ng-focus="data.focus='server'"
        ng-blur="data.focus=''" class="ng-pristine ng-untouched ng-valid ng-valid-required" required="required" readonly="readonly">
      <div class="error-label ng-binding ng-hide" ng-show="loginForm.server.$error.required &amp;&amp; data.focus=='server'"> This field is required </div>
      <div class="cb"></div>
    </div>
    <div>
      <label for="login" class="ng-binding">User</label>
      <input autocomplete="off" type="text" value="" name="login" id="login" ng-model="data.login" ng-class="{ err : loginForm.login.$error.required}" ng-required="true" ng-focus="data.focus='login'" ng-blur="data.focus=''"
        class="ng-pristine ng-untouched ng-invalid ng-invalid-required err" required="required">
      <div class="error-label ng-binding ng-hide" ng-show="loginForm.login.$error.required &amp;&amp; data.focus=='login'"> This field is required </div>
      <div class="cb"></div>
    </div>
    <div>
      <label for="password" class="ng-binding">Password</label>
      <input autocomplete="off" type="password" value="" name="password" id="password" ng-model="data.password" ng-class="{ err : loginForm.password.$error.required}" ng-required="true" ng-focus="data.focus='password'" ng-blur="data.focus=''"
        class="ng-pristine ng-untouched ng-invalid ng-invalid-required err" required="required">
      <div class="error-label ng-binding ng-hide" ng-show="loginForm.password.$error.required &amp;&amp; data.focus=='password'"> This field is required </div>
      <div class="cb"></div>
    </div>
    <div ng-class="{ loginMsg : true, loginMsgError : data.loginError}" class="ng-binding loginMsg"></div>
    <div>
      <button class="log-to-system ng-binding" ng-click="loginToSystem()" ng-class="{ active : !loginForm.server.$error.required &amp;&amp; !loginForm.login.$error.required &amp;&amp; !loginForm.password.$error.required}"
        ng-disabled="loginForm.server.$error.required || loginForm.login.$error.required || loginForm.password.$error.required || data.loginInProgress" disabled="disabled"> Log in </button>
    </div>
  </div>
</form>

Name: changePasswordForm

<form name="changePasswordForm" class="ng-pristine ng-invalid ng-invalid-required">
  <h1 class="ng-binding">PASSWORD CHANGE REQUIRED</h1>
  <div class="login-window">
    <div>
      <label for="old_password" class="ng-binding">Current password</label>
      <input autocomplete="off" type="password" value="" name="old_password" id="old_password" ng-model="ctrl.oldPassword" ng-class="{ err : changePasswordForm.old_password.$error.required}" ng-required="true" ng-focus="ctrl.focus='old_password'"
        ng-blur="ctrl.focus=''" class="ng-pristine ng-untouched ng-invalid ng-invalid-required err" required="required">
      <div class="error-label ng-binding ng-hide" ng-show="changePasswordForm.old_password.$error.required &amp;&amp; ctrl.focus=='old_password'"> This field is required </div>
      <div class="cb"></div>
    </div>
    <div>
      <label for="new_password" class="ng-binding">New password</label>
      <input autocomplete="off" type="password" value="" name="new_password" id="new_password" ng-model="ctrl.newPassword" ng-class="{ err : changePasswordForm.new_password.$error.required}" ng-required="true" ng-focus="ctrl.focus='new_password'"
        ng-blur="ctrl.focus=''" ng-keyup="ctrl.checkPasswordSyntax()" class="ng-pristine ng-untouched ng-invalid ng-invalid-required err" required="required">
      <div class="error-label ng-binding ng-hide" ng-show="changePasswordForm.new_password.$error.required &amp;&amp; ctrl.focus=='new_password'"> This field is required </div>
      <div class="error-label ng-binding ng-hide" ng-show="!changePasswordForm.new_password.$error.required &amp;&amp; ctrl.syntaxMsg.length > 0 &amp;&amp; ctrl.focus=='new_password'">
      </div>
      <div class="cb"></div>
    </div>
    <div>
      <label for="confirm_new_password" class="ng-binding">Confirm new password</label>
      <input autocomplete="off" type="password" value="" name="confirm_new_password" id="confirm_new_password" ng-model="ctrl.confirmNewPassword" ng-class="{ err : changePasswordForm.confirmNewPassword.$error.required}" ng-required="true"
        ng-focus="ctrl.focus='confirmNewPassword'" ng-blur="ctrl.focus=''" class="ng-pristine ng-untouched ng-invalid ng-invalid-required" required="required">
      <div class="error-label ng-binding ng-hide" ng-show="changePasswordForm.confirm_new_password.$error.required &amp;&amp; ctrl.focus=='confirmNewPassword'"> This field is required </div>
      <div class="error-label ng-binding ng-hide" ng-show="ctrl.newPassword !== ctrl.confirmNewPassword &amp;&amp; !changePasswordForm.confirm_new_password.$error.required &amp;&amp; ctrl.focus=='confirmNewPassword'"> Hasła nie pasują do siebie
      </div>
      <div class="cb"></div>
    </div>
    <div ng-class="{ loginMsg : true, loginMsgError : ctrl.error}" class="ng-binding loginMsg"></div>
    <div>
      <button class="log-to-system ng-binding" ng-click="ctrl.changePassword()"
        ng-class="{ active : !changePasswordForm.old_password.$error.required &amp;&amp; !changePasswordForm.new_password.$error.required &amp;&amp; !changePasswordForm.confirm_new_password.$error.required &amp;&amp; ctrl.newPassword === ctrl.confirmNewPassword}"
        ng-disabled="changePasswordForm.old_password.$error.required || changePasswordForm.new_password.$error.required || changePasswordForm.confirm_new_password.$error.required || ctrl.newPassword !== ctrl.confirmNewPassword || ctrl.inProgress"
        disabled="disabled"> Change password </button>
    </div>
  </div>
</form>

Text Content

You need to enable JavaScript to run this app.


LOGIN INTO COMMUNICATIONS SYSTEM

Localization
This field is required

User
This field is required

Password
This field is required


Log in


PASSWORD CHANGE REQUIRED

Current password
This field is required

New password
This field is required


Confirm new password
This field is required
Hasła nie pasują do siebie


Change password
1
2
3
4
5
6
7
8
9
*
0
#
Phone number Send 0 SMS Message
0 / 612

1 2 3 4 5 6 7 8 9 * 0 #

Send DTMF
Customer:
Phone number
Call in campaign content Use private identification number
Dial Blind transfer Transfer
 * Campaigns
 * Users
 * 

Id Name Available Logged users Queued session Average waiting time

Id State Name State time



Chat


Interactions Preview User records Crm
00:00:00

  Logout
: ()


PREVIEW

Fetch records Release records  Auto navigate to interactions
Campaign (All)

 
 
Id
State
Shift time
Shift reason
Tries
Billing tries
Last try time
Expectation
Campaign

Details
Contact history






USER RECORDS

Fetch records Filters(0)  Auto navigate to interactions
Campaign  (All)


 
 
Id
State
Shift time
Shift reason
Tries
Billing tries
Last try time
Expectation
Campaign

Details
Contact history




00:00:00

Logged (total)

00:00:00

Available (total)

00:00:00

In session (total)

00:00:00

Productive breaks

00:00:00

Unproductive breaks

00:00:00

Wrapup (total)

0/0

Incoming calls

0/0

Outgoing calls

0/0

Manual

0/0

Calls preview

0/0

Email

0/0

Chat

0/0

Social

0/0

Workflow

Statuses
Time in statuses

Breaks
Outside and during work

Sessions
Session types

Accepted sessions
Accepted and rejected sessions

Successes
Successes



COUNTERS

 * Service time
   00:00:00
 * Substantive productivity
   0.00%
 * Real productivity
   0.00%
 * Succeeded inbound calls
   0
 * Inbound calls session time
   00:00:00
 * Inbound calls average in session time
   00:00:00
 * Shifted inbound calls
   0
 * Succeeded outbound calls
   0
 * Outbound calls in session time
   00:00:00
 * Outbound calls average in session time
   00:00:00
 * Shifted outbound calls
   0
 * Succeeded preview calls
   0
 * Preview calls in sesion time
   00:00:00
 * Preview calls avarage in session time
   00:00:00
 * Shifted preview calls
   0
 * Succeeded manual calls
   0
 * Manual calls in session
   00:00:00
 * Manual calls average in session time
   00:00:00
 * Shifted manual calls
   0

Salary
Queues
accountId

salaryNet

salaryGross

salaryGrossGross

bonusNet

bonusGross

bonusGrossGross

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Previous
Page

in 15 rows10 rows20 rows25 rows50 rows100 rows
Next
No data
Loading
Fetch data


Language
Rumuński
Český
English
Polski
Sound settings
Email received sound
Chat started sound
Chat message sound
Session end sound
Phone connecting sound
Unified Factory WebCommunications v2.11.0-RC-142-WL-5.0.5