This commit is contained in:
2021-03-04 22:24:40 +00:00
parent 7927fce640
commit b7d546ef02
4 changed files with 46 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ namespace AyaNova.Models
[Required]
public decimal Charge { get; set; }
public string Unit { get; set; }
public bool ContractOnly { get; set; }
@@ -59,6 +60,6 @@ namespace AyaNova.Models
[ARATETYPE] [smallint] NOT NULL,//REMOVE SPLITTING INTO TRAVEL AND LABOR SEPERATELY
[ARATEUNITCHARGEDESCRIPTIONID] [uniqueidentifier] //TURN THIS INTO TEXT PLAIN AND SIMPLE,
[ACLIENTGROUPID] [uniqueidentifier] NULL, //TAG remove
[ACONTRACTRATE] [bit] NOT NULL,//THIS IS ONLY FOR THE UI, REMOVE IT
[ACONTRACTRATE] [bit] NOT NULL,
[AREGIONID] [uniqueidentifier] NULL,//tag, remove
*/