akretion / factur-x

Python lib for Factur-X, the e-invoicing standard for France and Germany
Other
156 stars 56 forks source link

I have a PDF file with a discount and unit price, why doesn't that field get reflected when it's converted into XML? (pdf to xml ) #37

Closed rinaharry closed 8 months ago

rinaharry commented 8 months ago

202312058031220232600003689pdf.pdf

I have a PDF file with a discount and unit price, why doesn't that field get reflected when it's converted into XML?

rinaharry commented 8 months ago

@alexis-via @attrib

alexis-via commented 8 months ago

When you look at the XML file inside the PDF, you will see that the price without discount is not written in the XML ; they only put the net price. The could have done it differently in the XML. Anyway, your question is not related to the factur-x python lib. So please report this issue to the company that generated the invoice.