feat(SPG-266): report cashier log
parent
21b9549b52
commit
3b8310581b
|
@ -272,7 +272,7 @@ export default <ReportConfigEntity>{
|
||||||
filed_label: 'Tgl. Update',
|
filed_label: 'Tgl. Update',
|
||||||
filter_column: 'main__updated_at',
|
filter_column: 'main__updated_at',
|
||||||
field_type: FILTER_FIELD_TYPE.date_range_picker,
|
field_type: FILTER_FIELD_TYPE.date_range_picker,
|
||||||
filter_type: FILTER_TYPE.DATE_IN_RANGE_TIMESTAMP,
|
filter_type: FILTER_TYPE.DATE_IN_RANGE_EPOCH,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -66,6 +66,12 @@ export default <ReportConfigEntity>{
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
filter_configs: [
|
filter_configs: [
|
||||||
|
{
|
||||||
|
filed_label: 'Tanggal',
|
||||||
|
filter_column: 'main__date',
|
||||||
|
field_type: FILTER_FIELD_TYPE.date_range_picker,
|
||||||
|
filter_type: FILTER_TYPE.DATE_IN_RANGE_EPOCH,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
filed_label: 'Tipe',
|
filed_label: 'Tipe',
|
||||||
filter_column: 'main__type',
|
filter_column: 'main__type',
|
||||||
|
|
|
@ -250,7 +250,7 @@ export default <ReportConfigEntity>{
|
||||||
filed_label: 'Tgl. Update',
|
filed_label: 'Tgl. Update',
|
||||||
filter_column: 'main__updated_at',
|
filter_column: 'main__updated_at',
|
||||||
field_type: FILTER_FIELD_TYPE.date_range_picker,
|
field_type: FILTER_FIELD_TYPE.date_range_picker,
|
||||||
filter_type: FILTER_TYPE.DATE_IN_RANGE_TIMESTAMP,
|
filter_type: FILTER_TYPE.DATE_IN_RANGE_EPOCH,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,6 +22,6 @@ export const TransactionReportConfig: ReportConfigEntity[] = [
|
||||||
// TimePerRideReport,
|
// TimePerRideReport,
|
||||||
BookingReport,
|
BookingReport,
|
||||||
RefundsReport,
|
RefundsReport,
|
||||||
// CashierLogReport,
|
CashierLogReport,
|
||||||
// CashWithdrawalsReport,
|
// CashWithdrawalsReport,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue