Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

we're operating in the hotel business and like to develop some kind of Channel Manager or Channel Distribution Software for our customers.

The goal of the software is to have a central place managing your rooms / offers and push them to international platforms via XML / XML-RPC interfaces for example to booking.com, holidaycheck.com etc.

I already found some companies out there which are offering this kind of service (SaaS) but still i'm curious why there isn't any open source solution for this.

I am NOT looking for a hotel management software but a channel distribution management!

Does anybody know anything about an open source solution to this issue?

Thank you in advance

share|improve this question

1 Answer

There isn't any reason why there can't be an oper source platform. The problem will always be that you need to have the agreement of at least 2 hotels to use the system in order to get it up and running with any of the top ota's. The specifications for connecting to them are available and although each ota has their own variant, the differences are easy to manage.

share|improve this answer
what does "ota" mean? – gnat Apr 12 at 10:01
1  
@gnat - just a guess based on context - 'online travel agent'? – Dan Pichelman Apr 12 at 14:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.