Skip to content

Commit

Permalink
Merge pull request #52 from HotStew/reservation-excel-export
Browse files Browse the repository at this point in the history
Reservation Rate excel export
  • Loading branch information
frwickst committed Apr 4, 2022
2 parents 6c3adf1 + eefaf92 commit 252d8eb
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 19 deletions.
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

0 comments on commit 252d8eb

Please sign in to comment.