refactor(FE): Consolidate date filters into trans_date

This commit is contained in:
rstubryan
2026-02-05 14:28:14 +07:00
parent fb1b310d1d
commit 92886fe5e2
2 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export class FinanceApiService extends BaseApiService<
customer_ids?: string,
// TODO: Uncomment when BE is ready
// sales_id?: string,
filter_by?: 'do_date' | 'payment_date' | 'realization_date',
filter_by?: 'trans_date' | 'realization_date',
start_date?: string,
end_date?: string,
page?: number,