Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reservation Rate excel export #52

Merged
merged 2 commits into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions locale/fi/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -1702,3 +1702,9 @@ msgid ""
msgstr ""
"Määrää onko käyttäjä yleinen ylläpitäjä, jolla on erityisoikeuksia moniin "
"Respan kohteisiin. Tämä on lähes yhtä vaikutusvaltainen kuin pääkäyttäjä."

msgid "Missing unit id(s)"
msgstr "Kiinteistöt puuttuvat"

msgid "End time must be after begin time"
msgstr "Alkamisajan täytyy olla ennen päättymisaikaa"
1 change: 1 addition & 0 deletions reports/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .daily_reservations import DailyReservationsReport # noqa
from .reservation_details import ReservationDetailsReport # noqa
from .reservation_rate import ReservationRateReport