feat: implement report engine with sales and logistics modules
- Added a new report engine UI, including configuration-driven report screens for sales and logistics. - Created `ReportProvider`, `ReportTable`, and related components for rendering reports with server-side data fetching. - Introduced `logisticsReportsModuleConfig` and `salesReportsModuleConfig` for managing report configurations and API interactions. - Updated navigation to include sales and logistics reports with proper labels and paths. - Enhanced language support for report titles in English and Indonesian. - Implemented bookmark and filter functionalities for reports, improving user interaction and data management. These changes establish a robust reporting framework, enhancing the application's data visualization capabilities and user experience.
This commit is contained in:
@@ -11,5 +11,14 @@ export { initAgGrid } from './ag-grid-setup';
|
||||
export type { AgGridInitOptions } from './ag-grid-setup';
|
||||
|
||||
/* ── Re-export commonly used AG Grid types ───────── */
|
||||
export type { ColDef, GridReadyEvent, GridOptions, ValueFormatterParams } from 'ag-grid-community';
|
||||
export type {
|
||||
ColDef,
|
||||
ColumnState,
|
||||
GridApi,
|
||||
GridReadyEvent,
|
||||
GridOptions,
|
||||
IServerSideDatasource,
|
||||
IServerSideGetRowsParams,
|
||||
ValueFormatterParams,
|
||||
} from 'ag-grid-community';
|
||||
export type { AgGridReactProps } from 'ag-grid-react';
|
||||
|
||||
Reference in New Issue
Block a user