Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
<?xml version="1.0" encoding="UTF-8"?>
<?pte generator="ProfiForms_Config_Engine_0_0_0002" APIVersion="0.0.01"?>
<package type="transaction" name="V-0002" description="fly-ticket invoices 01.01.2011" version="1.1">
 <configurationSet> 
   <runtimeEnvironments>   
     <runtimeEnvironment platform="Windows">     
         <program name="OMS-ReportWriter" version="5.6.???">${home}\bin\reportw.exe</program>     
         <cmdLine>${testData} ${home}\etc\reportw.tci -aip ${home}\etc -afp ${home}\forms -afp ${home}\rw -aap ${home}\running\archive_in -alp ${home}\logos -all process.log -vol -rsp XML -sno ?????????????????</cmdLine>     
         <programResult>                
             <log>process.log</log>                
             <preview>*.pdf</preview>                
             <result type="ReturnCode">0</result>     
         </programResult>   
     </runtimeEnvironment>   
     <runtimeEnvironment platform="Linux">     
         <program name="OMS-ReportWriter" version="5.6.???">${home}\bin\linux\reportw</program>     
         <cmdLine>${testData} ${home}/etc/reportw.tci -aip ${home}/etc -afp ${home}/forms -afp ${home}/rw -aap ${home}/running/archive_in -alp ${home}/logos -all process.log -vol -rsp XML -sno ??????????????????</cmdLine>     
         <programResult>                
             <log>process.log</log>                
             <preview>*.pdf</preview>                
             <result type="ReturnCode">0</result>     
         </programResult>   
     </runtimeEnvironment> 
   </runtimeEnvironments> 
   <transactionForm>${home}/forms/M-0044-V-0002.xdp</transactionForm> <!-- can be removed --> 
   <testDataSet>   
     <testData>     
       <name>Fly-Testabrechnung</name>     
       <description>5 Dokumente in allen Varianten</description>     
       <value>${home}\testdata\fly.xml</value>   
     </testData> 
   </testDataSet> 
   <inputVariableSet>   
     <inputVariable>     
       <name>PARTNER_ID</name>     
       <description>System-ID des Werbe-Partners. Werte: 'LH', 'RYANA', 'FLYDBA'</description>   
     </inputVariable>   
     <inputVariable>     
       <name>NL_KEY</name>     
       <description>System-ID der Länderniederlassung. Werte: '01 - Deutschland' '02 - Österreich'</description>   
     </inputVariable>   
     <inputVariable>     
       <name>SUM_VALUE</name>     
       <description>Rechnungs-Gesamtsumme</description>   
     </inputVariable> 
   </inputVariableSet>
 </configurationSet>
</package>

...