Bestellung einer Dokument-Beglaubigung bei Kanton Bern (Staatskanzlei STA)

Formular, welches ausgefüllt und dann ein PDF Dokument gedruckt wird, als Begleitschreiben (Bestellung) für die Versand der zu beglaubigenden Dokumente an die Staatskanzlei.

Link auf Testomat (aktuell nicht ausserhalb BE erreichbar)

Ansicht Datenerfassung

Ansicht Downlaod PDF

Funktionen

Es werden zentral die Werte für die diversen Beträge geführt. 

Kosten für Beglaubigung (f_kostenDok), Kosten Porto CH (f_portoCH), Kosten Porto INT (f_portoINT).
Mit diesen Werten und der Anzahl der zu beglaubigende Dokumenten (f_anzDoc), werden diverse Texte und Werte berechnet.

Dazu werden in Regeln (im Muster auf der Länderauswahl als "Trigger") die Berechnungen durchgeführt.

click2zoom

Musterquelltext des gezeigten Formulars

JFD Quelltext des Formulars

<?xml version="1.0" encoding="UTF-8"?>
<?jaxfront version=6.4.2;time=2022-07-14 15:47:43.801;GROUP_ID=1033;XUI=;UUID=3058;STATUS=1;STATUS_ORIGIN=-1;CREATED_USER=xxxxxx;LASTUPDATE=2022-07-14T15%3A47%3A43.000Z;XML=;NAME=createNewFormDefinition;DBM=;XSD=;ORIGIN_URL=https%3A%2F%2Fktbe-admin.jaxforms.com%2Fformservice%2Feforms;PARENT_ID=;FORM_ID=FORM_DEFINITION_FORM;LASTUPDATE_USER=1880;pid=3058;OWNER=1880;MANDANT_ID=8;XUI_PDF=;CREATED=2022-06-09T16%3A18%3A03.000Z;GUID=46e370f6-e783-415d-b841-384c688b584b;xui=null?>
<FormDefinition>
 <ID>JAX_musterFormeln</ID>
 <MandantID>8</MandantID>
 <Group>6</Group>
 <ReminderDate>1970-01-01T01:01:00.0</ReminderDate>
 <ResponsiblePerson>thomas.moser@jaxforms.ch</ResponsiblePerson>
 <OrganisationUnit>TEST, DEMO, BETRIEB</OrganisationUnit>
 <workflowGUID>49f38d7c-d65e-41eb-9ff1-bf815be6f462</workflowGUID>
 <Category>TEST, DEMO, BETRIEB</Category>
 <Name>JAX_musterFormeln</Name>
 <Description>Test, für PDF Druck</Description>
 <SequenceID/>
 <Definition>
  <config>
   <pageLayout>wizard</pageLayout>
   <pagingLayout>
    <useRestrictivePaging>false</useRestrictivePaging>
    <hidePageNavigation>false</hidePageNavigation>
    <allowDirectPageJumpNavigation>true</allowDirectPageJumpNavigation>
    <useProcessView>true</useProcessView>
    <wizardStyle>pills</wizardStyle>
   </pagingLayout>
   <labelPosition>label-NORTH</labelPosition>
  </config>
  <page name="f_angaben">
   <config>
    <title>
     <content lang="de"><![CDATA[Beglaubigung für das Ausland]]></content>
     <content lang="fr"><![CDATA[FR__Beglaubigung für das Ausland]]></content>
    </title>
    <description/>
    <layout>4</layout>
   </config>
   <element name="f_kostenDok">
    <config css="displaynone" notSerializable="false" required="true">
     <title>
      <content lang="de"><![CDATA[Kosten CHF]]></content>
     </title>
     <description/>
     <type>
      <number charSize="5" isAmount="true" type="double"/>
     </type>
     <initialValue>
      <expression>25.00</expression>
     </initialValue>
     <editable javaClass="false"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
   <element name="f_portoCH">
    <config css="displaynone" notSerializable="false" required="true">
     <title>
      <content lang="de"><![CDATA[Porto CH]]></content>
     </title>
     <description/>
     <type>
      <number charSize="5" isAmount="true" type="double"/>
     </type>
     <initialValue>
      <expression>1.10</expression>
     </initialValue>
     <editable javaClass="false"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
   <element name="f_portoINT">
    <config css="displaynone" notSerializable="false" required="true">
     <title>
      <content lang="de"><![CDATA[Porto INT]]></content>
     </title>
     <description/>
     <type>
      <number charSize="5" isAmount="true" type="double"/>
     </type>
     <initialValue>
      <expression>6.00</expression>
     </initialValue>
     <editable javaClass="false"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
   <group name="g_dokumente">
    <config>
     <title>
      <content lang="de"><![CDATA[Dokument/e]]></content>
      <content lang="fr"><![CDATA[FR__Dokument/e]]></content>
     </title>
     <description/>
     <type>s</type>
     <collapsible>false</collapsible>
     <collapsed/>
     <layout>4</layout>
     <layoutProps colSpan="4"/>
    </config>
    <element name="f_anzDoc">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Anzahl]]></content>
       <content lang="fr"><![CDATA[FR__Anzahl]]></content>
      </title>
      <description/>
      <type>
       <number charSize="2"/>
      </type>
      <validation useSyntax="true">
       <expression>f_anzDoc > 10</expression>
       <message>
        <content lang="de"><![CDATA[Max. 10 Dokumente]]></content>
        <content lang="fr"><![CDATA[FR__Max. 10 Dokumente]]></content>
       </message>
      </validation>
      <validation useSyntax="true">
       <expression>f_anzDoc < 1</expression>
       <message>
        <content lang="de"><![CDATA[0 ist nicht erlaubt]]></content>
        <content lang="fr"><![CDATA[FR__0 ist nicht erlaubt]]></content>
       </message>
      </validation>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="spacer">
     <config>
      <title>
       <content lang="de"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="fr"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="it"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="en"><![CDATA[<div class="spacer"></div>]]></content>
      </title>
      <description/>
      <type>
       <displayText/>
      </type>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_spracheBeglaubigung">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Gewünschte Sprache]]></content>
       <content lang="fr"><![CDATA[FR__Gewünschte Sprache]]></content>
       <content lang="it"><![CDATA[IT__Gewünschte Sprache]]></content>
       <content lang="en"><![CDATA[EN__Gewünschte Sprache]]></content>
      </title>
      <description useInlineHelp="true">
       <content lang="de"><![CDATA[Sprache in welcher die Beglaubigung verfasst wird.]]></content>
       <content lang="fr"><![CDATA[FR__Sprache in welcher die Beglaubigung verfasst wird.]]></content>
       <content lang="it"><![CDATA[IT__Sprache in welcher die Beglaubigung verfasst wird.]]></content>
       <content lang="en"><![CDATA[EN__Sprache in welcher die Beglaubigung verfasst wird.]]></content>
      </description>
      <type>
       <choiceRadio type="dropdown" width="full">
        <option id="de">
         <title>
          <content lang="de"><![CDATA[Deutsch]]></content>
          <content lang="fr"><![CDATA[Allemand]]></content>
          <content lang="it"><![CDATA[Tedesco]]></content>
          <content lang="en"><![CDATA[German]]></content>
         </title>
        </option>
        <option id="fr">
         <title>
          <content lang="de"><![CDATA[Französisch]]></content>
          <content lang="fr"><![CDATA[Français]]></content>
          <content lang="it"><![CDATA[Francese]]></content>
          <content lang="en"><![CDATA[French]]></content>
         </title>
        </option>
        <option id="it">
         <title>
          <content lang="de"><![CDATA[Italienisch]]></content>
          <content lang="fr"><![CDATA[Italien]]></content>
          <content lang="it"><![CDATA[Italiano]]></content>
          <content lang="en"><![CDATA[Italian]]></content>
         </title>
        </option>
        <option id="en">
         <title>
          <content lang="de"><![CDATA[Englisch]]></content>
          <content lang="fr"><![CDATA[Anglais]]></content>
          <content lang="it"><![CDATA[Inglese]]></content>
          <content lang="en"><![CDATA[English]]></content>
         </title>
        </option>
        <option id="es">
         <title>
          <content lang="de"><![CDATA[Spanisch]]></content>
          <content lang="fr"><![CDATA[Espagnol]]></content>
          <content lang="it"><![CDATA[Spagnolo]]></content>
          <content lang="en"><![CDATA[Spanish]]></content>
         </title>
        </option>
        <option id="pt">
         <title>
          <content lang="de"><![CDATA[Portugiesisch]]></content>
          <content lang="fr"><![CDATA[Portugais]]></content>
          <content lang="it"><![CDATA[Portoghese]]></content>
          <content lang="en"><![CDATA[Portuguese]]></content>
         </title>
        </option>
       </choiceRadio>
      </type>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_land">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Land]]></content>
      </title>
      <description useInlineHelp="true">
       <content lang="de"><![CDATA[Land, in dem die/das Dokument/e verwendet werden.]]></content>
       <content lang="fr"><![CDATA[FR__Land, in dem die/das Dokument/e verwendet werden.]]></content>
      </description>
      <type>
       <choiceRadio allowSearch="true" type="dropdown" width="full">
        <codeset id="resources/KAIO/kaio.codes">laender_ISO</codeset>
       </choiceRadio>
      </type>
      <rules>
       <rule>
        <condition>f_land != NULL</condition>
        <mainAction>setValue(f_totalCHF, (f_anzDoc * f_kostenDok))</mainAction>
       </rule>
      </rules>
      <layoutProps colSpan="4"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="spacer_2">
     <config>
      <title>
       <content lang="de"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="fr"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="it"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="en"><![CDATA[<div class="spacer"></div>]]></content>
      </title>
      <description/>
      <type>
       <displayText/>
      </type>
      <layoutProps colSpan="4"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc1">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 1]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 1]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 0</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc2">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 2]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 2]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 1</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc3">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 3]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 3]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 2</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc4">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 4]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 4]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 3</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc5">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 5]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 5]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 4</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc6">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 6]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 6]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 5</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc7">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 7]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 7]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 6</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc8">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 8]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 8]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 7</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc9">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 9]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 9]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 8</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_doc10">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Dokument 10]]></content>
       <content lang="fr"><![CDATA[FR__Dokument 10]]></content>
      </title>
      <description>
       <watermark>
        <content lang="de">Bezeichnung des Dokumentes</content>
        <content lang="fr">FR__Bezeichnung des Dokumentes</content>
       </watermark>
      </description>
      <type>
       <text charSize="100"/>
      </type>
      <visibility useSyntax="true">
       <expression>f_anzDoc > 9</expression>
      </visibility>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="spacer_4">
     <config>
      <title>
       <content lang="de"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="fr"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="it"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="en"><![CDATA[<div class="spacer"></div>]]></content>
      </title>
      <description/>
      <type>
       <displayText/>
      </type>
      <layoutProps colSpan="4"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_totalCHF">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Kosten CHF]]></content>
      </title>
      <description/>
      <type>
       <number charSize="5" isAmount="true" type="double"/>
      </type>
      <initialValue>
       <expression>(f_kostenDok * f_anzDoc)</expression>
      </initialValue>
      <editable javaClass="false"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="Info_Kosten">
     <config>
      <title>
       <content isFormula="true" lang="de"><![CDATA["<p>Die Kosten für die Beglaubigungen betragen je Dokument <strong>CHF "+f_kostenDok+"0</strong>, zuzüglich <strong>CHF "+f_portoCH+"0</strong> Porto für den Versand in der Schweiz, respektive <strong>CHF "+f_portoINT+"0</strong> für den internationalen Versand.</p>"]]></content>
       <content lang="fr"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="it"><![CDATA[<div class="spacer"></div>]]></content>
       <content lang="en"><![CDATA[<div class="spacer"></div>]]></content>
      </title>
      <description/>
      <type>
       <displayText/>
      </type>
      <layoutProps colSpan="3"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
   </group>
   <group name="g_bestellungvon">
    <config>
     <title>
      <content lang="de"><![CDATA[Bestellende Person]]></content>
     </title>
     <description/>
     <type>s</type>
     <collapsible>false</collapsible>
     <collapsed/>
     <layout>4</layout>
     <layoutProps colSpan="4"/>
    </config>
    <element name="firstName">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Vorname]]></content>
       <content lang="fr"><![CDATA[Prénom]]></content>
      </title>
      <description/>
      <type>
       <text/>
      </type>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="lastName">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Name]]></content>
       <content lang="fr"><![CDATA[Nom]]></content>
      </title>
      <description/>
      <type>
       <text/>
      </type>
      <layoutProps colSpan="2"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element refID="0A00002F:014F880AC908:AFA3:0D1C7E72">
     <config required="true">
      <layoutProps colSpan="2"/>
     </config>
    </element>
    <element refID="3ac331be-fd26-4ce2-8f3a-4ab08201bac7">
     <config>
      <layoutProps colSpan="2"/>
     </config>
    </element>
   </group>
   <group name="g_zustelladresse">
    <config>
     <title>
      <content lang="de"><![CDATA[Zustelladresse]]></content>
      <content lang="fr"><![CDATA[FR__Zustelladresse]]></content>
     </title>
     <description/>
     <type>s</type>
     <collapsible>false</collapsible>
     <collapsed/>
     <layout>4</layout>
     <layoutProps colSpan="4"/>
    </config>
    <element name="f_LA_land">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Land]]></content>
      </title>
      <description useInlineHelp="true">
       <content lang="de"><![CDATA[Land, in dem die/das Dokument/e verwendet werden.]]></content>
       <content lang="fr"><![CDATA[FR__Land, in dem die/das Dokument/e verwendet werden.]]></content>
      </description>
      <type>
       <choiceRadio allowSearch="true" type="dropdown" width="full">
        <codeset id="resources/KAIO/kaio.codes">laender_ISO</codeset>
       </choiceRadio>
      </type>
      <rules>
       <rule>
        <condition>f_LA_land != NULL && f_LA_land != "CH"</condition>
        <mainAction>setValue(f_kosten_inklVersand, ((f_anzDoc * f_kostenDok) + f_portoINT))</mainAction>
       </rule>
       <rule>
        <condition>f_LA_land != NULL && f_LA_land == "CH"</condition>
        <mainAction>setValue(f_kosten_inklVersand, ((f_anzDoc * f_kostenDok) + f_portoCH))</mainAction>
       </rule>
      </rules>
      <layoutProps colSpan="4"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_adress" tname="f_street">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Strasse]]></content>
       <content lang="fr"><![CDATA[Rue]]></content>
       <content lang="en"><![CDATA[Street]]></content>
      </title>
      <description/>
      <type>
       <text width="full"/>
      </type>
      <layoutProps colSpan="3"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_streetnumber" tname="f_streetnumber">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Hausnummer]]></content>
       <content lang="fr"><![CDATA[numéro]]></content>
       <content lang="en"><![CDATA[number]]></content>
      </title>
      <description/>
      <type>
       <text width="full"/>
      </type>
     </config>
     <value>
      <simple/>
     </value>
    </element><?jax_include_type type="COPY"?>
    <element name="f_adresszusatz" tname="f_adresszusatz">
     <config>
      <title>
       <content lang="de"><![CDATA[Adresszusatz]]></content>
       <content lang="fr"><![CDATA[Adresse supplémentaire]]></content>
       <content lang="en"><![CDATA[Extra Information]]></content>
      </title>
      <description/>
      <type>
       <text charSize="100" width="full"/>
      </type>
      <layoutProps colSpan="4"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_ZipCode" tname="ZipCode">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[PLZ]]></content>
       <content lang="fr"><![CDATA[NPA]]></content>
       <content lang="en"><![CDATA[<div>Zip-Code</div>]]></content>
      </title>
      <description/>
      <type>
       <text charSize="8" width="full"/>
      </type>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_town" tname="town">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Ort]]></content>
       <content lang="fr"><![CDATA[<div>Lieu</div>]]></content>
       <content lang="en"><![CDATA[<div>Town</div>]]></content>
      </title>
      <description/>
      <type>
       <text width="full"/>
      </type>
      <layoutProps colSpan="3"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_adrReAbweichend">
     <config>
      <title>
       <content lang="de"><![CDATA[Rechnungsadresse]]></content>
       <content lang="fr"><![CDATA[FR__Rechnungsadresse]]></content>
      </title>
      <description/>
      <type>
       <choiceList multiselect="true" multiselectRepresentation="checkbox">
        <option id="ja">
         <title>
          <content lang="de"><![CDATA[Abweichende Rechnungsadresse gewünscht]]></content>
          <content lang="fr"><![CDATA[FR__Abweichende Rechnungsadresse gewünscht]]></content>
         </title>
        </option>
       </choiceList>
      </type>
      <layoutProps colSpan="4"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
   </group><?jax_include_type type="COPY"?>
   <group name="g_rechnungsadresse">
    <config>
     <title>
      <content lang="de"><![CDATA[Rechnungsadresse]]></content>
      <content lang="fr"><![CDATA[FR__Rechnungsadresse]]></content>
     </title>
     <description/>
     <type>s</type>
     <visibility useSyntax="true">
      <expression>f_adrReAbweichend == "ja"</expression>
     </visibility>
     <collapsible>false</collapsible>
     <collapsed/>
     <layout>4</layout>
     <layoutProps colSpan="4"/>
    </config>
    <element name="f_REadress">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Strasse]]></content>
       <content lang="fr"><![CDATA[Rue]]></content>
       <content lang="en"><![CDATA[Street]]></content>
      </title>
      <description/>
      <type>
       <text width="full"/>
      </type>
      <layoutProps colSpan="3"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_REstreetnumber">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Hausnummer]]></content>
       <content lang="fr"><![CDATA[numéro]]></content>
       <content lang="en"><![CDATA[number]]></content>
      </title>
      <description/>
      <type>
       <text width="full"/>
      </type>
     </config>
     <value>
      <simple/>
     </value>
    </element><?jax_include_type type="COPY"?>
    <element name="f_REadresszusatz">
     <config>
      <title>
       <content lang="de"><![CDATA[Adresszusatz]]></content>
       <content lang="fr"><![CDATA[Adresse supplémentaire]]></content>
       <content lang="en"><![CDATA[Extra Information]]></content>
      </title>
      <description/>
      <type>
       <text charSize="100" width="full"/>
      </type>
      <layoutProps colSpan="4"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_REZipCode">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[PLZ]]></content>
       <content lang="fr"><![CDATA[NPA]]></content>
       <content lang="en"><![CDATA[<div>Zip-Code</div>]]></content>
      </title>
      <description/>
      <type>
       <text charSize="8" width="full"/>
      </type>
     </config>
     <value>
      <simple/>
     </value>
    </element>
    <element name="f_REtown">
     <config required="true">
      <title>
       <content lang="de"><![CDATA[Ort]]></content>
       <content lang="fr"><![CDATA[<div>Lieu</div>]]></content>
       <content lang="en"><![CDATA[<div>Town</div>]]></content>
      </title>
      <description/>
      <type>
       <text width="full"/>
      </type>
      <layoutProps colSpan="3"/>
     </config>
     <value>
      <simple/>
     </value>
    </element>
   </group>
   <element name="f_bemerkungen">
    <config>
     <title>
      <content lang="de"><![CDATA[Zusätzliche Informationen]]></content>
      <content lang="fr"><![CDATA[FR__Zusätzliche Informationen]]></content>
     </title>
     <description/>
     <type>
      <textArea charSize="500" noOfRows="4"/>
     </type>
     <layoutProps colSpan="4"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
   <element name="f_kosten_inklVersand">
    <config css="displaynone" required="true">
     <title>
      <content lang="de"><![CDATA[Total Kosten CHF]]></content>
     </title>
     <description/>
     <type>
      <number charSize="5" isAmount="true" type="double"/>
     </type>
     <initialValue>
      <expression>(f_kostenDok * f_anzDoc) + if(f_land== "ch", f_portoCH, f_portoINT)</expression>
     </initialValue>
     <editable javaClass="false"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
  </page>
  <page name="download">
   <config>
    <title>
     <content lang="de"><![CDATA[Download Bestellung]]></content>
     <content lang="fr"><![CDATA[FR__Download Bestellung]]></content>
    </title>
    <description/>
    <layout>4</layout>
   </config>
   <element name="Info_Kosten_Total">
    <config>
     <title>
      <content isFormula="true" lang="de"><![CDATA["<h3>Hinweis zu den Kosten</h3><p>Die Kosten für die Beglaubigung/en, betragen <strong>CHF " +f_kosten_inklVersand + "0</strong>.  Darin enthalten sind <strong>CHF "+ if(f_land== "CH", f_portoCH, f_portoINT) +"0</strong> für Porto/Versand.</p>"]]></content>
      <content lang="fr"><![CDATA["<h3>Hinweis zu den Kosten</h3><p>Die Kosten für die Beglaubigung/en, betragen <strong>CHF " +f_kosten_inklVersand + "0</strong>.  Darin enthalten sind <strong>CHF "+ if(f_land== "CH", f_portoCH, f_portoINT) +"0</strong> für Porto/Versand.</p>"]]></content>
      <content lang="it"><![CDATA[<div class="spacer"></div>]]></content>
      <content lang="en"><![CDATA[<div class="spacer"></div>]]></content>
     </title>
     <description/>
     <type>
      <displayText/>
     </type>
     <layoutProps colSpan="4"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
   <element name="info_donwload">
    <config>
     <title>
      <content lang="de"><![CDATA[<p class="buttonstyle infobox"><span class="text">Bitte öffnen Sie die Bestellung als PDF und speichern Sie diese auf Ihrem Gerät zum späteren Druck oder drucken Sie das angezeigte PDF direkt aus. Unterschreiben Sie die Bestellung und senden Sie diese zusammen mit den zu beglaubigenden Dokumenten an die Staatskanzlei.</span></p>]]></content>
     </title>
     <description/>
     <type>
      <displayText/>
     </type>
     <layoutProps colSpan="4"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
   <element name="linkBegleitschreiben" tname="linkBegleitschreiben">
    <config>
     <title>
      <content isFormula="true" lang="de"><![CDATA["<p><a class=\"pdf btn-default\" target=\"_blank\" href=\"" + buildCurrentRepresentationPrintLink("resources/KAIO/STA-ARP-BestellungBeglaubigungen/" + JAX_USER_LANGUAGE + "/STA-ARP-BestellungBeglaubigungen.docx","STA-ARP-BestellungBeglaubigungen" + firstName + lastName + ".pdf") + "\" >Bestellung Beglaubigungen (PDF)</a></p>"]]></content>
      <content isFormula="true" lang="fr"><![CDATA["<p><a class=\"pdf\" href=\"" + buildCurrentRepresentationPrintLink("resources/KAIO/STA-ARP-BestellungBeglaubigungen/" + JAX_USER_LANGUAGE + "/STA-ARP-BestellungBeglaubigungen.docx","STA-ARP-BestellungBeglaubigungen" + firstName + lastName + ".pdf") + "\" >Bestellung Beglaubigungen (PDF)</a></p>"]]></content>
     </title>
     <description/>
     <type>
      <displayText/>
     </type>
     <layoutProps colSpan="4"/>
    </config>
    <value>
     <simple/>
    </value>
   </element>
   <element name="css_hideSenden">
    <config>
     <title>
      <content lang="de"><![CDATA[<style> a.btn-default.pdf {color: #fff!important; border: 0px solid transparent!important} .JAX-MARKER .JAX-FORM-STA-ARP-BestellungBeglaubigungen .jax-main-controls {display:none!important}</style>]]></content>
      <content lang="fr"><![CDATA[<style> a.btn-default.pdf {color: #fff!important; border: 0px solid transparent!important} .JAX-MARKER .JAX-FORM-STA-ARP-BestellungBeglaubigungen .jax-main-controls {display:none!important}</style>]]></content>
     </title>
     <description/>
     <type>
      <displayText/>
     </type>
    </config>
    <value>
     <simple/>
    </value>
   </element>
  </page>
  <Resource/>
 </Definition>
 <isFormHistoryEnabled/>
 <isTicketMode/>
 <NLS/>
</FormDefinition>





  • Keine Stichwörter