display booking charge incidents; refactor frontend

This commit is contained in:
Bilal Catic
2019-07-08 20:23:50 +02:00
parent c0d7418f3f
commit f6e8e6667b
7 changed files with 179 additions and 36 deletions

View File

@@ -39,16 +39,3 @@ export const mainMenuItems = [
component: UploadDLockData,
},
];
export const incidentsReportHeaderTitles = {
officeName: 'Office',
resourceName: 'Room',
bookingStart: 'Reservation Start',
bookingEnd: 'Reservation End',
unlockTimestamp: 'Unlock Time',
lockTimestamp: 'Lock Time',
memberName: 'Member Name',
incidentType: 'Incident Type',
feeDescription: 'Fee description',
totalChargeFee: 'Total Fee',
};