purwaren / ihram-front-desk

Front office / Front desk module for IHRAM
GNU General Public License v3.0
3 stars 1 forks source link

Reservation #1

Open sumayyah42 opened 5 years ago

sumayyah42 commented 5 years ago
  1. Create Customer - Individu Form:

    • Full name
    • Identity type
    • Identity number
    • Gender
    • Phone
    • Email
  2. Create Customer - Company/Group Form:

    • Full name
    • Company/group name
    • Phone
    • Email
  3. Regular Reservation Form:

    • Select customer
    • Reservation type
    • Expected arrival
    • Expected departure ----can be add > 1------
    • Adult
    • Child
    • Room type
    • Bed type
    • Payment type
  4. Duplicate Reservation

  5. Update Reservation

anra54 commented 5 years ago

DONE!

sumayyah42 commented 5 years ago

status for reservation 0 : created/reserved 1 : confirmed/check in 2 : in house/stay 3 : finish/check out 4 : cancel

sumayyah42 commented 5 years ago

@anra54 opsi payment type

sumayyah42 commented 5 years ago

Edit room rate: tambahkan field from_date dan to_date

sumayyah42 commented 5 years ago

image ubah tampilan status menjadi labelnya (created, check in, dll)

anra54 commented 5 years ago

@sumayyah42 tipe data status diubah dari int jadi string bu?

sumayyah42 commented 5 years ago

@anra54 tambah action cancel reservation yang mengubah status reservasi. Dikasih modal confirmation dulu sebelumnya.

sumayyah42 commented 5 years ago

@anra54 Resevation yang bisa di cancel hanya reservation berstatus created. Jika sudah berstatus confirmed, stay, atau finish, reservation tidak bisa di cancel.