This commit is contained in:
2020-08-26 17:40:20 +00:00
parent a1e332e651
commit 42985419ee
2 changed files with 5 additions and 4 deletions

View File

@@ -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),

View File

@@ -90,7 +90,8 @@ export default {
UnitMeterReading: 53,
CustomerServiceRequest: 54,
ServiceBank: 55,
OpsNotificationSettings: 56
OpsNotificationSettings: 56,
Report: 57
};
/**
*