feat(settlement): add receipt handling and detail view for settlements

This commit is contained in:
hamed
2026-06-25 17:34:39 +03:30
parent 71edc772c8
commit 694ee28787
11 changed files with 484 additions and 3 deletions
+4
View File
@@ -27,6 +27,10 @@ services:
arguments:
$projectDir: '%kernel.project_dir%'
App\Settlement\Controller\SettlementController:
arguments:
$projectDir: '%kernel.project_dir%'
App\UserProfile\Controller\UserProfileController:
arguments:
$projectDir: '%kernel.project_dir%'