You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When order is created from back-office then 'id_employee' is entered in the order_history table.
So you can track which employee has created the order from back-office from order_history table.
@sumitwebkul
Thank you for your feedback
how to get the list of booking for a an employee?
in the statistics module can we have sales statistics per employee?
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: