marescanog / Capstone805

Project Repository for Capstone Database AD course Hotel Reservation Web App
0 stars 0 forks source link

Load Reservation Details into reservations page #138

Open marescanog opened 6 months ago

marescanog commented 6 months ago

check if date is beyond, if date is beyond you can still cancel. if not then you cannot cancel

if user cancels within 3 days, a cancellation fee applies,

if user changes date within 3 days a penalty applies.

can only change dates for a room that is available on those days

marescanog commented 6 months ago

Reservations Details loading is done

Pending Saving of data & editing of forms

marescanog commented 6 months ago

completed javascript