mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
refactor(FE): Consolidate date filters into trans_date
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user