Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Introduction

This page is a discussion for the implementation on how we register the reservation of seats in a location for a certain date and time.Currently there is a reservation possibility for rooms in a Hotel. It makes usage of the product -> fixedasset ->  techdatacalendar  entities for registration of location and availability. Reservations are stored in the order -> orderitem -> workEffort entities.

This is fine for rooms in a Hotel but this organization has the following problems:

  • There is a duplication of data for the reservation date in workeffort and the availability date in the techData calendar.
  • It does not cater for floorplans as is used in planes, cinemas and busses and in most restaurants.

 As suggested in the mailinglist,  it is proposed to add 3 more entities:

  1. accomodationMap
    This is a floorplan of a certain
  2. accomodationSpot
  3. accomodationClass
  • No labels