This commit is contained in:
2020-05-21 23:15:38 +00:00
parent a955c2e786
commit d55be643bf
2 changed files with 481 additions and 17 deletions

View File

@@ -1,30 +1,92 @@
export default {
NoType: 0,
Global: 1,
//corebizobject
Widget: 2,
//corebizobject
User: 3,
ServerState: 4,
License: 5,
LogFile: 6,
PickListTemplate: 7,
DEPRECATED_REUSELATER_8: 8,
//corebizobject
Customer: 8,
ServerJob: 9,
AyaNova7Import: 10,
//corebizobject
Contract: 10,
TrialSeeder: 11,
Metrics: 12,
Translation: 13,
UserOptions: 14,
DEPRECATED_REUSELATER_15: 15,
DEPRECATED_REUSELATER_16: 16,
//corebizobject
HeadOffice: 15,
//corebizobject
LoanUnit: 16,
FileAttachment: 17,
DataListView: 18,
FormCustom: 19,
DataListTemplate: 20
//corebizobject
Part: 20,
//corebizobject
PM: 21,
//corebizobject
PMItem: 22,
//corebizobject
PMTemplate: 23,
//corebizobject
PMTemplateItem: 24,
//corebizobject
Project: 25,
//corebizobject
PurchaseOrder: 26,
//corebizobject
Quote: 27,
//corebizobject
QuoteItem: 28,
//corebizobject
QuoteTemplate: 29,
//corebizobject
QuoteTemplateItem: 30,
//corebizobject
Unit: 31,
//corebizobject
UnitModel: 32,
//corebizobject
Vendor: 33,
//--- WorkOrder
//corebizobject
WorkOrder: 34,
//corebizobject
WorkOrderItem: 35,
//corebizobject
WorkOrderItemExpense: 36,
//corebizobject
WorkOrderItemLabor: 37,
//corebizobject
WorkOrderItemLoan: 38,
//corebizobject
WorkOrderItemPart: 39,
//corebizobject
WorkOrderItemPartRequest: 40,
//corebizobject
WorkOrderItemScheduledUser: 41,
//corebizobject
WorkOrderItemTask: 42,
//corebizobject
WorkOrderItemTravel: 43,
//corebizobject
WorkOrderItemUnit: 44,
//---
//corebizobject
WorkOrderTemplate: 45,
//corebizobject
WorkOrderTemplateItem: 46,
GlobalOps: 47
};
/**
*
* This is a mirror of AyaType.cs in server project
* To update just copy the contents of AyaType.cs and replace " =" with ":" (without quotes obvsly)
* To update just copy the contents of AyaType.cs and replace " :" with ":" (without quotes obvsly)
*
*
*/