feat: refs #6739 transferInvoice new functionality #2412

Merged
jon merged 10 commits from 6739-transferInvoiceOut into dev 2024-05-10 04:51:42 +00:00
4 changed files with 6 additions and 4 deletions
Showing only changes of commit 58aedf160b - Show all commits

View File

@ -240,7 +240,7 @@
<vn-check
ng-model="$ctrl.isChecked"
label="destinationClient"
info="checkinfo"
info="transferInvoiceInfo"
/>
</vn-check>
</vn-horizontal>

View File

@ -166,7 +166,7 @@ class Controller extends Section {
const hasToInvoiceByAddress = clientData.hasToInvoiceByAddress;
if (this.checked && hasToInvoiceByAddress) {
if (!window.confirm('El cliente destino tiene marcado facturar por consignatario, ¿desea continuar?'))
if (!window.confirm(this.$t('confirmTransferInvoice')))
return;
}

View File

@ -3,4 +3,5 @@ Transfer invoice to...: Transfer invoice to...
Cplus Type: Cplus Type
transferInvoice: Transfer Invoice
destinationClient: Bill destination client
checkinfo: New tickets from the destination customer will be generated in the consignee by default.
transferInvoiceInfo: New tickets from the destination customer will be generated in the default consignee.
confirmTransferInvoice: Destination customer has marked to bill by consignee, do you want to continue?

View File

@ -26,4 +26,5 @@ Rectificative type: Tipo rectificativa
Transferred invoice: Factura transferida
transferInvoice: Transferir factura
destinationClient: Facturar cliente destino
checkinfo: Los nuevos tickets del cliente destino, serán generados en el consignatario por defecto.
transferInvoiceInfo: Los nuevos tickets del cliente destino serán generados en el consignatario por defecto.
confirmTransferInvoice: El cliente destino tiene marcado facturar por consignatario, ¿desea continuar?