https://github.com/primus852/hotelcontrolboard
A feature rich Board for managing daily duties in the Hotel business.
https://github.com/primus852/hotelcontrolboard
hotel hotel-management hotel-management-system opera
Last synced: 4 months ago
JSON representation
A feature rich Board for managing daily duties in the Hotel business.
- Host: GitHub
- URL: https://github.com/primus852/hotelcontrolboard
- Owner: primus852
- Created: 2019-02-11T08:43:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T09:11:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T06:27:16.317Z (8 months ago)
- Topics: hotel, hotel-management, hotel-management-system, opera
- Language: CSS
- Homepage:
- Size: 4.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project #
A feature rich Board for managing daily duties in the Hotel business. For customization, please mail: tow.berlin@gmail.com## Features ##
- Daily/Monthly Statistics
- Rateplan
- Competitor Check
- Budget Planning
- PDF Exports for RateSheet and Daily TaxForms
- CityTax Calculator (Berlin)
- Import Reports directly from Opera (XML)# Installation ##
## Prerequisites ##
You need a webserver (apache or nginx or whatever you prefer) and composer installed.## Steps ##
- `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 test@example.com p@ssword --super-admin`
- Create additional Users `php bin/console fos:user:create normaluser normal@example.com 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](https://symfony.com/doc/2.0/bundles/FOSUserBundle/command_line_tools.html)
- go to `http://ip-of-your-server/` and login# Screenshots #

Dashboard
Rateoverview
Ratetypes# Changelog #
## 0.7.3 ##
- fixed Division by Zero in RateHandler## 0.7.2 ##
- fixed wrong checkout date on Rate Check
- Fixed Select Text Alignment## 0.7.1 ##
- adjusted colors for Rateplan
- added Screenshots## 0.7.0 ##
- added more Options to Ratetypes
- added RateQuery to Dashboard## 0.6.2 ##
- updated Dashboard
- fixed missing BF in Accomodation monthly
- highered precision in DB for floats## 0.6.1 ##
- added Roomnights to monthly Stats & Budget## 0.6.0 ##
- Added Budget Setting
- Added Budget (daily/monthly) to Dashboard
- Weatherforecast
- CityTax Calculator## 0.5.1 ##
- added City Tax Forms generator
- fixed Permission Issues for USER## 0.5.0 ##
- Initial Release# ToDo before Release #
- Custom Logo Setting for Sheets
- Settings for CityTax
- Style continuity
- In-Panel Usermanagement (not via commandline)
- Update the ReadMe and create demo page