[Mpuls-commits] r5080 - in jmd/trunk: . jmdweb/public/formed jmdweb/public/xml
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jun 7 16:27:42 CEST 2011
Author: roland
Date: 2011-06-07 16:27:41 +0200 (Tue, 07 Jun 2011)
New Revision: 5080
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmdweb/public/formed/formedtree.xml
jmd/trunk/jmdweb/public/xml/eval_cm.xml
Log:
issue2190: fix evaluations
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2011-06-07 10:51:50 UTC (rev 5079)
+++ jmd/trunk/ChangeLog 2011-06-07 14:27:41 UTC (rev 5080)
@@ -1,5 +1,13 @@
2011-06-07 Roland Geider <roland.geider at intevation.de>
+ * jmdweb/public/xml/eval_cm.xml: issue2190: fix evaluations
+
+2011-06-07 Roland Geider <roland.geider at intevation.de>
+
+ * jmdweb/public/formed/formedtree.xml: issue1575: typo
+
+2011-06-07 Roland Geider <roland.geider at intevation.de>
+
* jmdweb/public/formed/formedtree.xml: issue2166: make the longer
input fields textareas
Modified: jmd/trunk/jmdweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdweb/public/formed/formedtree.xml 2011-06-07 10:51:50 UTC (rev 5079)
+++ jmd/trunk/jmdweb/public/formed/formedtree.xml 2011-06-07 14:27:41 UTC (rev 5080)
@@ -513,13 +513,13 @@
<textarea description="Weitere Angaben zur finanziellen Situation" function="suppress_value" name="anmerkungen_finanzsituation" rows="3" target="e"/>
</page>
<page containers="a,b,c,d" description="2.2.4 Gesundheitliche Situation" name="page-22" target="d">
- <choice description="Psychische Beeinträchtigung (Ärtzliches Gutachten oder Ähnliches liegt vor (§ 28 Abs. 7 BDSG))" name="psychische_beeintraechtigung" size="1" target="a">
+ <choice description="Psychische Beeinträchtigung (Ärztliches Gutachten oder Ähnliches liegt vor (§ 28 Abs. 7 BDSG))" name="psychische_beeintraechtigung" size="1" target="a">
<bool checked="True" description="Keine Angabe" name="bool-170" value="-1"/>
<bool description="Unbekannt" name="bool-169" value="-3"/>
<bool description="Ja" name="bool-167" value="1"/>
<bool description="Nein" name="bool-168" value="0"/>
</choice>
- <choice description="Physische Beeinträchtigung (Ärtzliches Gutachten oder Ähnliches liegt vor (§ 28 Abs. 7 BDSG))" name="physische_beeintraechtugung" size="1" target="b">
+ <choice description="Physische Beeinträchtigung (Ärztliches Gutachten oder Ähnliches liegt vor (§ 28 Abs. 7 BDSG))" name="physische_beeintraechtugung" size="1" target="b">
<bool checked="True" description="Keine Angabe" name="bool-824" value="-1"/>
<bool description="Unbekannt" name="bool-405" value="-3"/>
<bool description="Ja" name="bool-397" value="1"/>
Modified: jmd/trunk/jmdweb/public/xml/eval_cm.xml
===================================================================
--- jmd/trunk/jmdweb/public/xml/eval_cm.xml 2011-06-07 10:51:50 UTC (rev 5079)
+++ jmd/trunk/jmdweb/public/xml/eval_cm.xml 2011-06-07 14:27:41 UTC (rev 5080)
@@ -358,51 +358,57 @@
<join>verbleib_jugendliche</join>
</ydim>
</evaluation>
-
+
<evaluation>
- <id>14</id>
- <name>Erreichte Ziele</name>
- <desc>Erfolgreich erreichte Ziele</desc>
- <basequery>
- <table>master_tbl_eval_total_view</table>
- <template>SELECT t.id, %(xfield)s, %(yfield)s from %(from)s t JOIN rg_ziele_tbl_view r ON r.master_id = t.id WHERE %(where)s</template>
- <where>(r.fp_ziel_erreicht = 1)</where>
- </basequery>
- <xdim>
- <label>Geschlecht</label>
- <field>geschlecht</field>
- <table>geschlecht_tbl</table>
- <join>geschlecht</join>
- </xdim>
- <ydim>
- <label>Ziel</label>
- <field>(SELECT count(id) FROM rg_ziele_tbl_view) as anzahl</field>
- <table>(select DISTINCT count(id) as id, 'Gesamt' as value from rg_ziele_tbl_view)</table>
- <join>anzahl</join>
- </ydim>
+ <id>14</id>
+ <requirement>
+ <phase>3</phase>
+ </requirement>
+ <name>Anzahl der vereinbarten Ziele</name>
+ <desc>Anzahl der vereinbarten Ziele</desc>
+ <basequery>
+ <table>master_tbl_eval_total_view</table>
+ <template>SELECT t.id, %(xfield)s, %(yfield)s from %(from)s t JOIN rg_ziele_tbl_view r ON r.master_id = t.id WHERE %(where)s</template>
+ <where>(TRUE)</where>
+ </basequery>
+ <xdim>
+ <label>Geschlecht</label>
+ <field>geschlecht</field>
+ <table>geschlecht_tbl</table>
+ <join>geschlecht</join>
+ </xdim>
+ <ydim>
+ <label>Gesamt</label>
+ <field>(SELECT count(id) FROM rg_ziele_tbl_view) as anzahl</field>
+ <table>(select DISTINCT count(id) as id, 'Gesamt' as value from rg_ziele_tbl_view)</table>
+ <join>anzahl</join>
+ </ydim>
</evaluation>
<evaluation>
- <id>15</id>
- <name>Vereinbarte Ziele</name>
- <desc>Alle vereinbarte Ziele</desc>
- <basequery>
- <table>master_tbl_eval_total_view</table>
- <template>SELECT t.id, %(xfield)s, %(yfield)s from %(from)s t JOIN rg_ziele_tbl_view r ON r.master_id = t.id WHERE %(where)s</template>
- <where>(TRUE)</where>
- </basequery>
- <xdim>
- <label>Geschlecht</label>
- <field>geschlecht</field>
- <table>geschlecht_tbl</table>
- <join>geschlecht</join>
- </xdim>
- <ydim>
- <label>Ziel</label>
- <field>fp_ziel_erreicht</field>
- <table>war_bereits_kunde_tbl</table>
- <join>fp_ziel_erreicht</join>
- </ydim>
+ <id>15</id>
+ <requirement>
+ <phase>3</phase>
+ </requirement>
+ <name>Anzahl der erreichten Ziele</name>
+ <desc>Anzahl der erreichten Ziele</desc>
+ <basequery>
+ <table>master_tbl_eval_total_view</table>
+ <template>SELECT t.id, %(xfield)s, %(yfield)s from %(from)s t JOIN rg_ziele_tbl_view r ON r.master_id = t.id WHERE %(where)s</template>
+ <where>(TRUE)</where>
+ </basequery>
+ <xdim>
+ <label>Geschlecht</label>
+ <field>geschlecht</field>
+ <table>geschlecht_tbl</table>
+ <join>geschlecht</join>
+ </xdim>
+ <ydim>
+ <label>Ziel</label>
+ <field>fp_ziel_erreicht</field>
+ <table>war_bereits_kunde_tbl</table>
+ <join>fp_ziel_erreicht</join>
+ </ydim>
</evaluation>
</evaluationset>
More information about the Mpuls-commits
mailing list