74 lines
2.7 KiB
HTML
74 lines
2.7 KiB
HTML
<vn-card class="summary">
|
|
<h5>{{$ctrl.summary.name}} - {{$ctrl.summary.id}}</h5>
|
|
<vn-horizontal>
|
|
<vn-one>
|
|
<h4 translate>Basic data</h4>
|
|
<vn-label-value label="Id"
|
|
value="{{$ctrl.summary.id}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Supplier alias"
|
|
value="{{$ctrl.summary.nickname}}">
|
|
</vn-label-value>
|
|
<vn-check
|
|
label="Is official"
|
|
ng-model="$ctrl.summary.isOfficial"
|
|
disabled="true">
|
|
</vn-check>
|
|
<vn-check
|
|
label="Is active"
|
|
ng-model="$ctrl.summary.isActive"
|
|
disabled="true">
|
|
</vn-check>
|
|
<vn-label-value label="Notes"
|
|
value="{{$ctrl.summary.note}}">
|
|
</vn-label-value>
|
|
</vn-one>
|
|
<vn-one>
|
|
<h4 translate>Fiscal address</h4>
|
|
<vn-label-value label="Social name"
|
|
value="{{$ctrl.summary.name}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="NIF / CIF"
|
|
value="{{$ctrl.summary.nif}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Street" ellipsize="false"
|
|
value="{{$ctrl.summary.street}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="City"
|
|
value="{{$ctrl.summary.city}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Postcode"
|
|
value="{{$ctrl.summary.postCode}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Province"
|
|
value="{{$ctrl.summary.province.name}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Country"
|
|
value="{{$ctrl.summary.country.country}}">
|
|
</vn-label-value>
|
|
</vn-one>
|
|
<vn-one>
|
|
<h4 translate>Billing data</h4>
|
|
<vn-label-value label="Pay method"
|
|
value="{{$ctrl.summary.payMethod.name}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Pay dem"
|
|
value="{{$ctrl.summary.payDem.payDem}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Pay day"
|
|
value="{{$ctrl.summary.payDay}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Account"
|
|
value="{{$ctrl.summary.account}}">
|
|
</vn-label-value>
|
|
<vn-check
|
|
label="Is Farmer"
|
|
ng-model="$ctrl.summary.isFarmer"
|
|
disabled="true">
|
|
</vn-check>
|
|
</vn-one>
|
|
</vn-horizontal>
|
|
</vn-card>
|
|
<vn-worker-descriptor-popover
|
|
vn-id="workerDescriptor">
|
|
</vn-worker-descriptor-popover> |