From c798ac7a85eb6075e3986fa30539b5d2295f321e Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 18 Jun 2013 13:11:39 +1200 Subject: [PATCH] tidy up trailing whitespace, add field titles --- xml/schema/Report/Instance.xml | 91 ++++++++++++++++++++-------------- 1 file changed, 53 insertions(+), 38 deletions(-) diff --git a/xml/schema/Report/Instance.xml b/xml/schema/Report/Instance.xml index 9483f18233..aabe93de97 100644 --- a/xml/schema/Report/Instance.xml +++ b/xml/schema/Report/Instance.xml @@ -8,6 +8,7 @@ 2.2 id + Report Instance ID int unsigned true Report Instance ID @@ -19,6 +20,7 @@ domain_id + Report Instance Domain ID int unsigned true Which Domain is this instance for @@ -40,6 +42,7 @@ report_id + Report template ID varchar 64 true @@ -48,6 +51,7 @@ name + Report instance Name varchar 255 when combined with report_id/template uniquely identifies the instance @@ -55,6 +59,7 @@ args + Report Instance Arguments varchar 255 arguments that are passed in the url when invoking the instance @@ -62,6 +67,7 @@ description + Report Instance description varchar 255 Report Instance description. @@ -69,6 +75,7 @@ permission + Report Instance Permissions varchar 255 permission required to be able to run this instance @@ -76,6 +83,7 @@ grouprole + Report Instance Assigned to Roles varchar 1024 role required to be able to run this instance @@ -91,78 +99,85 @@ is_active + Report Instance is Active boolean Is this entry active? 2.2 email_subject + Report Instance email Subject varchar 255 Subject of email - - email_to - text + + email_to + Email Report Instance To + text comma-separated list of email addresses to send the report to - 2.2 + 2.2 - - email_cc - text + + email_cc + cc Email Report Instance To + text comma-separated list of email addresses to send the report to - 2.2 + 2.2 - - header - text + + header + Report Instance Header + text comma-separated list of email addresses to send the report to textarea 4 60 - 2.2 + 2.2 - - footer - text + + footer + Report Instance Footer + text comma-separated list of email addresses to send the report to textarea 4 60 - 2.2 + 2.2 - - navigation_id + + navigation_id Navigation ID - int unsigned + int unsigned true - FK to navigation ID - 3.0 - - - navigation_id + FK to navigation ID + 3.0 + + + navigation_id civicrm_navigation
- id - 3.0 + id + 3.0 SET NULL -
- - drilldown_id + + + drilldown_id Drilldown Report ID - int unsigned + int unsigned true - FK to instance ID drilldown to - 4.3 - - - drilldown_id + FK to instance ID drilldown to + 4.3 + + + drilldown_id civicrm_report_instance
- id - 4.3 + id + 4.3 SET NULL -
+ is_reserved + Instance is Reserved boolean 0 4.2 -- 2.25.1