* chore: remove deprecated and empty QUnit tests
* ci: fix UI test config
Testing library was added on Frappe, in order to reuse command testing
library has to be installed during setup process.
* Remove quotes from sql to make it compatible with postgres as well
* Fix queries
- Replace mysql specifc queries with standard ones
* Make repo URL chages to test pg-poc
* Add root passowrd to test site config
* Fix quotes issue
* Remove debug flag from a pricing rule query
* Remove python 3.6 version from travis.yml
* Fix improper query issue
* Fix incorrect query
* Fix a query
- This fix need to be changed when we will start supporting postgres
since date_format is not supported by postgres
* Get price list map as dict
* Convert price_list_currency_map to dict
* Patch to create Property Setter for existing naming series
* Update existing naming series options with new
* Add patch link to patches.txt
* Update patch
* Fix codacy
* Fix as per suggestions
* Remove old patch for property setter
* Improve as per suggested
- Modified the naming
- Also refactored naming for doctypes having autoname with series
- Added a patch to make property setter for autoname
* Fix Travis
* Rebase with develop
* [new-module] hotels, start
* Multiple Changes
Hotel Settings Added
Make invoice on Hotel Reservation
* Hotel Room validation for overbooking
* Added test fixtures and test for Hotels
* Added Tests for Hotels
Overbooking
Pricing not set
* [WIP] Documentation
Hotel Room and Screenshot
* Added Calendar view for Hotel Room Reservation
* Added Report - Hotel Room Occupancy
* Added Hotel Reservation User in Hospitality domain