Hi,

We're running Drupal 6.22 and MERCI 6.x-2.0-beta11. All products are resources (not bucket).

What we are wanting to achieve is a list of products shown on the left, and a status bar to the right (by date on the top). Here's an example of the sort of display that we are after: http://drupal.org/node/903772 - so what we are after kind of looks like a Gantt chart, though it would have several bars to indicate multiple bookings for each resource.

Our objective is to use MERCI to display a summary of all of the productions and the availability by colour code, (Where products are available, booked, being serviced etc).

We like the look of this: http://drupal.org/node/426872 and have read this post: http://drupal.org/node/1317354 where it says that to generate that look a 'theme' is used and not a view (That confuses me - I would have thought a view would have generated it...)

We've been working on this for quite a while and cannot seem to locate a solution.

Any help is appreciated.

Comments

darrick’s picture

Take a look at the views provided by the merci_calendar_view module. The view will return currently reserved resources for a time frame (day, week, etc.). The function merci_build_reservable_items($node, $form_state, $reservation_nid = NULL); can be called to get a list of all items the user may reserve.