CAPSTONE-2022-2023 / Group_24

group-24.vercel.app
0 stars 0 forks source link

As an employee, I want to view days a customer is staying, so that I can make the bill accordingly #18

Closed assangha closed 1 year ago

assangha commented 1 year ago

Description

When a reservation is made, the number of days staying needs to be calculated, and then a bill should be generated according to the room selected. When a bill is ready, then the user is redirected to the payment method. A copy of the bill will be emailed to the customer's email.

Acceptance Criteria

The billing page should show the customer's details along with the room booked and the total number of days they are staying.

Testing Criteria

Email should be received by the customer showing information on the billing page.

marceljar commented 1 year ago

Accepted. Payment to be implemented in another sprint.

marceljar commented 1 year ago

Fully implemented!