Make it configurable if calendars shows week numbers or not (closes #333)

This commit is contained in:
Bernd Bestel
2019-09-18 18:30:25 +02:00
parent ca470ed4ee
commit ce12202c86
5 changed files with 7 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ Setting('CULTURE', 'en');
# Needs to be a number where Sunday = 0, Monday = 1 and so forth
Setting('CALENDAR_FIRST_DAY_OF_WEEK', '');
# If calendars should show week numbers
Setting('CALENDAR_SHOW_WEEK_OF_YEAR', true);
# To keep it simple: grocy does not handle any currency conversions,
# this here is used to format all money values,
# so doesn't matter really matter, but should be the