-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add id_employee to HotelBookingDetail #508
Comments
When order is created from back-office then 'id_employee' is entered in the order_history table. |
@sumitwebkul |
Currently, there is no default option to get bookings or sales data employee wise. Thank you for your contribution and suggestion. |
When an employee adds a reservation for a customer in the backoffice, we must recognize this operation with the id_employee who reserved the room for the customer.
This reservation can be made on backoffice in the reception of the hotel by an employee to an existing customer.
This also helps to avoid fraud by employees who can book in the administration without being traced or collecting payment.
This is very important unless there is another method that already exists and I am unaware of it?
The text was updated successfully, but these errors were encountered: