refs #5425 modificacion de los campos #1394

Merged
joan merged 3 commits from 5425-modCamposBasicos(pesoycaja) into dev 2023-03-30 05:19:51 +00:00
6 changed files with 7 additions and 7 deletions
Showing only changes of commit 9565bb33f2 - Show all commits

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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