Charges/invoices update
This commit is contained in:
@@ -6,6 +6,7 @@ export const UNLOCKED_INCIDENT_STANDALONE = 5;
|
||||
export const UNSCHEDULED_INCIDENT_STANDALONE = 6;
|
||||
export const BOOKING_MOVED_TO_ANOTHER_DAY = 7;
|
||||
export const BOOKING_SHORTENED = 8;
|
||||
export const BOOKING_CANCELED_LATE = 9;
|
||||
|
||||
export const incidentDescriptions = {};
|
||||
incidentDescriptions[UNLOCKED_INCIDENT_RELATED_WITH_RESERVATION] = 'User left door unlocked';
|
||||
@@ -15,6 +16,7 @@ incidentDescriptions[UNLOCKED_INCIDENT_STANDALONE] = 'User left door unlocked';
|
||||
incidentDescriptions[UNSCHEDULED_INCIDENT_STANDALONE] = 'Unscheduled use';
|
||||
incidentDescriptions[BOOKING_MOVED_TO_ANOTHER_DAY] = 'Reservation moved to another day';
|
||||
incidentDescriptions[BOOKING_SHORTENED] = 'Reservation shortened';
|
||||
incidentDescriptions[BOOKING_CANCELED_LATE] = 'Reservation canceled late';
|
||||
|
||||
export const incidentLevelDescriptions = {
|
||||
UNLOCKED_0: 'First month',
|
||||
|
||||
Reference in New Issue
Block a user