From: remillet Date: Wed, 10 Feb 2016 00:14:11 +0000 (-0800) Subject: CSPACE-6848: Adding more canned reports -see JIRA CSPACE-6848 for details. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=e1ea187775b6ba6734387091d5c50e76c63425f6;p=tmp%2Fjakarta-migration.git CSPACE-6848: Adding more canned reports -see JIRA CSPACE-6848 for details. --- diff --git a/3rdparty/nuxeo/nuxeo-server/6.0-HF21/config/vcsconfig.sql.txt b/3rdparty/nuxeo/nuxeo-server/6.0-HF21/config/vcsconfig.sql.txt index 2adea1c35..080809451 100644 --- a/3rdparty/nuxeo/nuxeo-server/6.0-HF21/config/vcsconfig.sql.txt +++ b/3rdparty/nuxeo/nuxeo-server/6.0-HF21/config/vcsconfig.sql.txt @@ -15,3 +15,14 @@ SELECT constraint_name FROM information_schema.constraint_column_usage WHERE tab #IF: emptyResult ALTER TABLE vocabularies_common add CONSTRAINT shortid_unique UNIQUE (shortidentifier); + +# +# Add a unique constraint to the report 'name' column of the reports_common table. +# +LOG.INFO Adding a unique constraint to the report 'name' column of the reports_common table + +#TEST: +SELECT constraint_name FROM information_schema.constraint_column_usage WHERE table_name = 'reports_common' AND constraint_name = 'reportname_unique'; + +#IF: emptyResult +ALTER TABLE reports_common add CONSTRAINT reportname_unique UNIQUE (name); diff --git a/services/report/3rdparty/jasper-cs-report/src/main/resources/Acq_List_Basic.jrxml b/services/report/3rdparty/jasper-cs-report/src/main/resources/Acq_List_Basic.jrxml new file mode 100644 index 000000000..1ad984cb3 --- /dev/null +++ b/services/report/3rdparty/jasper-cs-report/src/main/resources/Acq_List_Basic.jrxml @@ -0,0 +1,204 @@ + + + + + + + + + +