First step add-button-edit-summaries
This commit is contained in:
parent
2a948ddc33
commit
344840d2c9
|
@ -12,7 +12,16 @@
|
|||
</h5>
|
||||
<vn-horizontal>
|
||||
<vn-one>
|
||||
<h4 translate>Basic data</h4>
|
||||
<h4 translate >
|
||||
<!-- <span>Basic data</span> -->
|
||||
<append>
|
||||
<vn-icon-button
|
||||
icon="open_in_new"
|
||||
vn-tooltip="Edit basic data"
|
||||
ui-sref="client.card.basicData">
|
||||
</vn-icon-button>
|
||||
</append>
|
||||
</h4>
|
||||
<vn-label-value label="Id"
|
||||
value="{{$ctrl.summary.id}}">
|
||||
</vn-label-value>
|
||||
|
@ -43,7 +52,16 @@
|
|||
</vn-label-value>
|
||||
</vn-one>
|
||||
<vn-one>
|
||||
<h4 translate>Fiscal address</h4>
|
||||
<h4 translate>
|
||||
<!-- <span>Fiscal address</span> -->
|
||||
<append>
|
||||
<vn-icon-button
|
||||
icon="open_in_new"
|
||||
vn-tooltip="Edit fiscal address"
|
||||
ui-sref="client.card.fiscalData">
|
||||
</vn-icon-button>
|
||||
</append>
|
||||
</h4>
|
||||
<vn-label-value label="Social name"
|
||||
value="{{$ctrl.summary.socialName}}">
|
||||
</vn-label-value>
|
||||
|
@ -67,7 +85,16 @@
|
|||
</vn-label-value>
|
||||
</vn-one>
|
||||
<vn-one>
|
||||
<h4 translate>Fiscal data</h4>
|
||||
<h4 translate>
|
||||
<!-- <span>Fiscal data</span> -->
|
||||
<append>
|
||||
<vn-icon-button
|
||||
icon="open_in_new"
|
||||
vn-tooltip="Edit fiscal data"
|
||||
ui-sref="client.card.fiscalData">
|
||||
</vn-icon-button>
|
||||
</append>
|
||||
</h4>
|
||||
<vn-vertical>
|
||||
<vn-check
|
||||
label="Is equalizated"
|
||||
|
@ -107,7 +134,16 @@
|
|||
</vn-vertical>
|
||||
</vn-one>
|
||||
<vn-one>
|
||||
<h4 translate>Billing data</h4>
|
||||
<h4 translate>
|
||||
<!-- <span>Billing data</span> -->
|
||||
<append>
|
||||
<vn-icon-button
|
||||
icon="open_in_new"
|
||||
vn-tooltip="Edit Billing data"
|
||||
ui-sref="client.card.billingData">
|
||||
</vn-icon-button>
|
||||
</append>
|
||||
</h4>
|
||||
<vn-label-value label="Pay method"
|
||||
value="{{$ctrl.summary.payMethod.name}}">
|
||||
</vn-label-value>
|
||||
|
@ -136,7 +172,16 @@
|
|||
</vn-vertical>
|
||||
</vn-one>
|
||||
<vn-one>
|
||||
<h4 translate>Default address</h4>
|
||||
<h4 translate>
|
||||
<!-- <span>Default address</span> -->
|
||||
<append>
|
||||
<vn-icon-button
|
||||
icon="open_in_new"
|
||||
vn-tooltip="Edit Default address"
|
||||
ui-sref="client.card.address.index">
|
||||
</vn-icon-button>
|
||||
</append>
|
||||
</h4>
|
||||
<vn-label-value label="Name"
|
||||
value="{{$ctrl.summary.defaultAddress.nickname}}">
|
||||
</vn-label-value>
|
||||
|
@ -148,7 +193,16 @@
|
|||
</vn-label-value>
|
||||
</vn-one>
|
||||
<vn-one>
|
||||
<h4 translate>Web access</h4>
|
||||
<h4 translate>
|
||||
<!-- <span>Web access</span> -->
|
||||
<append>
|
||||
<vn-icon-button
|
||||
icon="open_in_new"
|
||||
vn-tooltip="Edit Web access"
|
||||
ui-sref="client.card.webAccess">
|
||||
</vn-icon-button>
|
||||
</append>
|
||||
</h4>
|
||||
<vn-label-value label="User"
|
||||
value="{{$ctrl.summary.account.name}}">
|
||||
</vn-label-value>
|
||||
|
|
Loading…
Reference in New Issue