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
|
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
|
All done without security, it's the report render routes responsibility to check that for the situation of the request
|
||||||
|
|
||||||
PLAN: REPORT TEMPLATE
|
_PLAN: REPORT TEMPLATE
|
||||||
ACTUAL:
|
_ACTUAL:
|
||||||
DB Fields
|
_DB Fields
|
||||||
id
|
id
|
||||||
allowedroles (roles value for all roles allowed to view this report, defaults to ALL unless they set more restrictive)
|
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),
|
aytype (Type report is designed to handle and offered in UI for areas of that type),
|
||||||
|
|||||||
@@ -90,7 +90,8 @@ export default {
|
|||||||
UnitMeterReading: 53,
|
UnitMeterReading: 53,
|
||||||
CustomerServiceRequest: 54,
|
CustomerServiceRequest: 54,
|
||||||
ServiceBank: 55,
|
ServiceBank: 55,
|
||||||
OpsNotificationSettings: 56
|
OpsNotificationSettings: 56,
|
||||||
|
Report: 57
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user