feat(settlement): add receipt handling and detail view for settlements
This commit is contained in:
@@ -17,6 +17,7 @@ const STATUS_FILTERS = [
|
||||
{ value: '', label: 'همه' },
|
||||
{ value: 'pending', label: 'در انتظار' },
|
||||
{ value: 'approved', label: 'تأیید شده' },
|
||||
{ value: 'paid', label: 'پرداخت شده' },
|
||||
{ value: 'rejected', label: 'رد شده' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user