This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Holidays synchronisation
#6
Only via direct db queries at the moment.
Here's table structure:
Code:
scheduler_holidays
  type
    Holiday type (string): empty string = Specific date, "dayweeknr" = Day of the week
  name
    Holiday name (string)
  year
    Holiday year (integer): 0 = Recurring every year
  month
    Holiday month (integer)
  day INTEGER
    Holiday day of the month (integer, only for Specific date type)
  dayofweek INTEGER
    Day of the week (integer, only for Day of the week type): 1 = Monday, 7 = Sunday
  dayweeknr INTEGER
    Day of the week number in month (integer, only for Day of the week type): 1 = 1st, 5 = 5th, 6 = Last
  duration
    Holiday duration in days (integer)
Reply


Messages In This Thread
Holidays synchronisation - by Thomas - 30.08.2017, 16:38
RE: Holidays synchronisation - by admin - 04.09.2017, 08:27
RE: Holidays synchronisation - by Thomas - 11.09.2017, 18:16
RE: Holidays synchronisation - by Thomas - 14.04.2020, 12:05
RE: Holidays synchronisation - by admin - 15.04.2020, 10:21

Forum Jump: