This commit is contained in:
@@ -40,7 +40,7 @@ namespace AyaNova.Models
|
||||
[Required]
|
||||
public TimeSpan WorkOrderCompleteByAge { get; set; } = TimeSpan.Zero;//was workorderclosebyage
|
||||
|
||||
public bool AllowScheduleConflicts { get; set; }
|
||||
public bool AllowScheduleConflicts { get; set; } = true;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -252,7 +252,7 @@ namespace AyaNova.Util
|
||||
await ExecQueryAsync("CREATE TABLE aglobalbizsettings (id INTEGER NOT NULL PRIMARY KEY, "
|
||||
+ "searchcasesensitiveonly BOOL DEFAULT FALSE, "
|
||||
+ "useinventory BOOL DEFAULT TRUE, "
|
||||
+ "allowscheduleconflicts BOOL DEFAULT FALSE, "
|
||||
+ "allowscheduleconflicts BOOL DEFAULT TRUE, "
|
||||
+ "workordercompletebyage INTERVAL NOT NULL DEFAULT '00:00:00', "
|
||||
+ "workordertraveldefaultminutes INTEGER NOT NULL DEFAULT 0, "
|
||||
+ "worklaborscheduledefaultminutes INTEGER NOT NULL DEFAULT 0, "
|
||||
|
||||
Reference in New Issue
Block a user