This commit is contained in:
2021-11-16 23:02:10 +00:00
parent f831cf0a07
commit e3eed6122f
4 changed files with 43 additions and 5 deletions

View File

@@ -42,6 +42,25 @@ namespace AyaNova.Models
public bool AllowScheduleConflicts { get; set; } = true;
//ADDRESS / CONTACT INFO reporting etc
public string WebAddress { get; set; }
public string EmailAddress { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
//POSTAL ADDRESS
public string PostAddress { get; set; }
public string PostCity { get; set; }
public string PostRegion { get; set; }
public string PostCountry { get; set; }
public string PostCode { get; set; }
//PHYSICAL ADDRESS
public string Address { get; set; }
public string City { get; set; }
public string Region { get; set; }
public string Country { get; set; }
public decimal? Latitude { get; set; }
public decimal? Longitude { get; set; }
//CUSTOMER ACCESS FEATURES AND SETTINGS