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

Date range does not work #109

Open
ff00005 opened this issue Jul 2, 2024 · 0 comments
Open

Date range does not work #109

ff00005 opened this issue Jul 2, 2024 · 0 comments

Comments

@ff00005
Copy link

ff00005 commented Jul 2, 2024

For caterings spanning multiple days, clients require the date range to be correctly printed on their invoice. The begin-portion of the event works fine, end does not. The corresponding config-file region looks like this:

event:
  name: Stehtische CIDS-Fest
  location: # might be a list
  dates:
  - begin: 05.06.2024
    end: 07.06.2024
    times:
    -  begin: ""
       end:   ""

Setting the end parameter does nothing, the corresponding invoice text (and probably offer text as well) looks this way:

wir bedanken uns für Ihren Auftrag für das Catering am 05.06.2024 und erlauben uns Ihnen folgende Rechnung zu stellen:

Rather, it should be changed to

wir bedanken uns für Ihren Auftrag für das Catering vom 05. bis 07.06.2024 und erlauben uns Ihnen folgende Rechnung zu stellen:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant