ERPNext for Hotel

Please i want to know if anyone has implemented ERPnext for a hotel.
My challenge is trying to set room sales, I have tried using items to setup rooms, tried using sales order to sale the room, but how do i set item to be date dependent to avoid booking the same room twice on a particular date

@benjamin6300 According to the documentation, ERPNext has Hospitality modules that includes hotel rooms so no need for you to use the items as rooms.

The modules must be hidden since you have set the domain for the company to something that doesn’t need the hospitality modules. Search for Hotel doctype in the doctypes list.

https://docs.erpnext.com/docs/v14/user/manual/en/hospitality

https://docs.erpnext.com/docs/v14/user/manual/en/hospitality/hotel-room

The domain is not working, but the doctype is still there

I have tried that. Did all necessary settings but during booking the rooms shows not available for all the dates. please can you help?

@benjamin6300 Which ERPNext version are you using?

@benjamin6300 As far as I learned about the Hospitality modules from checking the source code, here are the steps you need to follow.

  1. Create the room types you want in Hotel Room Type doctype

  2. Create all the rooms in Hotel Room doctype and link each to a type from Hotel Room Type

  3. Create room packages in Hotel Room Package doctype and also link each to a type from Hotel Room Type. This will also create an Item that resembles the package for invoicing

  4. Create room pricings in Hotel Room Pricing doctype and link each pricing to an Item that was created earlier for room packages

  5. Finally, create reservations in Hotel Room Reservation doctype and again link each to an Item as done when creating the room pricings

There is a doctype called “Hotel Room Pricing Package” but I couldn’t figure out what it is used for.

I hope that I was helpful for you and that these steps resolve your problem.

3 Likes

Try this. Or maybe contact the developer. Seems they have done some hotel installation. I had tested the app. Seems fine. Still more needed.

2 Likes

@kid1194 code is fixed now. You can check now. I have installed new version yesterday. It is working for me.

Thanks. Check it out and do let us know your findings.

I try to install this but not works. at the time of app build it broken.

I am form hospitality background and I have implemented ERP systems for hotels, with my experience I personally do not recommend using ERPNext for hotels at the moment. There is a hospitality module in ERPNext, but it is in its early development stages and I don’t see much of a progress there. There could be very little development, until someone with functional knowledge steps in for the development. Hospitality is a complex industry.

3 Likes

If anyone is working towards the Hospitality Module in ERPNext. I’d be more than happy to get involved and provide functional guidelines. #erpnext:hospitality

Is the hospitality module discontinued?