This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -90,7 +90,8 @@ export default {
|
||||
UnitMeterReading: 53,
|
||||
CustomerServiceRequest: 54,
|
||||
ServiceBank: 55,
|
||||
OpsNotificationSettings: 56
|
||||
OpsNotificationSettings: 56,
|
||||
Report: 57
|
||||
};
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user