From d23e6c3914dc828196801f59aa619b8d61bc098a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnrher?= Date: Fri, 4 Sep 2026 02:11:43 +0200 Subject: [PATCH] =?UTF-8?q?Abrechnungsgr=C3=BCne=20nun=20immer=20erforderl?= =?UTF-8?q?ich?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Partials/newInvoice/direct-payment.vue | 44 +- .../newInvoice/expense-accounting.vue | 44 +- app/Enumerations/InvoiceType.php | 6 +- app/Installer/ProductionDataSeeder.php | 16 +- app/Providers/GlobalDataProvider.php | 5 +- app/Repositories/CostUnitRepository.php | 50 +- ..._add_purchase_example_to_invoice_types.php | 53 ++ .../pdfs/income-surplus-statement.blade.php | 236 ++++++++ .../EventIncomeSurplusStatementTest.php | 504 ++++++++++++++++++ tests/Feature/InvoiceTypeSelectionTest.php | 34 +- 10 files changed, 959 insertions(+), 33 deletions(-) create mode 100644 database/migrations/2026_09_09_140010_add_purchase_example_to_invoice_types.php create mode 100644 resources/views/pdfs/income-surplus-statement.blade.php create mode 100644 tests/Feature/EventIncomeSurplusStatementTest.php diff --git a/app/Domains/Invoice/Views/Partials/newInvoice/direct-payment.vue b/app/Domains/Invoice/Views/Partials/newInvoice/direct-payment.vue index 9505d73..ac28072 100644 --- a/app/Domains/Invoice/Views/Partials/newInvoice/direct-payment.vue +++ b/app/Domains/Invoice/Views/Partials/newInvoice/direct-payment.vue @@ -1,6 +1,6 @@