[Mpuls-commits] r5047 - in jmd/trunk: . jmdstrukturweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 1 09:44:53 CEST 2011


Author: roland
Date: 2011-06-01 09:44:52 +0200 (Wed, 01 Jun 2011)
New Revision: 5047

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml
Log:
issue1990: automatically calculate the number of employees

Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2011-05-31 13:14:55 UTC (rev 5046)
+++ jmd/trunk/ChangeLog	2011-06-01 07:44:52 UTC (rev 5047)
@@ -1,3 +1,8 @@
+2011-05-31 Roland Geider  <roland.geider at intevation.de>
+
+	* jmdstrukturweb/public/formed/formedtree.xml: issue1990:
+	  automatically calculate the number of employees
+
 2011-05-31 Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* jmdstrukturweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako,

Modified: jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml	2011-05-31 13:14:55 UTC (rev 5046)
+++ jmd/trunk/jmdstrukturweb/public/formed/formedtree.xml	2011-06-01 07:44:52 UTC (rev 5047)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision$  -->
 <document>
   <case>
     <page description="Einwilligungserklärung" invisible="1" name="ee">
@@ -126,7 +125,9 @@
           <rule expr="$anzahl_ea_migration isset" mark="warning:anzahl_ea_migration" name="required-rule-28" value="Fehlende Pflichtfeldangabe"/>
         </group>
         <group containers="a" description="Anzahl der Mitarbeiter" name="group-10" target="d">
-          <int description="Insgesamt in Personen" name="anzahl_gesamt_personen" target="a"/>
+          <info> Insgesamt in Personen: 
+          <expr expr="0 $anzahl_ha_personen $anzahl_ha_personen isset $anzahl_ha_personen known and ? 0 $anzahl_nha_personen $anzahl_nha_personen isset $anzahl_nha_personen known and ? 0 $anzahl_ea_personen $anzahl_ea_personen isset $anzahl_ea_personen known and ? + +"/>
+          </info>
         </group>
         <group containers="a,b" description="Angaben zur Bildungsberatung Garantiefonds Hochschule" name="group-18" target="f">
           <choice description="Bildungsberatung Garantiefonds Hochschule" flags="required:phase_1" name="bildungsberatung_garantiefonds" size="1" target="a">



More information about the Mpuls-commits mailing list