case 4058
This commit is contained in:
@@ -109,6 +109,7 @@ namespace AyaNova.Biz
|
||||
NotifySubscription = 51,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
Reminder = 52,
|
||||
[ReportableBizObject]
|
||||
UnitMeterReading = 53,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
CustomerServiceRequest = 54,
|
||||
@@ -139,6 +140,7 @@ namespace AyaNova.Biz
|
||||
PartInventoryRequest = 70,//for list only, synthetic object
|
||||
WorkOrderStatus = 71,
|
||||
TaskGroup = 72,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
WorkOrderItemOutsideService = 73,
|
||||
WorkOrderItemPriority = 74,
|
||||
WorkOrderItemStatus = 75,
|
||||
@@ -147,6 +149,7 @@ namespace AyaNova.Biz
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
QuoteItemUnit = 77,
|
||||
QuoteStatus = 78,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
QuoteItemOutsideService = 79,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
PMItemExpense = 80,
|
||||
@@ -165,6 +168,7 @@ namespace AyaNova.Biz
|
||||
PMItemTravel = 87,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
PMItemUnit = 88,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
PMItemOutsideService = 89,
|
||||
[ReportableBizObject]
|
||||
PartInventoryDataList = 90,//for list/reporting only, synthetic object
|
||||
|
||||
@@ -7,8 +7,6 @@ using AyaNova.Api.ControllerHelpers;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using AyaNova.Models;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace AyaNova.Biz
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user