refactor: add translations, change css...
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-12-28 12:42:51 +01:00
parent ab0af27f8b
commit d5b626434b
4 changed files with 9 additions and 6 deletions

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;
} }