Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Beilagenkombis können mit oder ohne Kombinummer hinterlegt werden. Davon abhängig ist die Funktionsweise und die Preisberechnung.

Funktionalitäten von Beilagenkombis

  • Beilagenkombis Hinterlegung mit oder ohne KombinummerKombinummern

  • Arbeiten mit Beilagen

Inhaltsverzeichnis

...

In dieser Variante gibt es bei einer Beilagenkombi keine Kombinummer. Das bedeutet, dass es sich um keine Kombi in der Preisberechnung handelt und jede Einzelausgabe ihren eigenen Preis zieht, obwohl die Belegung als Kombi angelegt ist.

...

Im PreisXML wird es wie folgt dargestellt. Es wird keine Kombinummer eingetragen und jede Einzelbelegung ist unter ihrer eigenen “Benefit ID” aufgelistet:

Code Block
<?xml version="1.0" encoding="iso8859-1"?>
<DAufPreisBer>
    <Element Ref="DBeilage/204-5058373">
        <Benefit ID="2">
            <Schema>
                <Name>pro_buchung_be</Name>
                <ValidFrom>01.01.2022</ValidFrom>
            </Schema>
            <Edition>ma</Edition>
            <DOI>2023-02-01</DOI>
            <Pos Name="Grundpreis">
                <Comment>Grundpreis</Comment>
                <Unit>10000</Unit>
                <BPrice>0,05</BPrice>
                <Price>500,00</Price>
                <Total>500,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
                <Category>A</Category>
            </Pos>
            <Pos Name="Tarif">
                <Comment>Listenpreis</Comment>
                <Total>500,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="ABasis">
                <Comment>AbschlussBasis</Comment>
                <Total>500,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="Netto">
                <Comment>Nettopreis</Comment>
                <Total>500,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="UST">
                <Comment>UST</Comment>
                <Unit>19%</Unit>
                <BPrice>500,00</BPrice>
                <Price>95,00</Price>
                <Total>595,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="Brutto">
                <Comment>Brutto</Comment>
                <Total>595,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <BenStat>
                <ET>84000</ET>
                <Anteil>1</Anteil>
                <Datum>01.02.2023</Datum>
            </BenStat>
            <BenStat>
                <KS>9199</KS>
                <Anteil>1</Anteil>
                <Datum>01.02.2023</Datum>
                <Ausgabe>ma</Ausgabe>
            </BenStat>
        </Benefit>
        <Benefit ID="3">
            <Schema>
                <Name>pro_buchung_be</Name>
                <ValidFrom>01.01.2022</ValidFrom>
            </Schema>
            <Edition>mn</Edition>
            <DOI>2023-02-01</DOI>
            <Pos Name="Grundpreis">
                <Comment>Grundpreis</Comment>
                <Unit>10000</Unit>
                <BPrice>0,145</BPrice>
                <Price>1.450,00</Price>
                <Total>1.450,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
                <Category>A</Category>
            </Pos>
            <Pos Name="Tarif">
                <Comment>Listenpreis</Comment>
                <Total>1.450,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="ABasis">
                <Comment>AbschlussBasis</Comment>
                <Total>1.450,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="Netto">
                <Comment>Nettopreis</Comment>
                <Total>1.450,00</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="UST">
                <Comment>UST</Comment>
                <Unit>19%</Unit>
                <BPrice>1.450,00</BPrice>
                <Price>275,50</Price>
                <Total>1.725,50</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <Pos Name="Brutto">
                <Comment>Brutto</Comment>
                <Total>1.725,50</Total>
                <PosStat>
                    <Konto>5555</Konto>
                    <Ust>19</Ust>
                </PosStat>
            </Pos>
            <BenStat>
                <ET>84000</ET>
                <Anteil>1</Anteil>
                <Datum>01.02.2023</Datum>
            </BenStat>
            <BenStat>
                <KS>9199</KS>
                <Anteil>1</Anteil>
                <Datum>01.02.2023</Datum>
                <Ausgabe>mn</Ausgabe>
            </BenStat>
        </Benefit>
        <Total>
            <Pos Name="Grundpreis" Comment="Grundpreis" Unit="10000">1.950,00</Pos>
            <Pos Name="Tarif" Comment="Listenpreis">1.950,00</Pos>
            <Pos Name="ABasis" Comment="AbschlussBasis">1.950,00</Pos>
            <Pos Name="Netto" Comment="Nettopreis">1.950,00</Pos>
            <Pos Name="UST" Comment="UST" Unit="19%">370,50</Pos>
            <Pos Name="Brutto" Comment="Brutto">2.320,50</Pos>
        </Total>
        <DebitTotal>
        </DebitTotal>
    </Element>
    <Total>
        <Pos Name="Grundpreis" Comment="Grundpreis" Unit="10000">1.950,00</Pos>
        <Pos Name="Tarif" Comment="Listenpreis">1.950,00</Pos>
        <Pos Name="ABasis" Comment="AbschlussBasis">1.950,00</Pos>
        <Pos Name="Netto" Comment="Nettopreis">1.950,00</Pos>
        <Pos Name="UST" Comment="UST" Unit="19%">370,50</Pos>
        <Pos Name="Brutto" Comment="Brutto">2.320,50</Pos>
    </Total>
    <DebitTotal>
    </DebitTotal>
</DAufPreisBer>

...

Beilagenkombis mit Kombinummer

Ist die Kombinummer für Beilagen aktiviert, ist die Funktionsweise gleich wie bei Anzeigenkombis. Das bedeutet, es wird nur eine Position in den Preisdetails angezeigt und ein Gesamtpreis für die Kombi berechnet.

...

Im PreisXML wird es wie folgt dargestellt. Es ist eine Kombinummer eingetragen und jede Einzelbelegung ist unter dieser aufgelistet:

...

Mitwirkungspflichten

Der bzw. die Kund:in muss die Variante der Nutzung festlegen.

...

Include Page
Disclaimer der PEIQ PRINT NGEN - Produktdokumentation
Disclaimer der PEIQ PRINT NGEN - Produktdokumentation

Nur für PEIQ-Mitarbeiter:

/wiki/spaces/CORE/pages/1228472351