2952-ticket.sale-checked #1246

Merged
vicent merged 19 commits from 2952-ticket.sale-checked into dev 2023-01-10 13:33:05 +00:00
4 changed files with 9 additions and 6 deletions
Showing only changes of commit d5b626434b - Show all commits

View File

@ -31,6 +31,7 @@ module.exports = Self => {
SELECT iss.created, SELECT iss.created,
iss.saleFk, iss.saleFk,
iss.quantity, iss.quantity,
iss.userFk,
ish.shelvingFk, ish.shelvingFk,
p.code, p.code,
u.name u.name

View File

@ -18,7 +18,6 @@
<vn-th field="concept">Description</vn-th> <vn-th field="concept">Description</vn-th>
<vn-th field="quantity" number>Quantity</vn-th> <vn-th field="quantity" number>Quantity</vn-th>
<vn-th></vn-th> <vn-th></vn-th>
<vn-th></vn-th>
</vn-tr> </vn-tr>
</vn-thead> </vn-thead>
<vn-tbody> <vn-tbody>
@ -51,14 +50,12 @@
</vn-fetched-tags> </vn-fetched-tags>
</vn-td> </vn-td>
<vn-td number>{{::sale.quantity}}</vn-td> <vn-td number>{{::sale.quantity}}</vn-td>
<vn-td center> <vn-td actions>
<vn-icon-button <vn-icon-button
vn-click-stop="$ctrl.showSaleTracking(sale)" vn-click-stop="$ctrl.showSaleTracking(sale)"
vn-tooltip="Sale tracking" vn-tooltip="Sale tracking"
icon="history"> icon="history">
</vn-icon-button> </vn-icon-button>
</vn-td>
<vn-td>
<vn-icon-button <vn-icon-button
vn-click-stop="$ctrl.showItemShelvingSale(sale)" vn-click-stop="$ctrl.showItemShelvingSale(sale)"
vn-tooltip="ItemShelvings sale" vn-tooltip="ItemShelvings sale"

View File

@ -1 +1,6 @@
ItemShelvings sale: Carros línea ItemShelvings sale: Carros línea
has saleGroupDetail: tiene detalle grupo lineas
is previousSelected: es previa seleccionada
is previous: es previa
is prepared: esta preparado
is controled: esta controlado

View File

@ -2,6 +2,6 @@
.chip { .chip {
display: inline-block; display: inline-block;
min-width: 10px; min-width: 15px;
min-height: 20px; min-height: 25px;
} }