From fb1fb9ba6431914924daccd5caf90a066065ac90 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Tue, 28 Nov 2023 16:20:01 -0300 Subject: [PATCH] Adapt invoices out global form to new design and some improvements --- src/pages/InvoiceOut/InvoiceOutGlobalForm.vue | 205 +++++++++++++----- src/services/invoiceOut.service.js | 12 - src/stores/invoiceOutGlobal.js | 59 +---- 3 files changed, 160 insertions(+), 116 deletions(-) diff --git a/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue b/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue index baa1b86ed..be1a65f59 100644 --- a/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue +++ b/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue @@ -1,8 +1,11 @@