Lars Kusch
Lars Kusch
Ah, jetzt verstehe ich wo der Fehler liegt. Die Option für nur PDF ohne XML ist heute in's Repo gemergt worden. Sollte also im nächsten Release verfügbar sein. Das andere...
@support-tt , bitte probiere mal diese Änderung in: app/Services/EDocument/Standards/ZugferdEDokument.php in Zeile 147: von: ``` $this->xdocument->addNewPosition($index) ->setDocumentPositionGrossPrice($item->gross_line_total + $item->discount) ->setDocumentPositionNetPrice($item->line_total); ``` auf ``` $this->xdocument->addNewPosition($index) ->setDocumentPositionGrossPrice($item->gross_line_total) ->setDocumentPositionNetPrice($item->line_total); ``` Danach die Datei speichern...
Alles klar. Danke für das Feedback. Die Änderungen sind im PR #9777, sobald der Release dazu da ist, sollte dieser Fehler auch weg sein.....
@turbo124 it's true. Currently there is no setting to disable the attachment xml. We've taken this decision last time, since german companies are forced by Goverment to send it to...
Hi, you would need to add a new bool toogle which changes the client property "merge_e_invoice_to_pdf".
It's an toggle to enable the merging of the einvoice to the pdf-file. So embedding the xml in the pdf.