A feature rich Board for managing daily duties in the Hotel business. For customization, please mail: [email protected]
- Daily/Monthly Statistics
- Rateplan
- Competitor Check
- Budget Planning
- PDF Exports for RateSheet and Daily TaxForms
- CityTax Calculator (Berlin)
- Import Reports directly from Opera (XML)
You need a webserver (apache or nginx or whatever you prefer) and composer installed.
git clone https://github.com/primus852/HotelControlBoard
cd HotelControlBoard && composer install
- adjust DB Settings in
.env
or you enviroment variables for your webserver. - Create DB
php bin/console doctrine:schema:update --force
- Create SuperAdmin User
php bin/console fos:user:create testuser [email protected] p@ssword --super-admin
- Create additional Users
php bin/console fos:user:create normaluser [email protected] p@ssword
- Users that should be able to edit the Budget should have
ROLE_MANAGER
as well:php bin/console fos:user:promote normaluser ROLE_MANAGER
- For further user management see FOSUserBundle Command Line Tools
- go to
http://ip-of-your-server/
and login
- fixed Division by Zero in RateHandler
- fixed wrong checkout date on Rate Check
- Fixed Select Text Alignment
- adjusted colors for Rateplan
- added Screenshots
- added more Options to Ratetypes
- added RateQuery to Dashboard
- updated Dashboard
- fixed missing BF in Accomodation monthly
- highered precision in DB for floats
- added Roomnights to monthly Stats & Budget
- Added Budget Setting
- Added Budget (daily/monthly) to Dashboard
- Weatherforecast
- CityTax Calculator
- added City Tax Forms generator
- fixed Permission Issues for USER
- Initial Release
- Custom Logo Setting for Sheets
- Settings for CityTax
- Style continuity
- In-Panel Usermanagement (not via commandline)
- Update the ReadMe and create demo page