This commit is contained in:
2018-12-10 17:10:57 +00:00
parent e97d39f0f5
commit f01fe2e458
3 changed files with 17 additions and 1 deletions

View File

@@ -274,6 +274,9 @@ namespace AyaNova.Biz
//suitable for the database to handle as all database dates are in UTC
//Local display and parsing will be considered a CLIENT issue at all times
DateTime RelativeNow=DateTime.Now;
if (sValue.StartsWith("{[") && sValue.EndsWith("]}"))
{
#region Build criteria for date RANGE TOKEN specified

View File

@@ -781,6 +781,17 @@ namespace AyaNova.Biz
}
}
//User options
//TimeZone Offset
var tzo = j["TimeZoneOffset"].Value<decimal>();
i.UserOptions.TimeZoneOffset = tzo;
//Email address
i.UserOptions.EmailAddress = j["EmailAddress"].Value<string>();
//UI colour
i.UserOptions.UiColor = j["ScheduleBackColor"].Value<int>();
//Set unusable random login credentials