Random data: https://mockaroo.com/
for i in bill: for j in range(1, len(bill)): if i['name'] == bill[j]['name']: i['amount'] += bill[j]['amount'] bill.pop(j)
- Billing Date of checkout, date of checkin - done
- Bill Number - done
- Add a room manually if not available.
- check updation of rooms/checkin_stat etc. - done
(04-02-2022)
- changed table names in add-admins.py
- added auto_increment to
hotel_db
.users
.id
Working logic for confirm reservation - done Both the admin and user booking forms need room preference added to db - done add random room based on pref on check_in -> In case room not available, notify and give option for custom adding. - done