first stab on bill model

This commit is contained in:
Thomas Ruoff
2020-09-30 00:18:08 +02:00
committed by Thomas Ruoff
parent 7c6dc610b8
commit 2e73875d37
11 changed files with 112 additions and 100 deletions

View File

@@ -3,7 +3,7 @@ import React, { useEffect, useState } from 'react'
import Footer from '../../components/footer'
import Header from '../../components/header'
import { BookingDocument } from '../../db/booking'
import { BOOKING_STATUS } from '../../db/bookingStatus'
import { BOOKING_STATUS } from '../../db/enums'
import { getBookingByUUID } from '../../db/index'
import { dateFormatFrontend } from '../../helpers/date'