diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index f525cf2f..f8796138 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -1,4 +1,4 @@ -name: Laravel App Deployment +name: Loger Demo Deployment on: push: diff --git a/README.md b/README.md index c1e7586a..9e2fd14d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@
+![example workflow](https://github.com/jesusantguerrero/atmosphere/actions/workflows/laravel.yml/badge.svg) + ![image](https://user-images.githubusercontent.com/17421742/212417292-19f319c5-1cf4-48a8-ba40-1e9b040e820f.png) diff --git a/resources/js/Pages/Journal/Accounts/Index.vue b/resources/js/Pages/Journal/Accounts/Index.vue deleted file mode 100644 index 8672c396..00000000 --- a/resources/js/Pages/Journal/Accounts/Index.vue +++ /dev/null @@ -1,195 +0,0 @@ - - - -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 deleted file mode 100644 index 37ccdf46..00000000 --- a/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotalPayment.vue +++ /dev/null @@ -1,77 +0,0 @@ -/* 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 deleted file mode 100644 index 617fbfb5..00000000 --- a/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotals.vue +++ /dev/null @@ -1,195 +0,0 @@ -/* 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 }} -
-