Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5022fb8
refactor(commands): reorganize command namespaces and update legacy i…
lukas-staab Jun 27, 2026
1d703c1
fix(migration): call renamed legacy:import-config artisan command
lukas-staab Jun 28, 2026
87c7b94
chore(assets): drop @alpinejs/sort in favor of native wire:sort
lukas-staab Jun 28, 2026
6003c65
feat(budget-plan): overhaul budget plans with workflow states, mounts…
lukas-staab Jun 28, 2026
56261d9
feat(budget-plan): update legacy budget-plan conversion command
lukas-staab Jun 28, 2026
594060c
feat(legacy): add booking-migration verification command
lukas-staab Jun 28, 2026
374fae5
refactor(budget): point bookings/posts/tax at BudgetItem with bookabl…
lukas-staab Jun 28, 2026
ac2616b
refactor(legacy): extract BudgetPlanConverter service from the command
lukas-staab Jun 28, 2026
8647c30
feat(budget): discontinue legacy budget tables, serve them as views
lukas-staab Jun 28, 2026
2dafc71
chore(legacy): deprecate the legacy budget-table mutation commands
lukas-staab Jun 28, 2026
b91188f
refactor(tax-budget): rename tax_budget columns to budget_id/plan_id
lukas-staab Jun 28, 2026
21f3c85
feat(budget-plan): add "VAT tax titles" action, ported from legacy HHP
lukas-staab Jun 28, 2026
5294687
Merge tag 'v4.4.1' into release/4.5.0
lukas-staab Jun 30, 2026
14dbccb
fix(legacy): improve handling of missing legacy configs and default s…
lukas-staab Jul 2, 2026
1348e46
refactor(budget-plan): optimize budget item loading and value computa…
lukas-staab Jul 2, 2026
e121885
feat(settings): add defaults for user committees configuration keys
lukas-staab Jul 2, 2026
3dc3f86
feat(budget-plan): add support for root-level budget items and improv…
lukas-staab Jul 2, 2026
91df502
fix(home-route): handle missing budget plans with redirect to create …
lukas-staab Jul 2, 2026
080dbab
feat(nav): restrict legacy budget plan access to admins, update menu …
lukas-staab Jul 2, 2026
e8d0800
test: add coverage for legacy budget views behavior
lukas-staab Jul 2, 2026
e62dcb4
feat(fiscal-year): warn on gaps between adjacent fiscal years
lukas-staab Jul 3, 2026
2dad511
feat(budget-plan): show empty fiscal years with a placeholder in the …
lukas-staab Jul 3, 2026
c809657
feat(budget-plan): add booked/committed figures, item detail view, an…
lukas-staab Jul 3, 2026
b8c5831
feat(budget-plan): add planned figures and roll-up logic across views…
lukas-staab Jul 3, 2026
4f1acf5
fix(bank-transaction-factory): constrain value/saldo generation to av…
lukas-staab Jul 3, 2026
4fc8973
rector fix
lukas-staab Jul 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
341 changes: 0 additions & 341 deletions app/Console/Commands/ConvertLegacyBudgetPlans.php

This file was deleted.

Loading
Loading