Elxis CMS Forum

Support => General => Topic started by: datahell on February 15, 2020, 21:01:35

Title: IOS Hotels v3.0 development
Post by: datahell on February 15, 2020, 21:01:35
I have started developing IOS Hotels next generation (3.x series). IOS Hotels v3.0 is built on the same principle as IOS Rentals (https://www.isopensource.com/shop/software/12.html) 1.x and IOS AERO (https://www.isopensource.com/shop/software/13.html) 1.x.
The development of the administration section of IOS Hotels v3.0 is already complete and fully functional.
I currently work on hoteliers control panel. The access system and the general design of the hoteliers control panel is ready.
Version 3.0 is been recreated from scratch and it will not be compatible to the old v2.x series although a data transfer from v2.6 might be possible with some effort (but not full data import). As for the general management of hoteliers and the access system, which are complete, here are some notes:

1. The administrator creates hotelier accounts.
2. Each hotelier can have unlimited hotels.
3. Only the administrator can add new hotels. This is done with just a few basic data in less than 30 seconds per hotel.
4. The administrator creates user accounts and assign them to hoteliers.
5. A user can be a standard user or a power user. The permissions of each user role are controlled separately for each hotelier (eg. power users can manage hotels, while standard user cannot).
6. These users can login in hotelier's control panel for which they have access to. Site managers and administrators can login in any hotelier/hotel account.
7. All the rest data (hotel details, rooms, prices, etc) can be managed by the hotelier users (where they have access) or the site administrators/managers from hoteliers control panel.

I attach 2 screenshots. To get know IOS control panel interface you can see IOS Rentals and IOS AERO demo site (https://demo.isopensource.com).
Title: Re: IOS Hotels v3.0 development
Post by: datahell on April 25, 2020, 21:58:53
Hoteliers control panel for IOS Hotels v3 is (almost) ready.
I attach a screenshot from dashboard page. All graphs and tables have advanced functionality in order to get much information about your hotel with less effort. Built 100%on Elxis 5.x framework ;-)

(https://www.isopensource.com/various/ios_hotels_v3_dashboard.jpg)
Title: Re: IOS Hotels v3.0 development
Post by: bledi on April 25, 2020, 23:34:48
Hello datahell
I am looking forward to this version, how about room price calculation?
Will it be the same as previous version?
Title: Re: IOS Hotels v3.0 development
Post by: datahell on April 26, 2020, 11:05:55
I don't know what exactly you mean but there are MANY changes in comparison to version 2.x. Version 3.x is absolutely brand new software, developed from 0. And yes, the price calculation, mostly regarding applied discounts, is different. If you re-phrase your question to be more specific I can you give a better answer. I attach a screenshot from reservation edit page. If you pay attention to the screenshot you can book on a single reservation more than 1 rooms (up to 5, each with its own guests information).

(https://www.isopensource.com/various/ios_hotels_v3_edit_reservation.jpg)
Title: Re: IOS Hotels v3.0 development
Post by: bledi on April 26, 2020, 21:26:33
Hello datahell.
The only problem we in our office had was the manual calculation of the room prices.
we had in our website 120 hotels, each of them has 2,3,4,5,6 types of rooms. (ex. https://bit.ly/2S6bLGT )
I need minimum 2 people to work 2 months only calculating manually each room.
Instead the system can do it automatically if i insert the adult price and discounts in % for the others:
Adult 1 = 50 Eur
Adult 2= 50 eur
Adult 3= 20% off
Chd 1= 30% off
chd 2= 50% off.
And total room prices calculates automatically. That makes it very easy, and quick. :D.
Maybe for small number of hotels, with not too many rooms, it is ok...it depends what work needs from your side, and how much worth is for everybody.



Title: Re: IOS Hotels v3.0 development
Post by: datahell on April 28, 2020, 21:59:13
IOS Hotels has import/export prices functionality (as XML). The customers could create these files, send them to you and then import them into IOS Hotels. Moreover you can copy prices from one year to an other.

XML format is like this (IOS Hotels v3)
<pricerates>
   <pricerate>
      <sdate>2020121</sdate>
      <edate>2020151</edate>
      <sdatestd>2020-05-01</sdatestd>
      <edatestd>2020-05-31</edatestd>
      <price>50.00</price>
      <price2>0.00</price2>
      ...
      <price30>0.00</price30>
      <minstay>8</minstay>
      <earlybook>1</earlybook>
      <longstay>1</longstay>
      <fullamount>1</fullamount>
      <weekday>1</weekday>
   </pricerate>
</pricerates>