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 }; /** *