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
+1
View File
@@ -17,6 +17,7 @@ const STATUS_FILTERS = [
{ value: '', label: 'همه' },
{ value: 'pending', label: 'در انتظار' },
{ value: 'approved', label: 'تأیید شده' },
{ value: 'paid', label: 'پرداخت شده' },
{ value: 'rejected', label: 'رد شده' },
];