This commit is contained in:
parent
740e03f0ee
commit
7955d1248d
|
@ -24,7 +24,14 @@
|
|||
</vn-watcher>
|
||||
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
|
||||
<vn-card class="vn-pa-lg">
|
||||
<vn-button-bar>
|
||||
<vn-submit
|
||||
disabled="!watcher.dataChanged()"
|
||||
label="Pay">
|
||||
</vn-submit>
|
||||
</vn-button-bar><br>
|
||||
<vn-horizontal ng-repeat="service in $ctrl.services track by $index">
|
||||
<vn-check ng.model="service.checked"></vn-check>
|
||||
<vn-autocomplete vn-two vn-focus
|
||||
data="ticketServiceTypes"
|
||||
label="Description"
|
||||
|
@ -46,6 +53,7 @@
|
|||
step="1"
|
||||
label="Quantity"
|
||||
ng-model="service.quantity"
|
||||
info="To create services with negative amounts mark the service on the source ticket and press the pay button."
|
||||
rule="TicketService">
|
||||
</vn-input-number>
|
||||
<vn-input-number
|
||||
|
|
|
@ -2,4 +2,6 @@ Service: Servicios
|
|||
Tax class: Tipo IVA
|
||||
Add service: Añadir servicio
|
||||
Remove service: Quitar servicio
|
||||
New service type: Nuevo tipo de servicio
|
||||
New service type: Nuevo tipo de servicio
|
||||
Pay: Abono
|
||||
To create services with negative amounts mark the service on the source ticket and press the pay button.: Para crear sevicios con cantidades negativas marcar servicio en el ticket origen y apretar el boton abonar.
|
Loading…
Reference in New Issue