diff --git a/ayanova/src/api/ayatype.js b/ayanova/src/api/ayatype.js
index 6ba36165..7bf402df 100644
--- a/ayanova/src/api/ayatype.js
+++ b/ayanova/src/api/ayatype.js
@@ -93,7 +93,8 @@ export default {
OpsNotificationSettings: 56,
Report: 57,
DashboardView: 58,
- CustomerNote: 59
+ CustomerNote: 59,
+ Memo: 60
};
/**
*
diff --git a/ayanova/src/api/biz-role-rights.js b/ayanova/src/api/biz-role-rights.js
index 419e819d..468cd7c6 100644
--- a/ayanova/src/api/biz-role-rights.js
+++ b/ayanova/src/api/biz-role-rights.js
@@ -71,5 +71,10 @@ export default {
Notification: { Change: 131071, ReadFullRecord: 131071, Select: 0 },
NotifySubscription: { Change: 131071, ReadFullRecord: 131071, Select: 0 },
Report: { Change: 3, ReadFullRecord: 131071, Select: 131071 },
- CustomerServiceRequest: { Change: 4106, ReadFullRecord: 2437, Select: 131071 }
+ CustomerServiceRequest: {
+ Change: 4106,
+ ReadFullRecord: 2437,
+ Select: 131071
+ },
+ Memo: { Change: 124927, ReadFullRecord: 124927, Select: 124927 }
};
diff --git a/ayanova/src/views/home-memos.vue b/ayanova/src/views/home-memos.vue
index ef6fdafb..6a31adfe 100644
--- a/ayanova/src/views/home-memos.vue
+++ b/ayanova/src/views/home-memos.vue
@@ -1,21 +1,171 @@
-
+
+
+
+
+
+
+