This commit is contained in:
parent
d1c8f0ff11
commit
ba109dccc5
|
@ -170,14 +170,14 @@
|
||||||
</vn-input-number>
|
</vn-input-number>
|
||||||
<vn-input-number
|
<vn-input-number
|
||||||
min="0"
|
min="0"
|
||||||
label="Plastico reciclado"
|
label="Recyled Plastic"
|
||||||
ng-model="$ctrl.item.recycledPlastic"
|
ng-model="$ctrl.item.recycledPlastic"
|
||||||
vn-name="recycledPlastic "
|
vn-name="recycledPlastic"
|
||||||
rule>
|
rule>
|
||||||
</vn-input-number>
|
</vn-input-number>
|
||||||
<vn-input-number
|
<vn-input-number
|
||||||
min="0"
|
min="0"
|
||||||
label="Plastico no reciclado"
|
label="No recycled plastic"
|
||||||
ng-model="$ctrl.item.nonRecycledPlastic"
|
ng-model="$ctrl.item.nonRecycledPlastic"
|
||||||
vn-name="nonRecycledPlastic"
|
vn-name="nonRecycledPlastic"
|
||||||
rule>
|
rule>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Reference: Referencia
|
Reference: Referencia
|
||||||
Full name calculates based on tags 1-3. Is not recommended to change it manually: >-
|
Full name calculates based on tags 1-3. Is not recommended to change it manually: >-
|
||||||
El nombre completo se calcula
|
El nombre completo se calcula
|
||||||
basado en los tags 1-3.
|
basado en los tags 1-3.
|
||||||
No se recomienda cambiarlo manualmente
|
No se recomienda cambiarlo manualmente
|
||||||
Is active: Activo
|
Is active: Activo
|
||||||
Expense: Gasto
|
Expense: Gasto
|
||||||
|
@ -13,4 +13,6 @@ Is shown at website, app that this item cannot travel (wreath, palms, ...): Se m
|
||||||
Multiplier: Multiplicador
|
Multiplier: Multiplicador
|
||||||
Generic: Genérico
|
Generic: Genérico
|
||||||
This item does need a photo: Este artículo necesita una foto
|
This item does need a photo: Este artículo necesita una foto
|
||||||
Do photo: Hacer foto
|
Do photo: Hacer foto
|
||||||
|
Recyled Plastic: Plástico reciclado
|
||||||
|
No recycled plastic: Plástico no reciclado
|
||||||
|
|
|
@ -113,19 +113,19 @@
|
||||||
<vn-label-value label="Weight/Piece"
|
<vn-label-value label="Weight/Piece"
|
||||||
value="{{$ctrl.summary.item.weightByPiece}}">
|
value="{{$ctrl.summary.item.weightByPiece}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Unidades/Caja"
|
<vn-label-value label="Units/Box"
|
||||||
value="{{$ctrl.summary.item.packingOut}}">
|
value="{{$ctrl.summary.item.packingOut}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Expense"
|
<vn-label-value label="Expense"
|
||||||
value="{{$ctrl.summary.item.expense.name}}">
|
value="{{$ctrl.summary.item.expense.name}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Genérico"
|
<vn-label-value label="Generic"
|
||||||
value="{{$ctrl.summary.item.genericFk}}">
|
value="{{$ctrl.summary.item.genericFk}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Plástico reciclado"
|
<vn-label-value label="Recyled Plastic"
|
||||||
value="{{$ctrl.summary.item.recycledPlastic}}">
|
value="{{$ctrl.summary.item.recycledPlastic}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Plástico no reciclado"
|
<vn-label-value label="No recycled plastic"
|
||||||
value="{{$ctrl.summary.item.nonRecycledPlastic}}">
|
value="{{$ctrl.summary.item.nonRecycledPlastic}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
</vn-one>
|
</vn-one>
|
||||||
|
|
Loading…
Reference in New Issue