Hi, Great Module

Is there a way to expose the orders [check-in] dates, there order relationships, and user arguments to views?

Then if you could create a calendar view for every hotel type node you created, Showing the order no# in every day from [check-in] to [check-out].

Comments

larowlan’s picture

Not yet, at the moment the data goes via the ubercart 'data' column in the database which is a serialized array. Not sure if this is exposed to views at present. This is planned as part of the update to allow admin users to manually check out rooms etc.

vlooivlerke’s picture

I had a look at uc_views.module. It exposes quit allot of information about an order, also linking the user to the order.

But I will wait for the update then.

Thanks

vp143’s picture

Hi there, firstly greate module!!

I am looking for back end functionality such as viewing bookings by day. I havent found any module yet- do you know of any that will work with uc_hotel?

I was also thinking of like the previous commenter to use views to show such a report. As you have mentioned, the checkin information is within the data column. Do you have an ETA on when this may change?

larowlan’s picture

I've written the code as part of a spinoff module for jewelery rentals, just need to port it back to uc_hotel, will write myself a reminder.

vp143’s picture

Great news! Any thoughts on which version of uc_hotel this might appear in?

afagioli’s picture

If we are talking about the use case "Who is arriving to my hotel?",
you can check http://www.fagioli.biz/node/301

hope this will help

larowlan’s picture

Issue tags: +Release blocker

tagging as release blocker, just need to find time - will make it into beta5

sweimer’s picture

larowlan (pr anyone else that may have an answer)

Great job on this module...and great job maintaining it. As I searched through all the issues, you are as good as anyone I've seen at responding and helping with issues.

I'm wondering if there is any progress on this issue. I'm trying to build a Check-In Dashboard or Calendar for the hotel staff to use when customers arrive. I hoping to use views and am trying to figure out how to access the CHECK IN, CHECK OUT and ROOM TYPE fields in views.

Any thoughts?

sweimer

larowlan’s picture

Hi
Yeah this is done including integration with calendar module and uc_views.
You can make things like 'Arriving today' blocks or a calendar of all arrivals etc.
The code also adds the ability to 'edit' bookings and create new ones from the ubercart interface.
Just have to commit it - will try and find time for this next week - are truly flat out at the moment.
At the moment it's 6.x-4.x branch because really new features belong in a new branch.
I think I should roll a new 6.x.2.0-beta5 (even though I wanted to fix the addons module first) and roll this as a 6.x-4.0-alpha1.
The 3.x branch removes the pricing from the hotel_booking module and allows other modules to define pricing models.
LR

larowlan’s picture

Happy to take feedback on module release numbering too - feel free to leave comments etc.

larowlan’s picture

Status: Active » Fixed

This committed as 6.x-4.0-alpha1 - includes sub module hotel_booking_views that requires uc_views and calendar module and provides integration with calendar and views for bookings.
Note also features ability to edit and add bookings via the ubercart interface.

sweimer’s picture

thanks for the update. i look forward to playing with it.

sweimer’s picture

larowlan

Thanks for adding the ability for a calendar view. I'm still struggling to find checkin date or nights as views field options to drive the calendar. how did you get that to work?

sweimer

galiavni’s picture

Version: 6.x-2.x-dev » 6.x-4.0-alpha1
Category: feature » support

Hi
I installed the uc_hotel 6.x-4.0 alapha1

Can you please tell me how do I present the availabilty calendar on views ?
Which component should I pick ?

Also , it seems that there is no component in Views for the "book now " button
Am I wrong ?
Please help me

Thank you
Gali

larowlan’s picture

@sweimer, you need a view based on the ubercart order products (not based on nodes). Then the fields are available.
@galiavni, the views support is not for the availability calendars, instead it is for orders.

Status: Fixed » Closed (fixed)
Issue tags: -Release blocker

Automatically closed -- issue fixed for 2 weeks with no activity.