diff --git a/ayanova/src/api/ayatype.js b/ayanova/src/api/ayatype.js
index e2938d82..c8e3cf39 100644
--- a/ayanova/src/api/ayatype.js
+++ b/ayanova/src/api/ayatype.js
@@ -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)
*
*
*/
diff --git a/ayanova/src/views/ops-backup.vue b/ayanova/src/views/ops-backup.vue
index e0e55cfe..a3776453 100644
--- a/ayanova/src/views/ops-backup.vue
+++ b/ayanova/src/views/ops-backup.vue
@@ -1,21 +1,423 @@
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $ay.t("UserColor") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+