/sigmah/src/test/resources/report-def/full-test.xml
XML | 308 lines | 283 code | 18 blank | 7 comment | 0 complexity | 06c1270e1522bde8f3e29b5d57b141fe MD5 | raw file
1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 ~ All Sigmah code is released under the GNU General Public License v3 4 ~ See COPYRIGHT.txt and LICENSE.txt. 5 --> 6 7<report type="adhoc"> 8 9 <filter> 10 <restriction dimension="database"> 11 <category>1</category> 12 </restriction> 13 </filter> 14 15 <title>Rapport RRM</title> 16 17 <description>Tableaux, graphiques et cartes pour </description> 18 19 <elements> 20 <pivotTable> 21 <title>Résumé de résultats globales</title> 22 <sheetTitle>Totals</sheetTitle> 23 24 <rows> 25 <dimension type="activity"/> 26 <dimension type="indicator"/> 27 </rows> 28 <columns> 29 <dimension type="admin" levelId="1"/> 30 <dimension type="partner"/> 31 </columns> 32 </pivotTable> 33 <static> 34 <text>This is static text and image.</text> 35 <img>http://www.google.nl/logos/2010/oz10-hp.gif</img> 36 </static> 37 <static> 38 <text>This is text only</text> 39 </static> 40 <static> 41 <img>http://www.google.nl/logos/2010/oz10-hp.gif</img> 42 </static> 43 <table> 44 <title>Evaluations ménées</title> 45 <filter> 46 <restriction dimension="activity"> 47 <category>24</category> 48 </restriction> 49 </filter> 50 <columns frozen="4"> 51 <column label="Carte" source="map"/> 52 <column label="Date" source="site.date1"/> 53 <column label="Province/District" source="admin" sourceId="2" /> 54 <column label="Partner" source="partner.name" /> 55 <column label="Site" source="location.name"/> 56 <column label="Axe" source="location.axe"/> 57 <!--<column label="Commentaire" source="site.comments"/>--> 58 </columns> 59 <map> 60 <baseMap>zs.gray.cd</baseMap> 61 <layers> 62 <bubbles> 63 <numbering>arabicNumerals</numbering> 64 <minRadius>10</minRadius> 65 </bubbles> 66 </layers> 67 </map> 68 </table> 69 70 <table> 71 <title>Distributions NFI</title> 72 <filter> 73 <restriction dimension="activity"> 74 <category>22</category> 75 </restriction> 76 </filter> 77 <columns> 78 <column label="Période" source="site.date1"/> 79 <column label="Sites d'Intevention" source="location.name"/> 80 <column label="Territoire" source="admin" sourceId="3"/> 81 <!--<column label="Commentaire" source="site.comments"/>--> 82 <column label="Distribution effective NFI"> 83 <column label="# de kits distribués" source="indicator" sourceId="28"/> 84 </column> 85 </columns> 86 </table> 87 88 <map> 89 <title>Carte de distributions NFI</title> 90 <baseMap>zs.gray.cd</baseMap> 91 <layers> 92 <bubbles> 93 <scaling>Graduated</scaling> 94 <indicators> 95 <indicator>29</indicator> <!-- Deplaces --> 96 <indicator>31</indicator> <!-- Retournees --> 97 <indicator>33</indicator> <!-- Fam d'acc --> 98 <indicator>34</indicator> <!-- catostroph --> 99 </indicators> 100 <colors> 101 <dimension type="indicator"> 102 <category name="29" color="#FF0000" label="Déplacés"/> 103 <category name="31" color="#0000BB" label="Retournés"/> 104 <category name="33" color="#00BB00" label="Famille d'Accueille"/> 105 <category name="34" color="#FFFF00" label="Catostrophe Naturelle"/> 106 </dimension> 107 </colors> 108 </bubbles> 109 </layers> 110 </map> 111 112 <pivotChart> 113 <title>Répartition de Bénéficiaries par Statut</title> 114 <type>Pie</type> 115 <filter> 116 <restriction dimension="indicator"> 117 <category>29</category> <!-- Deplaces --> 118 <category>31</category> <!-- Retournees --> 119 <category>33</category> <!-- Fam d'acc --> 120 <category>34</category> <!-- catostroph --> 121 </restriction> 122 </filter> 123 <categories> 124 <dimension type="indicator"> 125 <category name="29" color="#FF0000" label="Déplacés"/> 126 <category name="31" color="#0000BB" label="Retournés"/> 127 <category name="33" color="#00BB00" label="Famille d'Accueille"/> 128 <category name="34" color="#FFFF00" label="Catostrophe Naturelle"/> 129 </dimension> 130 </categories> 131 </pivotChart> 132 133 <pivotChart> 134 <title>Répartition de Bénéficiaries par District</title> 135 <type>Pie</type> 136 <filter> 137 <restriction dimension="indicator"> 138 <category>28</category> <!-- Kits total --> 139 </restriction> 140 </filter> 141 <categories> 142 <dimension type="admin" levelId="2"/> 143 </categories> 144 </pivotChart> 145 146 <pivotChart> 147 <title>Répartition de Bénéficiaries par District et Position</title> 148 <type>StackedBar</type> 149 <filter> 150 <restriction dimension="indicator"> 151 <category>29</category> <!-- Deplaces --> 152 <category>31</category> <!-- Retournees --> 153 <category>33</category> <!-- Fam d'acc --> 154 <category>34</category> <!-- catostroph --> 155 </restriction> 156 </filter> 157 <categories> 158 <dimension type="admin" levelId="2"/> 159 </categories> 160 <series> 161 <dimension type="indicator"> 162 <category name="29" color="#FF0000" label="Déplacés"/> 163 <category name="31" color="#0000BB" label="Retournés"/> 164 <category name="33" color="#00BB00" label="Famille d'Accueille"/> 165 <category name="34" color="#FFFF00" label="Catostrophe Naturelle"/> 166 </dimension> 167 </series> 168 </pivotChart> 169 170 <pivotChart> 171 <title>Nombre de kits distribués par mois</title> 172 <type>Line</type> 173 <filter> 174 <restriction dimension="indicator"> 175 <category>28</category> <!-- Total kits --> 176 </restriction> 177 </filter> 178 <categories> 179 <dimension type="date" dateUnit="month"/> 180 </categories> 181 </pivotChart> 182 183 <table> 184 <title>Tableau récapitulatif des Interventions EHA</title> 185 <filter> 186 <restriction dimension="activity"> 187 <category>28</category> 188 </restriction> 189 </filter> 190 <columns> 191 <column label="Périod" source="site.date2"/> 192 <column label="Site d'Intervention"> 193 <column label="Sites" source="location.name"/> 194 <column label="Territorie" source="admin" sourceId="3"/> 195 <!--<column label="Cause"/>--> 196 <column label="# latrines construites (portes)" source="indicator" sourceId="76"/> 197 <column label="# douches (portes)" source="indicator" sourceId="79"/> 198 <column label="# kits hygične distribués" source="indicator" sourceId="82"/> 199 </column> 200 </columns> 201 </table> 202 203 <pivotChart> 204 <title>Répartion Béneficiares par type d'intervention</title> 205 <type>Pie</type> 206 <filter> 207 <restriction dimension="indicator"> 208 <category>100</category> <!-- Water Trucking --> 209 <category>101</category> <!-- Nombre de personnes beneficiares d'assanissment d'urgence --> 210 <category>102</category> <!-- Nombre de personnes bénéficiaries de l'eau d'urgence --> 211 <category>103</category> <!--Nombre de personnes bénéficiaries de l'eau durable --> 212 <category>104</category> <!-- Nombre de personnes bénéficiaries d'assainissement durable --> 213 </restriction> 214 </filter> 215 <categories> 216 <dimension type="indicator"> 217 <category name="100" color="#FFFF00" label="Water-trucking"/> 218 <category name="103" color="#254061" label="Eau durable"/> 219 <category name="102" color="#4F81BD" label="Eau d'urgence"/> 220 <category name="104" color="#77933C" label="Assainissement durable"/> 221 <category name="101" color="#C3D69B" label="Assainissement d'urgence"/> 222 </dimension> 223 </categories> 224 </pivotChart> 225 226 <pivotChart> 227 <title>Répartion Béneficiares par type d'intervention</title> 228 <type>StackedBar</type> 229 <filter> 230 <restriction dimension="indicator"> 231 <category>100</category> <!-- Water Trucking --> 232 <category>101</category> <!-- Nombre de personnes beneficiares d'assanissment d'urgence --> 233 <category>102</category> <!-- Nombre de personnes bénéficiaries de l'eau d'urgence --> 234 <category>103</category> <!--Nombre de personnes bénéficiaries de l'eau durable --> 235 <category>104</category> <!-- Nombre de personnes bénéficiaries d'assainissement durable --> 236 </restriction> 237 </filter> 238 <categories> 239 <dimension type="admin" levelId="2"/> 240 </categories> 241 <series> 242 <dimension type="indicator"> 243 <category name="100" color="#FFFF00" label="Water-trucking"/> 244 <category name="103" color="#254061" label="Eau durable"/> 245 <category name="102" color="#4F81BD" label="Eau d'urgence"/> 246 <category name="104" color="#77933C" label="Assainissement durable"/> 247 <category name="101" color="#C3D69B" label="Assainissement d'urgence"/> 248 </dimension> 249 </series> 250 </pivotChart> 251 252 <pivotChart> 253 <title>Nombre de Béneficiares par Mois</title> 254 <type>Line</type> 255 <filter> 256 <restriction dimension="indicator"> 257 <category>100</category> <!-- Water Trucking --> 258 <category>101</category> <!-- Nombre de personnes beneficiares d'assanissment d'urgence --> 259 <category>102</category> <!-- Nombre de personnes bénéficiaries de l'eau d'urgence --> 260 <category>103</category> <!--Nombre de personnes bénéficiaries de l'eau durable --> 261 <category>104</category> <!-- Nombre de personnes bénéficiaries d'assainissement durable --> 262 </restriction> 263 </filter> 264 <categories> 265 <dimension type="date" dateUnit="month"/> 266 </categories> 267 <series> 268 <dimension type="indicator"> 269 <category name="100" color="#FFFF00" label="Water-trucking"/> 270 <category name="103" color="#254061" label="Eau durable"/> 271 <category name="102" color="#4F81BD" label="Eau d'urgence"/> 272 <category name="104" color="#77933C" label="Assainissement durable"/> 273 <category name="101" color="#C3D69B" label="Assainissement d'urgence"/> 274 </dimension> 275 </series> 276 </pivotChart> 277 278 279 <map> 280 <title>Carte des Interventions EHA</title> 281 <baseMap>zs.gray.cd</baseMap> 282 <layers> 283 <bubbles> 284 <minRadius>15</minRadius> 285 <maxRadius>30</maxRadius> 286 <scaling>Graduated</scaling> 287 <pie>true</pie> 288 <indicators> 289 <indicator>100</indicator> 290 <indicator>103</indicator> 291 <indicator>102</indicator> 292 <indicator>104</indicator> 293 <indicator>101</indicator> 294 </indicators> 295 <colors> 296 <dimension type="indicator"> 297 <category name="100" color="#FFFF00" label="Water-trucking"/> 298 <category name="103" color="#254061" label="Eau durable"/> 299 <category name="102" color="#4F81BD" label="Eau d'urgence"/> 300 <category name="104" color="#77933C" label="Assainissement durable"/> 301 <category name="101" color="#C3D69B" label="Assainissement d'urgence"/> 302 </dimension> 303 </colors> 304 </bubbles> 305 </layers> 306 </map> 307 </elements> 308</report>