Total: {{ invoices.data.length }}
++ {{ invoice.client.fullName }} +
+{{ invoice.client.country }}
++ CIF/NIF: {{ invoice.client.tax_number }} +
++ {{ invoice.client.email }} +
++ {{ label }}: + {{ value }} +
+ + + diff --git a/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotalPayment.vue b/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotalPayment.vue new file mode 100644 index 00000000..37ccdf46 --- /dev/null +++ b/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotalPayment.vue @@ -0,0 +1,77 @@ +/* eslint-disable vue/valid-v-on */ + + + + +Pagado en {{ formatDate(payment.payment_date) }}
++ - {{ formatMoney(payment.amount) }} + + +
+ + + + diff --git a/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotals.vue b/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotals.vue new file mode 100644 index 00000000..617fbfb5 --- /dev/null +++ b/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotals.vue @@ -0,0 +1,195 @@ +/* eslint-disable vue/valid-v-on */ + + + ++ {{ currentSignature?.text }} +
++ + {{ getStatus(invoice.status) }} +
++ {{ invoice.client.display_name }} +
++ {{ formatMoney(invoice.debt) }} +
++ {{ formatDate(invoice.due_date) }} +
++ Deuda: {{ formatMoney(invoice.debt) }} ā Recibir pago manual +
{{ label }}:
+{{ label }}
++ {{ $t("invoice number") }} + {{ invoiceNumber }} +
++ {{ $t("date") }} + {{ invoiceDate }} +
++ {{ $t("due date") }} + {{ invoiceDueDate }} +
++ Fecha + {{ formatDate(invoice.date) }} +
++ Fecha Limite + {{ formatDate(invoice.due_date) }} +
+Gracias por su preferencia!
++ {{ businessData.invoice_payment_instructions }} +
+From date to date
+{{ category.description }}
+{{ report.description }}
+ +