2019-11-10 10:08:44 +00:00
|
|
|
<vn-auto-search
|
2020-03-13 19:33:12 +00:00
|
|
|
model="model">
|
2019-11-10 10:08:44 +00:00
|
|
|
</vn-auto-search>
|
|
|
|
<vn-data-viewer
|
|
|
|
model="model"
|
|
|
|
class="vn-w-xl vn-mb-xl">
|
|
|
|
<vn-card>
|
|
|
|
<vn-table
|
2019-10-02 19:02:49 +00:00
|
|
|
model="model"
|
2019-11-10 10:08:44 +00:00
|
|
|
show-fields="$ctrl.showFields"
|
2020-07-20 09:31:47 +00:00
|
|
|
vn-smart-table="itemIndex">
|
2019-11-10 10:08:44 +00:00
|
|
|
<vn-thead>
|
|
|
|
<vn-tr>
|
2020-09-02 11:09:30 +00:00
|
|
|
<vn-th shrink></vn-th>
|
2019-11-10 10:08:44 +00:00
|
|
|
<vn-th field="id" shrink>Id</vn-th>
|
2020-08-26 14:33:47 +00:00
|
|
|
<vn-th field="grouping" shrink>Grouping</vn-th>
|
|
|
|
<vn-th field="packing" shrink>Packing</vn-th>
|
2021-01-28 14:10:47 +00:00
|
|
|
<vn-th field="description">Description</vn-th>
|
2020-08-26 14:33:47 +00:00
|
|
|
<vn-th field="stems" shrink>Stems</vn-th>
|
|
|
|
<vn-th field="size" shrink>Size</vn-th>
|
|
|
|
<vn-th field="niche" shrink>Niche</vn-th>
|
|
|
|
<vn-th field="type" shrink>Type</vn-th>
|
|
|
|
<vn-th field="category" shrink>Category</vn-th>
|
|
|
|
<vn-th field="intrastat" shrink>Intrastat</vn-th>
|
|
|
|
<vn-th field="origin" shrink>Origin</vn-th>
|
|
|
|
<vn-th field="salesperson" shrink>Buyer</vn-th>
|
|
|
|
<vn-th field="density" shrink>Density</vn-th>
|
2021-01-18 10:43:48 +00:00
|
|
|
<vn-th field="stemMultiplier" shrink>Multiplier</vn-th>
|
2020-08-26 14:33:47 +00:00
|
|
|
<vn-th field="active" shrink>Active</vn-th>
|
2019-11-10 10:08:44 +00:00
|
|
|
<vn-th></vn-th>
|
|
|
|
</vn-tr>
|
|
|
|
</vn-thead>
|
|
|
|
<vn-tbody>
|
2020-03-13 19:33:12 +00:00
|
|
|
<a ng-repeat="item in model.data"
|
2019-11-10 10:08:44 +00:00
|
|
|
class="clickable vn-tr search-result"
|
|
|
|
ui-sref="item.card.summary({id: item.id})">
|
|
|
|
<vn-td shrink>
|
|
|
|
<img
|
2020-11-27 12:10:39 +00:00
|
|
|
ng-src="{{::$root.imagePath('catalog', '50x50', item.id)}}"
|
|
|
|
zoom-image="{{::$root.imagePath('catalog', '1600x900', item.id)}}"
|
2020-04-25 09:50:04 +00:00
|
|
|
vn-click-stop
|
2019-11-10 10:08:44 +00:00
|
|
|
on-error-src/>
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink>
|
2020-04-25 09:50:04 +00:00
|
|
|
<span
|
|
|
|
vn-click-stop="itemDescriptor.show($event, item.id)"
|
|
|
|
class="link">
|
2020-11-27 12:10:39 +00:00
|
|
|
{{::item.id}}
|
2019-11-10 10:08:44 +00:00
|
|
|
</span>
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink>{{::item.grouping | dashIfEmpty}}</vn-td>
|
|
|
|
<vn-td shrink>{{::item.packing | dashIfEmpty}}</vn-td>
|
2021-01-28 14:10:47 +00:00
|
|
|
<vn-td vn-fetched-tags>
|
|
|
|
<vn-one title="{{::item.name}}">{{::item.name}}</vn-one>
|
|
|
|
<vn-one ng-if="::item.subName">
|
|
|
|
<h3 title="{{::item.subName}}">{{::item.subName}}</h3>
|
|
|
|
</vn-one>
|
2019-11-10 10:08:44 +00:00
|
|
|
<vn-fetched-tags
|
|
|
|
max-length="6"
|
2021-01-28 14:10:47 +00:00
|
|
|
item="item"
|
|
|
|
tabindex="-1">
|
2019-11-10 10:08:44 +00:00
|
|
|
</vn-fetched-tags>
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink>{{::item.stems}}</vn-td>
|
|
|
|
<vn-td shrink>{{::item.size}}</vn-td>
|
|
|
|
<vn-td shrink>{{::item.niche}}</vn-td>
|
|
|
|
<vn-td shrink title="{{::item.type}}">
|
|
|
|
{{::item.type}}
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink title="{{::item.category}}">
|
|
|
|
{{::item.category}}
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink title="{{::item.intrastat}}">
|
|
|
|
{{::item.intrastat}}
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink>{{::item.origin}}</vn-td>
|
2020-09-03 13:11:16 +00:00
|
|
|
<vn-td shrink title="{{::item.userName}}">
|
2019-11-10 10:08:44 +00:00
|
|
|
<span
|
|
|
|
class="link"
|
2020-04-25 09:50:04 +00:00
|
|
|
vn-click-stop="workerDescriptor.show($event, item.buyerFk)">
|
2020-09-03 13:11:16 +00:00
|
|
|
{{::item.userName}}
|
2019-11-10 10:08:44 +00:00
|
|
|
</span>
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink>{{::item.density}}</vn-td>
|
2021-01-18 10:43:48 +00:00
|
|
|
<vn-td shrink >{{::item.stemMultiplier}}</vn-td>
|
2019-11-10 10:08:44 +00:00
|
|
|
<vn-td shrink>
|
|
|
|
<vn-check
|
|
|
|
disabled="true"
|
|
|
|
ng-model="::item.isActive">
|
|
|
|
</vn-check>
|
|
|
|
</vn-td>
|
|
|
|
<vn-td shrink>
|
|
|
|
<vn-horizontal class="buttons">
|
|
|
|
<vn-icon-button
|
2020-04-25 09:50:04 +00:00
|
|
|
vn-click-stop="clone.show(item.id)"
|
2019-11-10 10:08:44 +00:00
|
|
|
vn-tooltip="Clone"
|
|
|
|
icon="icon-clone">
|
|
|
|
</vn-icon-button>
|
|
|
|
<vn-icon-button
|
2020-04-25 09:50:04 +00:00
|
|
|
vn-click-stop="$ctrl.preview(item)"
|
2019-11-10 10:08:44 +00:00
|
|
|
vn-tooltip="Preview"
|
2020-11-24 07:22:54 +00:00
|
|
|
icon="preview">
|
2019-11-10 10:08:44 +00:00
|
|
|
</vn-icon-button>
|
|
|
|
</vn-horizontal>
|
|
|
|
</vn-td>
|
|
|
|
</a>
|
|
|
|
</vn-tbody>
|
|
|
|
</vn-table>
|
|
|
|
</vn-card>
|
|
|
|
</vn-data-viewer>
|
2018-07-25 13:14:03 +00:00
|
|
|
<a ui-sref="item.create" vn-tooltip="New item" vn-bind="+" fixed-bottom-right>
|
2018-03-01 20:18:43 +00:00
|
|
|
<vn-float-button icon="add"></vn-float-button>
|
|
|
|
</a>
|
2020-04-25 09:50:04 +00:00
|
|
|
<vn-item-descriptor-popover
|
|
|
|
vn-id="itemDescriptor">
|
|
|
|
</vn-item-descriptor-popover>
|
|
|
|
<vn-worker-descriptor-popover
|
|
|
|
vn-id="workerDescriptor">
|
|
|
|
</vn-worker-descriptor-popover>
|
2018-03-01 20:18:43 +00:00
|
|
|
<vn-confirm
|
|
|
|
vn-id="clone"
|
2020-04-25 09:50:04 +00:00
|
|
|
on-accept="$ctrl.onCloneAccept($data)"
|
2018-03-01 20:18:43 +00:00
|
|
|
question="Do you want to clone this item?"
|
|
|
|
message="All it's properties will be copied">
|
2019-02-15 11:39:21 +00:00
|
|
|
</vn-confirm>
|
2020-04-25 09:50:04 +00:00
|
|
|
<vn-popup vn-id="preview">
|
|
|
|
<vn-item-summary
|
|
|
|
item="$ctrl.itemSelected">
|
|
|
|
</vn-item-summary>
|
|
|
|
</vn-popup>
|