add door unlock/lock time column to the incidents table
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
export const CONTAINER_WIDTH_PERCENTAGE = 90;
|
||||||
|
|
||||||
export const defaultDateFormat = 'YYYY-MM-DD';
|
export const defaultDateFormat = 'YYYY-MM-DD';
|
||||||
|
|
||||||
export const doorLockRelatedWithReservationIncidentHeaders = [
|
export const doorLockRelatedWithReservationIncidentHeaders = [
|
||||||
@@ -5,6 +7,7 @@ export const doorLockRelatedWithReservationIncidentHeaders = [
|
|||||||
'resourceName',
|
'resourceName',
|
||||||
'memberName',
|
'memberName',
|
||||||
'reservation',
|
'reservation',
|
||||||
|
'doorLockTimestamps',
|
||||||
'incidentType',
|
'incidentType',
|
||||||
'feeDescription',
|
'feeDescription',
|
||||||
'totalChargeFee'
|
'totalChargeFee'
|
||||||
|
|||||||
Reference in New Issue
Block a user