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 @@ - - - - - diff --git a/resources/js/Pages/Journal/Accounts/cols.ts b/resources/js/Pages/Journal/Accounts/cols.ts deleted file mode 100644 index 8670a5f6..00000000 --- a/resources/js/Pages/Journal/Accounts/cols.ts +++ /dev/null @@ -1,28 +0,0 @@ -export default name => { - return [ - { - label: name || "Account Name", - name: "display_id", - width: 200, - type: "custom", - render(row) { - return `${row.number} - ${row.alias || row.name}` - } - }, - { - label: "", - name: "display_id", - width: 300 - }, - { - label: "", - name: "description" - }, - { - label: "", - name: "actions", - width: 300, - type: "custom" - } - ]; - }; diff --git a/resources/js/Pages/Journal/Invoices/Create.vue b/resources/js/Pages/Journal/Invoices/Create.vue deleted file mode 100644 index 15d14144..00000000 --- a/resources/js/Pages/Journal/Invoices/Create.vue +++ /dev/null @@ -1,32 +0,0 @@ - - - diff --git a/resources/js/Pages/Journal/Invoices/Edit.vue b/resources/js/Pages/Journal/Invoices/Edit.vue deleted file mode 100644 index aeff86fc..00000000 --- a/resources/js/Pages/Journal/Invoices/Edit.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - diff --git a/resources/js/Pages/Journal/Invoices/Index.vue b/resources/js/Pages/Journal/Invoices/Index.vue deleted file mode 100644 index 03e62fd8..00000000 --- a/resources/js/Pages/Journal/Invoices/Index.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - - - diff --git a/resources/js/Pages/Journal/Invoices/Partials/InvoiceEmail.vue b/resources/js/Pages/Journal/Invoices/Partials/InvoiceEmail.vue deleted file mode 100644 index 197433e4..00000000 --- a/resources/js/Pages/Journal/Invoices/Partials/InvoiceEmail.vue +++ /dev/null @@ -1,135 +0,0 @@ - - - diff --git a/resources/js/Pages/Journal/Invoices/Partials/InvoiceGrid.vue b/resources/js/Pages/Journal/Invoices/Partials/InvoiceGrid.vue deleted file mode 100644 index b1f8cf97..00000000 --- a/resources/js/Pages/Journal/Invoices/Partials/InvoiceGrid.vue +++ /dev/null @@ -1,289 +0,0 @@ - - - -> - - - - diff --git a/resources/js/Pages/Journal/Invoices/Partials/InvoiceModal.vue b/resources/js/Pages/Journal/Invoices/Partials/InvoiceModal.vue deleted file mode 100644 index 52a22ede..00000000 --- a/resources/js/Pages/Journal/Invoices/Partials/InvoiceModal.vue +++ /dev/null @@ -1,214 +0,0 @@ - - - - - diff --git a/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotalItem.vue b/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotalItem.vue deleted file mode 100644 index 7d0533cb..00000000 --- a/resources/js/Pages/Journal/Invoices/Partials/InvoiceTotalItem.vue +++ /dev/null @@ -1,65 +0,0 @@ - - - - - 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 */ - - - - - 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 */ - - - diff --git a/resources/js/Pages/Journal/Invoices/Partials/PropertyChargeModal.vue b/resources/js/Pages/Journal/Invoices/Partials/PropertyChargeModal.vue deleted file mode 100644 index f0fc1d11..00000000 --- a/resources/js/Pages/Journal/Invoices/Partials/PropertyChargeModal.vue +++ /dev/null @@ -1,322 +0,0 @@ - - -