This commit is contained in:
parent
b6edcde589
commit
37b9c5c4ce
|
@ -30,6 +30,9 @@
|
|||
},
|
||||
"isVolumetric": {
|
||||
"type": "Boolean"
|
||||
},
|
||||
"inflation": {
|
||||
"type": "Number"
|
||||
}
|
||||
},
|
||||
"relations": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
form="form"
|
||||
save="patch">
|
||||
</vn-watcher>
|
||||
<form name="form" ng-submit="$ctrl.onSubmit()">
|
||||
<form name="form" ng-submit="$ctrl.onSubmit()" compact>
|
||||
<vn-card pad-large>
|
||||
<vn-horizontal>
|
||||
<vn-textfield vn-two vn-focus
|
||||
|
@ -62,7 +62,13 @@
|
|||
</vn-input-number>
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
<vn-check label="Volumetric"
|
||||
<vn-input-number vn-one
|
||||
label="Inflation"
|
||||
model="$ctrl.zone.inflation"
|
||||
min="0" step="0.01"
|
||||
vn-acl="deliveryBoss">
|
||||
</vn-input-number>
|
||||
<vn-check label="Volumetric" vn-one
|
||||
field="$ctrl.zone.isVolumetric"
|
||||
vn-acl="deliveryBoss">
|
||||
</vn-check>
|
||||
|
|
|
@ -10,4 +10,5 @@ Zones: Zonas
|
|||
New zone: Nueva zona
|
||||
Volumetric: Volumétrico
|
||||
Clone: Clonar
|
||||
Search zone by id or name: Buscar zonas por identificador o nombre
|
||||
Search zone by id or name: Buscar zonas por identificador o nombre
|
||||
Inflation: Inflación
|
|
@ -19,6 +19,7 @@ Available: Disponible
|
|||
In which day you want to add the ticket?: ¿A que dia quieres añadir el ticket?
|
||||
Add claim: Crear reclamación
|
||||
Claim: Reclamación
|
||||
Transfer lines: Transferir líneas
|
||||
Sales to transfer: Líneas a transferir
|
||||
Destination ticket: Ticket destinatario
|
||||
Change ticket state to 'Ok': Cambiar estado del ticket a 'Ok'
|
||||
|
|
Loading…
Reference in New Issue