2019-01-28 15:24:45 +00:00
|
|
|
<div class="vn-descriptor">
|
|
|
|
<vn-horizontal class="header">
|
|
|
|
<a translate-attr="{title: 'Return to module index'}" ui-sref="worker.index">
|
|
|
|
<vn-icon icon="chevron_left"></vn-icon>
|
|
|
|
</a>
|
|
|
|
<a translate-attr="{title: 'Preview'}" ui-sref="worker.card.summary({id: $ctrl.worker.id})">
|
|
|
|
<vn-icon icon="desktop_windows"></vn-icon>
|
|
|
|
</a>
|
|
|
|
<span></span>
|
|
|
|
</vn-horizontal>
|
|
|
|
<div class="body">
|
2019-01-29 20:00:27 +00:00
|
|
|
<div class="attributes">
|
2019-01-30 12:32:25 +00:00
|
|
|
<h5>{{$ctrl.worker.firstName}} {{$ctrl.worker.name}}</h5>
|
2019-01-28 15:24:45 +00:00
|
|
|
<vn-label-value label="Id"
|
2019-01-30 12:32:25 +00:00
|
|
|
value="{{$ctrl.worker.id}}">
|
2019-01-28 15:24:45 +00:00
|
|
|
</vn-label-value>
|
2019-01-29 20:00:27 +00:00
|
|
|
<vn-label-value label="User"
|
2019-01-30 12:32:25 +00:00
|
|
|
value="{{$ctrl.worker.user.name}}">
|
2019-01-28 15:24:45 +00:00
|
|
|
</vn-label-value>
|
2019-01-29 20:00:27 +00:00
|
|
|
<vn-label-value label="Email"
|
2019-01-30 12:32:25 +00:00
|
|
|
value="{{$ctrl.worker.user.email}}">
|
2019-01-29 20:00:27 +00:00
|
|
|
</vn-label-value>
|
|
|
|
<vn-label-value label="Fiscal identifier"
|
2019-01-30 12:32:25 +00:00
|
|
|
value="{{$ctrl.worker.client.fi}}">
|
2019-01-29 20:00:27 +00:00
|
|
|
</vn-label-value>
|
|
|
|
<vn-label-value label="Department"
|
2019-01-30 12:32:25 +00:00
|
|
|
value="{{$ctrl.worker.department.department}}">
|
2019-01-29 20:00:27 +00:00
|
|
|
</vn-label-value>
|
|
|
|
<vn-label-value label="Phone"
|
2019-01-30 12:32:25 +00:00
|
|
|
value="{{$ctrl.worker.phone}}">
|
2019-01-29 20:00:27 +00:00
|
|
|
</vn-label-value>
|
|
|
|
<vn-label-value label="Extension"
|
2019-01-30 12:32:25 +00:00
|
|
|
value="{{$ctrl.worker.sip.phone}}">
|
2019-01-29 20:00:27 +00:00
|
|
|
</vn-label-value>
|
|
|
|
</div>
|
|
|
|
<div class="quicklinks">
|
|
|
|
<a
|
|
|
|
ui-sref="client.card.summary({id: $ctrl.worker.userFk})"
|
|
|
|
vn-tooltip="Go to client">
|
|
|
|
<vn-icon
|
|
|
|
class="mdl-button mdl-js-button mdl-button--colored"
|
|
|
|
icon="person">
|
|
|
|
</vn-icon>
|
|
|
|
</a>
|
|
|
|
</div>
|
2019-01-28 15:24:45 +00:00
|
|
|
</div>
|
|
|
|
</div>
|