<component-ref url="http://xemelios.org/updatesV5/core" release="5.0.0.43"/>
</requires>
<release-notes>
+ <note>FA-MiniFin-Xemelios-0706 : critère de sélection PJ</note>
<release v="5.0.2.0">
<note visibility="public">Prise en compte des PJ Atlas</note>
</release>
<champ id="servExec" libelle="Srv Exec." default-display="false" exportable="true">
<valeur>@ServExec</valeur>
</champ>
- <champ id="pj" libelle="PJ" datatype="integer" exportable="true">
- <valeur>@PJ</valeur>
+ <champ id="pj" libelle="PJ" datatype="string" exportable="true">
+ <valeur>
+ concat(
+ substring("pièce justificative papier", 1, number(@PJ = 1) * string-length("pièce justificative papier")),
+ substring("pièce jointe dématérialisée", 1, number(@PJ = 2) * string-length("pièce jointe dématérialisée")),
+ substring("pièce justificative dématérialisée", 1, number(@PJ = 3) * string-length("pièce justificative dématérialisée"))
+ )
+ </valeur>
</champ>
<champ id="espacement" libelle="Espac." default-display="false" exportable="true">
<valeur>@Espacement</valeur>
</critere>
<critere id="pj" libelle="PJ">
<path>{@PJ="##VALEUR:pj##"}</path>
- <input id="pj" datatype="numeric" help="/n:Edmn2012/n:EtatEdmn2012/n:LigneEdmn2012/@PJ"/>
+ <select id="pj">
+ <option value="1">pièce justificative papier</option>
+ <option value="2">pièce jointe dématérialisée</option>
+ <option value="3">pièce justificative dématérialisée</option>
+ </select>
</critere>
</element>