refs #4764 boton
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-04-26 09:02:47 +02:00
parent 740e03f0ee
commit 7955d1248d
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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.