Introduction to Software Engineering Class Practice 2nd Homework 3【Hotel Reservation】

  • A company wants to develop a hotel reservation system. The hotel can open deluxe double rooms, double rooms, triple rooms and single rooms to the outside world. Room prices can be adjusted according to the situation, but the discounts for half price from Monday to Friday and full price on weekends remain unchanged.
  • For customer requests, the system should be able to reserve rooms of the specified grade according to the request , record the passenger's name, address, contact number, valid ID number, room type, check-in date and number of days, and calculate the total cost. Passengers must submit a 10% deposit at the time of booking.
  • The hotel allows the guest to cancel the reservation before the scheduled check-in date. All deposits can be refunded more than 12 hours after check-in, otherwise the deposit will not be refunded.
  • Every Monday the system automatically prints a list of reservations for the week . What kind of payment method and what type of operation interface is used is still uncertain.

​​​

Guess you like

Origin blog.csdn.net/weixin_44949135/article/details/111185106