← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5204: Renamed 'data completeness report' to 'reporting rate summary'

 

------------------------------------------------------------
revno: 5204
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-11-23 14:30:56 +0100
message:
  Renamed 'data completeness report' to 'reporting rate summary'
renamed:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/datacompletenessreport.png => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/reportingratesummary.png
modified:
  dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java
  dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/menu.vm
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/datacompletenessreport.png' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/reportingratesummary.png'
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java	2011-10-21 09:24:04 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java	2011-11-23 13:30:56 +0000
@@ -211,7 +211,7 @@
     private Grid getGrid( List<DataSetCompletenessResult> mainResults, List<DataSetCompletenessResult> footerResults,
         OrganisationUnit unit, DataSet dataSet )
     {
-        String title = i18n.getString( "data_completeness_report" );
+        String title = i18n.getString( "reporting_rate_summary" );
         String subtitle = (unit != null ? unit.getName() : EMPTY) + SPACE
             + (dataSet != null ? dataSet.getName() : EMPTY);
 

=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties	2011-11-02 14:39:42 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties	2011-11-23 13:30:56 +0000
@@ -317,7 +317,7 @@
 intro_chart = View and add charts. Charts are based on indicators and either organisation units or periods.
 intro_pivot_table = Browse pivot tables, which can be pivoted on any of the indicator, organisation unit and period dimensions.
 intro_report_table = Add and generate report tables. Report tables are customizable database tables which can be used as basis for reports.
-intro_data_completeness = Browse the submission rates of data sets by organisation unit and period based in various criteria for completeness.
+intro_reporting_rate_summary = Browse the reporting rates of data sets by organisation unit and period based on various criteria for submission.
 intro_orgunit_distribution_report = Browse the organisation unit distribution report based on the organisation unit group sets and its groups.
 orgunit_distribution_report = Organisation Unit Distribution Report
 create_period_by_indicator_chart = Create period by indicator chart
@@ -393,4 +393,5 @@
 reporting_period = Reporting period
 last_5_years = Last 5 years
 last_12_months = Last 12 months
-last_4_quarters = Last 4 quarters
\ No newline at end of file
+last_4_quarters = Last 4 quarters
+reporting_rate_summary = Reporting Rate Summary
\ No newline at end of file

=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm	2011-07-27 10:24:35 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm	2011-11-23 13:30:56 +0000
@@ -10,7 +10,7 @@
 <ul id="introList">
     #introListImgItem( "displayViewReportForm.action" "standard_report" "standardreport" )
     #introListImgItem( "showDataSetReportForm.action" "dataset_report" "datasetreport" )
-    #introListImgItem( "displayViewDataCompletenessForm.action" "data_completeness" "datacompletenessreport" )
+    #introListImgItem( "displayViewDataCompletenessForm.action" "reporting_rate_summary" "reportingratesummary" )
     #introListImgItem( "displayViewDocumentForm.action" "static_report" "staticreport" )
     #introListImgItem( "displayOrgUnitDistribution.action" "orgunit_distribution_report" "distribution" )
     #introListImgItem( "tallySheetGenerator.action" "tally_sheet_generator" "tallysheetgenerator" )

=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/menu.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/menu.vm	2011-11-02 14:39:42 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/menu.vm	2011-11-23 13:30:56 +0000
@@ -3,7 +3,7 @@
 <ul>
 	<li><a href="displayViewReportForm.action">$i18n.getString( "standard_report" )&nbsp;</a></li>
 	<li><a href="showDataSetReportForm.action">$i18n.getString( "dataset_report" )&nbsp;</a></li>
-	<li><a href="displayViewDataCompletenessForm.action">$i18n.getString( "data_completeness_report" )&nbsp;</a></li>
+	<li><a href="displayViewDataCompletenessForm.action">$i18n.getString( "reporting_rate_summary" )&nbsp;</a></li>
     <li><a href="displayViewDocumentForm.action">$i18n.getString( "static_report" )&nbsp;</a></li>
     <li><a href="displayOrgUnitDistribution.action">$i18n.getString( "organisation_unit_report" )&nbsp;</a></li>
 	<li><a href="tallySheetGenerator.action">$i18n.getString( "tally_sheet_generator" )&nbsp;</a></li>

=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm	2011-09-03 18:23:12 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm	2011-11-23 13:30:56 +0000
@@ -10,14 +10,14 @@
     var i18n_please_select_period = '$encoder.jsEscape( $i18n.getString( "please_select_period" ) , "'")';
 </script>
 
-<h3>$i18n.getString( "data_completeness_report" )</h3>
+<h3>$i18n.getString( "reporting_rate_summary" )</h3>
 
 <div id="critiera" class="inputCriteria" style="width:620px;height:310px;">
 <table>
     <col width="300">
     <col>
     <tr>
-    	<td><label>$i18n.getString( "report_organisation_unit" )</label></td>
+    	<td><label>$i18n.getString( "organisation_unit" )</label></td>
     	</td></td>
     </tr>
     <tr>