[Mpuls-commits] r3851 - in waska/branches/1.7: . waskaweb/i18n/de/LC_MESSAGES waskaweb/public/xml
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 1 15:46:31 CEST 2010
Author: roland
Date: 2010-10-01 15:46:29 +0200 (Fri, 01 Oct 2010)
New Revision: 3851
Modified:
waska/branches/1.7/ChangeLog
waska/branches/1.7/Changes.txt
waska/branches/1.7/waskaweb/i18n/de/LC_MESSAGES/waskaweb.mo
waska/branches/1.7/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
waska/branches/1.7/waskaweb/public/xml/eval_adele.xml
Log:
write CHANGES, update version string and evaluations
Modified: waska/branches/1.7/ChangeLog
===================================================================
--- waska/branches/1.7/ChangeLog 2010-10-01 13:35:51 UTC (rev 3850)
+++ waska/branches/1.7/ChangeLog 2010-10-01 13:46:29 UTC (rev 3851)
@@ -2,6 +2,9 @@
* waskaweb/model/datapage.py: issue1098: change the maximum date from
1.1.2010 to 1.9.2010
+ * Changes.txt: write CHANGES for new version
+ * waskaweb/i18n/de/LC_MESSAGES/waskaweb.po: update version string
+ * waskaweb/public/xml/eval_adele.xml: updated evaluations
2010-09-16 Roland Geider <roland.geider at intevation.de>
Modified: waska/branches/1.7/Changes.txt
===================================================================
--- waska/branches/1.7/Changes.txt 2010-10-01 13:35:51 UTC (rev 3850)
+++ waska/branches/1.7/Changes.txt 2010-10-01 13:46:29 UTC (rev 3851)
@@ -1,3 +1,15 @@
+1.7.4: 01.10.2010
+
+ Verbessert: Die Eingabebeschränkung für die Datumsfelder
+
+ + Datum Begin CM
+ + Datum Beendigung CM
+
+ wurde vom 01.01.2010 auf den 01.09.2010 aktualisiert. Datumsfelder die
+ bereits ein Datum vor dem 01.09.2010 enthalten lassen sich nicht mehr
+ bearbeiten.
+
+
1.7.3: 23.09.2010
Verbessert:
Modified: waska/branches/1.7/waskaweb/i18n/de/LC_MESSAGES/waskaweb.mo
===================================================================
(Binary files differ)
Modified: waska/branches/1.7/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po
===================================================================
--- waska/branches/1.7/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po 2010-10-01 13:35:51 UTC (rev 3850)
+++ waska/branches/1.7/waskaweb/i18n/de/LC_MESSAGES/waskaweb.po 2010-10-01 13:46:29 UTC (rev 3851)
@@ -8,7 +8,7 @@
"Project-Id-Version: waskaweb 0.0.0\n"
"Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
"POT-Creation-Date: 2010-05-31 09:27+0200\n"
-"PO-Revision-Date: 2010-09-23 15:08+0100\n"
+"PO-Revision-Date: 2010-10-01 15:44+0100\n"
"Last-Translator: Roland Geider <roland.geider at intevation.de>\n"
"Language-Team: de <LL at li.org>\n"
"MIME-Version: 1.0\n"
@@ -570,7 +570,7 @@
#: waskaweb/templates/main.mako:128
msgid "footer_version"
-msgstr "23.09.2010 | Version 1.7.3"
+msgstr "01.10.2010 | Version 1.7.4"
#: waskaweb/templates/main_login.mako:38
msgid "main_login_bmf_phrase"
Modified: waska/branches/1.7/waskaweb/public/xml/eval_adele.xml
===================================================================
--- waska/branches/1.7/waskaweb/public/xml/eval_adele.xml 2010-10-01 13:35:51 UTC (rev 3850)
+++ waska/branches/1.7/waskaweb/public/xml/eval_adele.xml 2010-10-01 13:46:29 UTC (rev 3851)
@@ -1,8 +1,8 @@
<evaluationset>
<id>1</id>
- <version>0.9.1</version>
+ <version>0.9.3</version>
<name>Verwendungsnachweis</name>
- <desc>Die Verwendungsnachweise dienen dem Verwendungsnachweis. Sie werden grundsätzlich nur über CM Fälle ausgeführt (Phase ist min. laufendes CM). Weiter muss der Fall die notwendige Validität (adele-auswertbar)aufweisen.
+ <desc>Die Verwendungsnachweise dienen dem Verwendungsnachweise. Sie werden grundsätzlich nur über CM Fälle ausgeführt (Phase ist min. laufendes CM). Weiter muss der Fall die notwendige Validität (adele-auswertbar)aufweisen.
</desc>
<requirement>
<phase>2,3,4,5</phase>
@@ -179,7 +179,6 @@
</where>
</ydim>
</evaluation>
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<evaluation>
<id>9</id>
<name>Alterklasse (55-64 Jahre)</name>
@@ -187,7 +186,7 @@
<basequery>
<table>master_tbl_eval_total_view</table>
<template>SELECT id, %(xfield)s, %(yfield)s from %(from)s WHERE %(where)s</template>
- <where>('%(edate)s'::date >= datum_feststellung AND '%(sdate)s'::date <= coalesce(beendigung_5, now()))</where>
+ <where>('%(edate)s'::date >= datum_feststellung AND '%(sdate)s'::date <= coalesce(beendigung_5, now()) AND FALSE)</where>
</basequery>
<xdim>
<label>Geschlecht</label>
@@ -207,6 +206,7 @@
</evaluation>
-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
<evaluation>
<id>10</id>
<name>Erwerbstätig</name>
@@ -227,10 +227,12 @@
<field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(erwerbstaetigkeit_job = 1)</where>
+ <where>(erwerbstaetigkeit_job = 1 and arbeitslosigkeit_1 = 0)</where>
</ydim>
</evaluation>
+-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
<evaluation>
<id>11</id>
<name>Selbstständig</name>
@@ -251,9 +253,10 @@
<field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(bei_eintritt_ist_der_jugendliche = 6)</where>
+ <where>(bei_eintritt_ist_der_jugendliche = 6 and erwerbstaetigkeit_job = 1 and arbeitslosigkeit_1 = 0)</where>
</ydim>
</evaluation>
+-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<evaluation>
<id>12</id>
@@ -275,7 +278,7 @@
<field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(arbeitslosigkeit_1 = 1
+ <where>(arbeitslosigkeit_1 = 1 and erwerbstaetigkeit_job = 0
and ((bezug_alg2 = 1 and bezug_alg1 != 1)
or (bezug_alg1 = 1 and bezug_alg2 != 1)))</where>
</ydim>
@@ -301,7 +304,7 @@
<field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(arbeitslosigkeit_1 = 1
+ <where>(arbeitslosigkeit_1 = 1 and erwerbstaetigkeit_job = 0
and ((bezug_alg2 = 1 and bezug_alg1 != 1)
or bezug_alg1 = 1 and bezug_alg2 != 1)
and dauer_nach_letzter_beschaeftigung > 12)</where>
@@ -328,7 +331,7 @@
<field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(arbeitslosigkeit_1 = 1
+ <where>(arbeitslosigkeit_1 = 1 and erwerbstaetigkeit_job = 0
and bezug_alg2 = 1 and bezug_alg1 != 1)</where>
</ydim>
</evaluation>
@@ -353,7 +356,7 @@
<field>(select count(id) from master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(arbeitslosigkeit_1 = 1
+ <where>(arbeitslosigkeit_1 = 1 and erwerbstaetigkeit_job = 0
and bezug_alg1 = 1 and bezug_alg2 != 1 )</where>
</ydim>
</evaluation>
@@ -434,6 +437,7 @@
</ydim>
</evaluation>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
<evaluation>
<id>20</id>
<name>Menschen mit Behinderung</name>
@@ -457,7 +461,9 @@
<where>(anerkannte_behinderung = 1)</where>
</ydim>
</evaluation>
+-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
<evaluation>
<id>21</id>
<name>Menschen mit sonstiger Benachteiligung</name>
@@ -481,6 +487,7 @@
<where>(physische_beeintraechtigungen = 1 or psychische_beeintraechtigungen = 1)</where>
</ydim>
</evaluation>
+-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<evaluation>
<id>22</id>
@@ -530,6 +537,7 @@
</ydim>
</evaluation>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
<evaluation>
<id>24</id>
<name>ISCED 3</name>
@@ -553,7 +561,9 @@
<where>(schulabschluss_1 = 6)</where>
</ydim>
</evaluation>
+-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<!--
<evaluation>
<id>25</id>
<name>ISCED 4</name>
@@ -577,6 +587,7 @@
<where>(schulabschluss_1 = 8)</where>
</ydim>
</evaluation>
+-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<evaluation>
<id>28</id>
More information about the Mpuls-commits
mailing list