calc/tests/Customer/W/calc.xml
2023-02-01 10:54:11 +01:00

43 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<kalkulation>
<artikel>
<name>SD-Durchschreibesätze A4-Blocks</name>
<kommentar>210 mm x 297 mm</kommentar>
<uploads>
<upload id="neutral" name="Druckdaten" description="Bitte laden sie eine PDF für den Druck hoch"/>
</uploads>
<!-- Grundinformationen fixe Parameter -->
<option id="breite" name="Breite" type="Hidden" default="210"/>
<option id="hoehe" name="Höhe" type="Hidden" default="297"/>
<!-- Ende Grundinformationen -->
<!-- Auflage -->
<option id="auflage" name="Auflage" type="Select" default="1000">
<opt id="1000" name="1000"/>
<opt id="2000" name="2000"/>
<opt id="3000" name="3000"/>
<opt id="4000" name="4000"/>
<opt id="5000" name="5000"/>
<opt id="7500" name="7500"/>
<opt id="10000" name="10000"/>
<opt id="15000" name="15000"/>
<opt id="20000" name="20000"/>
<opt id="25000" name="25000"/>
<opt id="30000" name="30000"/>
<opt id="40000" name="40000"/>
<opt id="50000" name="50000"/>
<opt id="75000" name="75000"/>
<opt id="100000" name="100000"/>
</option>
<option id="versand" name="Versand" type="Select" mode="delivery" default="3" help="Wählen Sie die Versandart">
<opt id="1" name="Standard zzgl. € 0,00" workDays="10" country="Germany/MecklenburgWesternPomerania" maxTime="18" info="Sofortiger Produktionsbeginn bei Dateneingang und Zahlung bis 18 Uhr." dateFormat="d.m.Y">
</opt>
<opt id="2" name="Express zzgl. 20%" workDays="5" country="Germany" maxTime="12" info="Sofortiger Produktionsbeginn bei Dateneingang und Zahlung bis 12 Uhr." dateFormat="Y-m-d">
</opt>
<opt id="3" name="default" workDays="2" maxTime="12">
</opt>
</option>
<!-- BLOCK ENDE-->
</artikel>
</kalkulation>