refs #5425 modificación usuario
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-03-17 09:32:20 +01:00
parent 9565bb33f2
commit 9e42ab52ce
6 changed files with 6 additions and 6 deletions

View File

@ -410,7 +410,7 @@ export default {
advancedSearchButton: 'vn-item-search-panel button[type=submit]',
advancedSmartTableButton: 'vn-item-index vn-button[icon="search"]',
advancedSmartTableGrouping: 'vn-item-index vn-textfield[name=grouping]',
weightByPieceCheckbox: '.vn-popover.shown vn-horizontal:nth-child(3) > vn-check[label="Weight per unit"]',
weightByPieceCheckbox: '.vn-popover.shown vn-horizontal:nth-child(3) > vn-check[label="Weight/Piece"]',
saveFieldsButton: '.vn-popover.shown vn-button[label="Save"] > button'
},
itemFixedPrice: {

View File

@ -63,7 +63,7 @@
<span translate>Origin</span>
</th>
<th field="weightByPiece">
<span translate>Weight per unit</span>
<span translate>Weight/Piece</span>
</th>
<th field="isActive">
<span translate>Active</span>

View File

@ -124,7 +124,7 @@
<vn-input-number
vn-one
min="0"
label="Weight per unit"
label="Weight/Piece"
ng-model="$ctrl.item.weightByPiece"
rule>
</vn-input-number>

View File

@ -46,7 +46,7 @@
<span translate>Buyer</span>
</th>
<th field="weightByPiece">
<span translate>Weight per unit</span>
<span translate>Weight/Piece</span>
</th>
<th field="stemMultiplier">
<span translate>Multiplier</span>

View File

@ -40,7 +40,7 @@ Create: Crear
Client card: Ficha del cliente
Shipped: F. envío
stems: Tallos
Weight per unit: Peso por unidad (gramos)
Weight/Piece: Peso (gramos)/tallo
Search items by id, name or barcode: Buscar articulos por identificador, nombre o codigo de barras
SalesPerson: Comercial
Concept: Concepto

View File

@ -110,7 +110,7 @@
<vn-label-value label="Relevancy"
value="{{$ctrl.summary.item.relevancy}}">
</vn-label-value>
<vn-label-value label="Weight per unit"
<vn-label-value label="Weight/Piece"
value="{{$ctrl.summary.item.weightByPiece}}">
</vn-label-value>
<vn-label-value label="Expense"