Skip to content

Commit

Permalink
v1.2.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit053 committed Sep 25, 2018
1 parent a739332 commit 37ce9bd
Show file tree
Hide file tree
Showing 1,887 changed files with 25,441 additions and 139,239 deletions.
135 changes: 92 additions & 43 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
####################################
# V1.2.0
####################################

## Added Features:

[+] CO : Qloapps is now GDPR compatible (changes are made in Qloapps according to Qloapps GDPR module).
[+] CO : wkfooterpaymentblock :: Created a controller where admin will be able to create payment Blocks.
[+] CO : wkfooterpaymentblock :: Admin will be able to enter Name , image and status of the payment block.
[+] CO : wkfooterpaymentblock :: Admin will be able to position the payment blocks and payment image blocks will be shown to the customer as per their positions.
[+] CO : Qloapps version compliancy code added for modules' installation

[+] FO : On contact us page, design is changed.
[+] FO : On contact us page contact header, contact content, global address are now dynamic. Enter values from AdminGeneralSettingsController.

[+] BO : Configuration to show/hide only one active hotel is added in location search panel in Hotel General Settings.


## Improved/changed features:

[+] CO : Missing multilang fields added where needed in Qloapps.
[+] CO : Tax name will be shown in the invoices now. (For GST purposes) - (enable tax breakdown is mandatory)
[+] CO : logo.gif needed in the modules (module author:webkul)
[+] CO : Removed prestashop from all the pages and emails of Qloapps.
[+] CO : Changed all links of Qloapps according to the qloapps.com.
[+] CO : Stopped sending info to prestashop while installation.

[+] BO : Seperate configuration panel is made for location search panel in Hotel General Settings.


## Bug/Issues Resolved:

[-] CO : Resolved :: Theme compilation issue on ajax while Qloapps installation
[-] CO : Resolved :: Notice on Calls to functions Product::getProducts() in wkhoteleoom and Product::getSimpleProducts() in HotelHelper.php while installation of Qloapps.[Trying to get property of non-object]

[-] CO : Resolved :: hotelreservationsystem - Parent:: replaced with parent:: in classes/hotelHotelBranchInformation.php which was creating problems in installation.

[-] CO : Resolved :: RecursiveDirectoryIterator::__construct(/var/www/html/themes/hotel-theme/): failed to open dir While installation.

[-] BO : Resolved :: hotelreservationsystem:: Hotel images not saved while saving hotel details.
[-] BO : Resolved :: hotelreservationsystem - $max_phone_digit is undefined issue resolved on hotel creation form.
[-] BO : Resolved :: hotelreservationsystem:: HotelBookingDetail.php : phone number sent as string '0987654321'from 0987654321. Giving error while installing Qloapps with php7.0.0 .

[-] BO : Resolved :: wktestimonialblock:: Error while saving or updating testimonials by admin.
[-] BO : Resolved :: array_column is removed from AdminProductController [php version compatibility issue].

[-] FO : Resolved :: Undefined index: total_rooms_in_cart at blockcart.tpl.


####################################
# V1.1.1
####################################
Expand Down Expand Up @@ -47,40 +96,40 @@
[*] MO : hotelreservationsystem->HotelRoomTypeFeaturePricing.php :deleteFeaturePriceByIdProduct(), getFeaturePriceInfo() are added.
[*] MO : hotelreservationsystem->HotelBookingDetails.php : getBookingData() ..... $room_type = 0 (default value of room_type added)

[+] MO : hotelreservationsystem::AdminAddHotelController.php - addCategory() is moved at HotelBranchInformation.php and image save changes.
[+] MO : hotelreservationsystem::AdminProductsController.php - ajaxProcessDeleteHotelRoom() changed.
[+] MO : hotelreservationsystem::AdminHotelRoomsBookingController.php - renderView() changes for booking data is null.
[+] MO : hotelreservationsystem::AdminHotelFeaturePricesSettings.php - Below code is removed because impact price can be greater then 100% : if ($priceImpactType == 1) {
[+] CO : hotelreservationsystem::AdminAddHotelController.php - addCategory() is moved at HotelBranchInformation.php and image save changes.
[+] CO : hotelreservationsystem::AdminProductsController.php - ajaxProcessDeleteHotelRoom() changed.
[+] CO : hotelreservationsystem::AdminHotelRoomsBookingController.php - renderView() changes for booking data is null.
[+] CO : hotelreservationsystem::AdminHotelFeaturePricesSettings.php - Below code is removed because impact price can be greater then 100% : if ($priceImpactType == 1) {
if ($impactValue > 100) {
$this->errors[] = $this->l('Invalid value of impact percentage.');
}
}

[+] MO : wkroomsearchblock::autocompletesearch.php - changes for the hotel search panel(id_hotel sent in the ajax request).
[+] CO : wkroomsearchblock::autocompletesearch.php - changes for the hotel search panel(id_hotel sent in the ajax request).

[+] MO : bankwire::bankwire.php - hookPaymentReturn() changed (seller wise order split).
[+] MO : cheque::cheque.php - hookPaymentReturn() changed (seller wise order split).
[+] CO : bankwire::bankwire.php - hookPaymentReturn() changed (seller wise order split).
[+] CO : cheque::cheque.php - hookPaymentReturn() changed (seller wise order split).

[+] MO : hotelreservationsystem - double codes remove in form.tpl(modules/hotelreservationsystem/views/templates/ admin/ hotel_feature_prices_settings/helpers/form/form.tpl)
[+] MO : hotelreservationsystem::AdminHotelRoomsBookingController: form.tpl - renderView() changes for booking data is null.
[+] MO : hotelreservationsystem::from.tpl :: AdminAddHotelController.php - Changes for tabs (hotel information and images tabs)
[+] MO : hotelreservationsystem::roomSearchWrapper.tpl - changes for the hotel search panel (id_hotel sent in the ajax request)
[+] MO : htlfiltersearchblock::htlfiltersearchblock.tpl - changes for the hotel search panel (id_hotel sent in the ajax request)
[+] CO : hotelreservationsystem - double codes remove in form.tpl(modules/hotelreservationsystem/views/templates/ admin/ hotel_feature_prices_settings/helpers/form/form.tpl)
[+] CO : hotelreservationsystem::AdminHotelRoomsBookingController: form.tpl - renderView() changes for booking data is null.
[+] CO : hotelreservationsystem::from.tpl :: AdminAddHotelController.php - Changes for tabs (hotel information and images tabs)
[+] CO : hotelreservationsystem::roomSearchWrapper.tpl - changes for the hotel search panel (id_hotel sent in the ajax request)
[+] CO : htlfiltersearchblock::htlfiltersearchblock.tpl - changes for the hotel search panel (id_hotel sent in the ajax request)


[+] MO : hotelreservationsystem::HotelReservationAdmin.css - css added For images save and delete
[+] CO : hotelreservationsystem::HotelReservationAdmin.css - css added For images save and delete


[+] MO : hotelreservationsystem::HotelReservationAdmin.js - js added For images save and delete changes
[+] MO : hotelreservationsystem::HotelReservationAdmin.js - For booking Calendar and datepicker changes when booking data is null
[+] MO : hotelreservationsystem::roomSearchBlock.js - changes for the hotel search panel (id_hotel sent in the ajax request)
[+] CO : hotelreservationsystem::HotelReservationAdmin.js - js added For images save and delete changes
[+] CO : hotelreservationsystem::HotelReservationAdmin.js - For booking Calendar and datepicker changes when booking data is null
[+] CO : hotelreservationsystem::roomSearchBlock.js - changes for the hotel search panel (id_hotel sent in the ajax request)


## Bug/Issues Resolved:

[-] BO : Resolved :: submitHandler: function(form) removed at line 257 (admin/themes/default/template/controllers/product/form/form.tpl) o resolve Room Type not always saved while saving fron the backoffice.

[+] MO : wkhotelroom::WkHotelRoomDisplay.php - deleteRoomByIdProduct() function is turned to static becuase at the time of product delete this function is throwing error.
[+] CO : wkhotelroom::WkHotelRoomDisplay.php - deleteRoomByIdProduct() function is turned to static becuase at the time of product delete this function is throwing error.


####################################
Expand All @@ -102,24 +151,24 @@

[+] FO : OrderConfirmationController, OrderOpcController, OrderDetailsController and ProductControler are modified for feature price functionality. display files of the controllers also modified.

[+] MO : hotelreservationsystem : ChannelManagerServices.php is added.
[+] MO : hotelreservationsystem : ChannelOrderPayment.php is added.
[+] MO : hotelreservationsystem : HotelCustomerAdvancedProductPayment.php is added.
[+] MO : hotelreservationsystem : HotelRoomDisableDates.php is added.
[+] MO : hotelreservationsystem : QloWebservice.php is added.
[+] MO : hotelreservationsystem : WebserviceSpecificManagementQlo.php is added.

[+] MO : hotelreservationsystem : ChannelManagerServices.php is added.
[+] MO : hotelreservationsystem : HotelRoomTypeFeaturePricing.php is added.
[+] MO : hotelreservationsystem : ChannelOrderPayment.php is added.
[+] MO : hotelreservationsystem : getRoomMinAdvPaymentAmount() is added in HotelAdvancedPayment.php.
[+] MO : hotelreservationsystem : createQloAppsBookingByChannels(), createQloCustomerChannelCustomerInfo(), createQloCustomerAddressByChannelCustomerInfo(), createQloCartForBookingFromChannel(), ProcessCreateQloOrderForChannelBooking() are added for Qloapps Api need in HotelBookingDetails.php.
[+] MO : hotelreservationsystem : 'total_price_tax_excl' and 'total_price_tax_incl' columns are added in `htl_booking_detail` table to store the booking time price.
[+] MO : hotelreservationsystem : getProductFeaturePricePlanByDateByPriority(), getHotelCartBookingData() are added in HotelCartBookingData.php.
[+] MO : hotelreservationsystem : 'disabled_dates' column is added in the table `htl_room_information`.
[+] MO : hotelreservationsystem : getRoomTypeAvailableRoomsForDateRange(), getRoomTypeDisabledRoomsForDateRange(), getRoomTypeBookedRoomsForDateRange() are added in HotelRoomInformation.php.
[+] MO : hotelreservationsystem : room status 'Hold For Maintenance is replace with 'Temporary incative';
[+] MO : hotelreservationsystem : AdminHotelRoomsBookingController.php and AdminOrderRefundRequestsController.php are changed to make compatible with feature price functionality.
[+] CO : hotelreservationsystem : ChannelManagerServices.php is added.
[+] CO : hotelreservationsystem : ChannelOrderPayment.php is added.
[+] CO : hotelreservationsystem : HotelCustomerAdvancedProductPayment.php is added.
[+] CO : hotelreservationsystem : HotelRoomDisableDates.php is added.
[+] CO : hotelreservationsystem : QloWebservice.php is added.
[+] CO : hotelreservationsystem : WebserviceSpecificManagementQlo.php is added.

[+] CO : hotelreservationsystem : ChannelManagerServices.php is added.
[+] CO : hotelreservationsystem : HotelRoomTypeFeaturePricing.php is added.
[+] CO : hotelreservationsystem : ChannelOrderPayment.php is added.
[+] CO : hotelreservationsystem : getRoomMinAdvPaymentAmount() is added in HotelAdvancedPayment.php.
[+] CO : hotelreservationsystem : createQloAppsBookingByChannels(), createQloCustomerChannelCustomerInfo(), createQloCustomerAddressByChannelCustomerInfo(), createQloCartForBookingFromChannel(), ProcessCreateQloOrderForChannelBooking() are added for Qloapps Api need in HotelBookingDetails.php.
[+] CO : hotelreservationsystem : 'total_price_tax_excl' and 'total_price_tax_incl' columns are added in `htl_booking_detail` table to store the booking time price.
[+] CO : hotelreservationsystem : getProductFeaturePricePlanByDateByPriority(), getHotelCartBookingData() are added in HotelCartBookingData.php.
[+] CO : hotelreservationsystem : 'disabled_dates' column is added in the table `htl_room_information`.
[+] CO : hotelreservationsystem : getRoomTypeAvailableRoomsForDateRange(), getRoomTypeDisabledRoomsForDateRange(), getRoomTypeBookedRoomsForDateRange() are added in HotelRoomInformation.php.
[+] CO : hotelreservationsystem : room status 'Hold For Maintenance is replace with 'Temporary incative';
[+] CO : hotelreservationsystem : AdminHotelRoomsBookingController.php and AdminOrderRefundRequestsController.php are changed to make compatible with feature price functionality.

## Improved/changed features:

Expand Down Expand Up @@ -180,14 +229,14 @@
[+] BO : Order Restrict functionality is added.
[+] BO : Order Edit id added.

[+] MO : wkpaypaladaptive : Added Feature Admin can refund full transaction.
[+] MO : wkpaypaladaptive : Order is created by IPN.
[+] MO : Added wkhotelroom
[+] MO : Added wkfooteraboutblock
[+] MO : Added wkfooterexploreblock
[+] MO : Added wkfooternotificationblock
[+] MO : Added wkfooterpaymentblock
[+] MO : hotelreservationsystem : Added Settings tab to centralize all configurations.
[+] CO : wkpaypaladaptive : Added Feature Admin can refund full transaction.
[+] CO : wkpaypaladaptive : Order is created by IPN.
[+] CO : Added wkhotelroom
[+] CO : Added wkfooteraboutblock
[+] CO : Added wkfooterexploreblock
[+] CO : Added wkfooternotificationblock
[+] CO : Added wkfooterpaymentblock
[+] CO : hotelreservationsystem : Added Settings tab to centralize all configurations.


## Improved/changed features:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<button data-dismiss="alert" class="close" type="button">×</button>
<h4>{l s='Disclaimer before creating a new backup'}</h4>
<ol>
<li>{l s='PrestaShop is not responsible for your database, its backups and/or recovery.'}</li>
<li>{l s='PrestaShop is open-source software. You are using it at your own risk under the license agreement.'}</li>
<li>{l s='Qloapps is not responsible for your database, its backups and/or recovery.'}</li>
<li>{l s='Qloapps is open-source software. You are using it at your own risk under the license agreement.'}</li>
<li>{l s='You should back up your data on a regular basis (both files and database).'}</li>
<li>{l s='This function only backs up your database, not your files.'}</li>
<li>{l s='By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).'}</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,43 +89,26 @@
</div>
<div class="col-md-8 col-lg-7" id="hookDashboardZoneTwo">
{$hookDashboardZoneTwo}
<div id="dashaddons" class="row-margin-bottom">
<a href="http://addons.prestashop.com/en/209-dashboards?utm_source=back-office&amp;utm_medium=dashboard&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">
<i class="icon-plus"></i> {l s='Add more dashboard modules'}
</a>
</div>
</div>
<div class="col-md-12 col-lg-2">
{$hookDashboardZoneThree}
<section class="dash_news panel">
<h3><i class="icon-rss"></i> {l s='PrestaShop News'}</h3>
<div class="dash_news_content"></div>
<div class="text-center"><h4><a href="http://www.prestashop.com/blog/" onclick="return !window.open(this.href);">{l s='Find more news'}</a></h4></div>
</section>
<section id="dash_version" class="visible-lg">
<iframe style="overflow:hidden;border:none" src="{$new_version_url|escape:'html':'UTF-8'}" ></iframe>
</section>
<section class="dash_links panel">
<h3><i class="icon-link"></i> {l s="Useful links"}</h3>
<dl>
<dt><a href="http://doc.prestashop.com/display/PS16?utm_source=back-office&amp;utm_medium=dashboard&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="Official Documentation"}</a></dt>
<dd>{l s="User, Developer and Designer Guides"}</dd>
</dl>
<dl>
<dt><a href="http://www.prestashop.com/forums?utm_source=back-office&amp;utm_medium=dashboard&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="PrestaShop Forum"}</a></dt>
<dd>{l s="Connect with the PrestaShop community"}</dd>
<dt><a href="https://qloapps.com/qlo-reservation-system/" class="_blank">{l s="Official Documentation"}</a></dt>
<dd>{l s="Qloapps User Guide"}</dd>
</dl>
<dl>
<dt><a href="http://addons.prestashop.com?utm_source=back-office&amp;utm_medium=dashboard&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="PrestaShop Addons"}</a></dt>
<dd>{l s="Enhance your store with templates & modules"}</dd>
<dt><a href="https://forums.qloapps.com/" class="_blank">{l s="Qloapps Forum"}</a></dt>
<dd>{l s="Connect with the Qloapps community"}</dd>
</dl>
<dl>
<dt><a href="http://forge.prestashop.com?utm_source=back-office&amp;utm_medium=dashboard&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="The Forge"}</a></dt>
<dd>{l s="Report issues in the Bug Tracker"}</dd>
<dt><a href="https://store.webkul.com/Qloapps.html" class="_blank">{l s="Qloapps Addons"}</a></dt>
<dd>{l s="Enhance your store Qloapps modules"}</dd>
</dl>
<dl>
<dt><a href="http://www.prestashop.com/en/contact-us?utm_source=back-office&amp;utm_medium=dashboard&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="Contact Us!"}</a></dt>
<dd></dd>
<dt><a href="https://qloapps.com/#contact" class="_blank">{l s="Contact Us!"}</a></dt>
<dd>{l s="Contact us for any help"}</dd>
</dl>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,7 @@
{extends file="helpers/form/form.tpl"}

{block name="field"}
{if $input.type == 'prestashop_addons'}
<div class="col-lg-{if isset($input.col)}{$input.col|intval}{else}9{/if} {if !isset($input.label)}col-lg-offset-3{/if}">
{if isset($logged_on_addons) && $logged_on_addons}
<p><i class="icon-user"></i>{l s='You are currently connected as %s' sprintf=$username_addons}</p>
<a class="btn btn-default" href="#" id="addons_logout_button">
<i class="icon-signout"></i> {l s='Sign out from PrestaShop Addons'}
</a>
{else}
<a class="btn btn-default" data-toggle="modal" href="#" data-target="#modal_addons_connect">
<i class="icon-signout"></i> {l s='Sign in'}
</a>
{/if}
</div>
{else}
{$smarty.block.parent}
{/if}
{$smarty.block.parent}
{/block}

{block name="input"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
</h3>
<div class="alert alert-info">
<ul class="list-unstyled">
<li>{l s='You can read information on CSV import at:'}
{* <li>{l s='You can read information on CSV import at:'}
<a href="http://doc.prestashop.com/display/PS16/CSV+Import+Parameters" class="_blank">http://doc.prestashop.com/display/PS16/CSV+Import+Parameters</a>
</li>
</li> *}
<li>{l s='Read more about the CSV format at:'}
<a href="http://en.wikipedia.org/wiki/Comma-separated_values" class="_blank">http://en.wikipedia.org/wiki/Comma-separated_values</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
{l s='Store information'}
</h3>
<p>
<strong>{l s='PrestaShop version:'}</strong> {$shop.ps|escape:'html':'UTF-8'}
<strong>{l s='Qloapps version:'}</strong> {$shop.qloappsV|escape:'html':'UTF-8'}
</p>
<p>
<strong>{l s='Shop URL:'}</strong> {$shop.url|escape:'html':'UTF-8'}
Expand Down
6 changes: 3 additions & 3 deletions admin/themes/default/template/controllers/login/content.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h1 class="text-center">
<img id="logo" src="{$img_dir}[email protected]" width="123px" alt="PrestaShop" />
</h1>
<div class="text-center">{$ps_version}</div>
<div class="text-center">{$qloapps_version}</div>
<div id="error" class="hide alert alert-danger">
{if isset($errors)}
<h4>
Expand Down Expand Up @@ -135,8 +135,8 @@
{hook h="displayAdminLogin"}
<div id="login-footer">
<p class="text-center text-muted">
<a href="http://www.prestashop.com/" onclick="return !window.open(this.href);">
&copy; PrestaShop&#8482; 2007-{$smarty.now|date_format:"%Y"} - All rights reserved
<a href="https://webkul.com/" onclick="return !window.open(this.href);">
&copy; Webkul&#8482; 2015-{$smarty.now|date_format:"%Y"} - All rights reserved
</a>
</p>
<p class="text-center">
Expand Down
Loading

0 comments on commit 37ce9bd

Please sign in to comment.