From 42985419ee3d4be87a9b0cb91eb819cbfc7bc5c9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Aug 2020 17:40:20 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++--- ayanova/src/api/ayatype.js | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0df9900a..6a6f0e33 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,9 +49,9 @@ Useful links: Biz objects have a standard interfaced GetReportData method that accepts an array of id's and returns an array of actualized data for reporting / export etc All done without security, it's the report render routes responsibility to check that for the situation of the request - PLAN: REPORT TEMPLATE - ACTUAL: - DB Fields + _PLAN: REPORT TEMPLATE + _ACTUAL: + _DB Fields id allowedroles (roles value for all roles allowed to view this report, defaults to ALL unless they set more restrictive) aytype (Type report is designed to handle and offered in UI for areas of that type), diff --git a/ayanova/src/api/ayatype.js b/ayanova/src/api/ayatype.js index 6b047246..893147d3 100644 --- a/ayanova/src/api/ayatype.js +++ b/ayanova/src/api/ayatype.js @@ -90,7 +90,8 @@ export default { UnitMeterReading: 53, CustomerServiceRequest: 54, ServiceBank: 55, - OpsNotificationSettings: 56 + OpsNotificationSettings: 56, + Report: 57 }; /** *