mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
remove all bill related stuff
This commit is contained in:
12
db/enums.ts
12
db/enums.ts
@@ -5,18 +5,6 @@ export enum BOOKING_STATUS {
|
||||
CANCELED = 'canceled',
|
||||
}
|
||||
|
||||
export enum BILL_STATUS {
|
||||
UNINVOICED = 'uninvoiced',
|
||||
INVOICED = 'invoiced',
|
||||
PAID = 'paid',
|
||||
}
|
||||
|
||||
export enum MILAGE_TARIFS {
|
||||
INTERN = 'intern',
|
||||
EXTERN = 'extern',
|
||||
NOCHARGE = 'nocharge',
|
||||
}
|
||||
|
||||
export enum VALIDATION_ERRORS {
|
||||
AT_LEAST_ONE_DAY_BOOKED = 'atLeastOneDayBooked',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user