feat: add discount management and PDF export for transmittals

- Create Discount model, migration, and Filament resource with relation to Client
- Add PDF export functionality for transmittals using DomPDF
- Include discount type selection in sales transactions
- Fix account filtering logic in expense resource
- Update export job to generate PDF instead of Excel
This commit is contained in:
Jp
2026-02-18 01:42:44 +08:00
parent 2644be0505
commit 5d427cdea4
15 changed files with 316 additions and 29 deletions

View File

@@ -10,6 +10,7 @@
"require": {
"php": "^8.2",
"awcodes/filament-table-repeater": "^3.0",
"barryvdh/laravel-dompdf": "^2.0",
"bezhansalleh/filament-shield": "^3.2",
"filament/filament": "^3.2",
"laravel/framework": "^11.9",