I recently opened a travel agency and I need a database but don't have the money yet to have it done by a professional...
A very basic thing will do until I can have it done better.
We do "Transfer" services from airport to hotel and "Tours" with everything arranged by us.
So far I guess I need Customers
, Transfer
, Tour Operation
and Booking
tables.
1) Customers will have the usual personal information
2) Transfer will contain info such as time
, flight number
, airport
and stuff like that.
3) Tour Operations refers to each and every single activity we arrange for this tour and it looks like date/city/description
(train to, train from, guide, entrance fee, taxi) / sales price / net price / profit / supplier (for example who's providing the guide, or what company is providing the taxi service)
4) Booking will be the main table and will contain
Booking No. | Date | Customer Name (Linked from the Customers table) | Type (Transfer or Tour) | Confirmed (Yes/No)| Invoice Sent (Yes/No)| Payment Received (Yes/No)
I have no idea how to link these tables. 1 to many or many to whatever I tried looking up some stuff but I don't even know the basics and need someone's help to at least get started and get the hang of it.
Please help me if it's not too much.
Thank you!