This commit is contained in:
2021-07-23 23:53:42 +00:00
parent dc87102276
commit f514211b7c
3 changed files with 18 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ namespace AyaNova.Biz
l.Add(new FormField { TKey = "CustomerPhone3", FieldKey = "Phone3" });
l.Add(new FormField { TKey = "CustomerPhone4", FieldKey = "Phone4" });
l.Add(new FormField { TKey = "CustomerPhone5", FieldKey = "Phone5" });
l.Add(new FormField { TKey = "WorkOrderTemplate", FieldKey = "DefaultServiceTemplateId" });
// l.Add(new FormField { TKey = "WorkOrderTemplate", FieldKey = "DefaultServiceTemplateId" });
l.Add(new FormField { TKey = "CustomerBillHeadOffice", FieldKey = "BillHeadOffice" });
l.Add(new FormField { TKey = "HeadOffice", FieldKey = "HeadOfficeId" });
l.Add(new FormField { TKey = "Contract", FieldKey = "ContractId" });

View File

@@ -39,7 +39,7 @@ namespace AyaNova.Models
[NotMapped]
public string ContractViz { get; set; }
public DateTime? ContractExpires { get; set; }
public long? DefaultServiceTemplateId { get; set; }
//public long? DefaultServiceTemplateId { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
public string Phone3 { get; set; }

View File

@@ -388,14 +388,14 @@ BEGIN
when 20 then aytable = 'apart'; aynamecolumn ='partnumber';
when 21 then aytable = 'apm'; aynamecolumn ='serial';
when 22 then aytable = 'apmitem';
when 23 then aytable = 'apmtemplate';
when 24 then aytable = 'apmtemplateitem';
when 23 then return 'LT:WorkOrderItemExpense';
when 24 then return 'LT:WorkOrderItemLabor';
when 25 then aytable = 'aproject';
when 26 then aytable = 'apurchaseorder'; aynamecolumn = 'serial';
when 27 then aytable = 'aquote'; aynamecolumn = 'serial';
when 28 then aytable = 'aquoteitem';
when 29 then aytable = 'aquotetemplate';
when 30 then aytable = 'aquotetemplateitem';
when 28 then return 'LT:WorkOrderItem';
when 29 then return 'LT:aworkorderitemloan';
when 30 then return 'LT:WorkOrderItemPart';
when 31 then aytable = 'aunit'; aynamecolumn = 'serial';
when 32 then aytable = 'aunitmodel'; aynamecolumn = 'number';
when 33 then aytable = 'avendor';
@@ -410,8 +410,8 @@ BEGIN
when 42 then return 'LT:WorkOrderItemTask';
when 43 then return 'LT:WorkOrderItemTravel';
when 44 then return 'LT:WorkOrderItemUnit';
when 45 then aytable = 'aworkordertemplate';
when 46 then aytable = 'aworkordertemplateitem';
when 45 then return 'LT:WorkOrderItemScheduledUser';
when 46 then return 'LT:WorkOrderItemTask';
when 47 then return 'LT:GlobalOps';
when 48 then return 'LT:BizMetrics';
when 49 then return 'LT:Backup';
@@ -434,6 +434,15 @@ BEGIN
when 67 then aytable = 'apartinventory'; aynamecolumn='description';
when 68 then return format('DataListColumnView %L', ayobjectid);
when 71 then aytable = 'aworkorderstatus';
when 72 then aytable = 'aTaskGroup';
when 73 then return 'LT:WorkOrderItemOutsideService';
when 74 then aytable = 'aWorkOrderItemPriority';
when 75 then aytable = 'aWorkOrderItemStatus';
when 76 then return 'LT:WorkOrderItemTravel';
when 77 then return 'LT:WorkOrderItemUnit';
when 78 then aytable = 'aquotestatus';
when 79 then return 'LT:WorkOrderItemOutsideService';
else
RETURN returnstr;
end case;