Skip to content
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

Open
wdammak opened this issue Jan 18, 2023 · 3 comments
Open

Add id_employee to HotelBookingDetail #508

wdammak opened this issue Jan 18, 2023 · 3 comments

Comments

@wdammak
Copy link
Contributor

wdammak commented Jan 18, 2023

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?

@sumitwebkul
Copy link
Contributor

@wdammak

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.

@wdammak wdammak closed this as completed Jan 20, 2023
@wdammak wdammak reopened this Jan 20, 2023
@wdammak
Copy link
Contributor Author

wdammak commented Jan 20, 2023

@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?

@shreesh-webkul
Copy link
Contributor

shreesh-webkul commented May 20, 2024

Currently, there is no default option to get bookings or sales data employee wise.
We have noted your feature for future improvements of Qloapps.

Thank you for your contribution and suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants