This commit is contained in:
2020-12-24 23:04:32 +00:00
parent eddf7189b9
commit cbab5f21f4
6 changed files with 59 additions and 9 deletions

View File

@@ -23,7 +23,13 @@ namespace AyaNova.Models
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
/*
todo: Consider adding latitude / longitude to wo, quote, pm objects
can copy over from the unit or customer or set themselves
and can always hide
means wo could be scheduled for ad-hoc locations and serviced that way, i.e. a truck parked on the side of the highway etc
*/
//dependents
public List<PMItem> PMItems { get; set; }