Skip to content

Commit

Permalink
Merge pull request #79 from developeregrem/turnover
Browse files Browse the repository at this point in the history
added turnover statistics
  • Loading branch information
developeregrem authored Jun 4, 2023
2 parents 317a7e1 + 74bed39 commit ab97468
Show file tree
Hide file tree
Showing 73 changed files with 1,665 additions and 1,029 deletions.
2 changes: 1 addition & 1 deletion README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Das Ziel dieses Open-Source-Tools ist es, kleineren Unterkünften zu helfen, den

Um das Tool nutzen zu können, benötigt man einen kleinen Webserver, der die Anforderungen von Symfony [requirements](https://symfony.com/doc/current/setup.html#technical-requirements) erfüllt:

- PHP 8.0.2 oder höher
- PHP 8.1 oder höher
- php-intl extension
- einen Webserver z.B. nginx oder apache
- einen Datenbankserver (empfohlen wird mysql oder mariadb)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Small guesthouses or accommodations usually manage their rooms or apartments the

In order to use the tool, you need to have a small web server fulfilling the Symfony [requirements](https://symfony.com/doc/current/setup.html#technical-requirements). This means:

- PHP 8.0.2 or higher
- PHP 8.1 or higher
- php-intl extension installed and activated
- a web server e.g. nginx or apache
- a database server (recommended is mysql or mariadb)
Expand Down
805 changes: 386 additions & 419 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
webHost: '%env(WEB_HOST)%'
publicUploadDirectory: 'resources/images/export'
uploadDirectory: '%kernel.project_dir%/public/%publicUploadDirectory%'
version: '3.3.2'
version: '3.4.0'
mailCopy: '%env(default:default_mailcopy:MAIL_COPY)%'
default_mailcopy: 'true'

Expand Down
12 changes: 0 additions & 12 deletions public/resources/css/bootstrap.materia.min.5.1.3.css

This file was deleted.

12 changes: 12 additions & 0 deletions public/resources/css/bootstrap.materia.min.5.2.3.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/resources/css/bootstrap.min.css.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions public/resources/js/bootstrap.min.5.1.3.js

This file was deleted.

7 changes: 7 additions & 0 deletions public/resources/js/bootstrap.min.5.2.3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/resources/js/bootstrap.min.js.map

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions public/resources/js/chart-4.3.0.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions public/resources/js/fas-6.1.1.min.js

This file was deleted.

6 changes: 6 additions & 0 deletions public/resources/js/fas-6.4.0.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/resources/js/jquery-3.6.0.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/resources/js/jquery-3.7.0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/resources/tinymce/icons/default/icons.min.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions public/resources/tinymce/langs/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/resources/tinymce/models/dom/model.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ab97468

Please sign in to comment.