Another questions regarding German invoices. XRechnung has a rule BR-DE-15 "For German suppliers, the element “Buyer reference“ (BT-10) shall be provided".
Quote:
"BT-10 Buyer reference: The Leitweg-ID is an identifier developed to address public entities in Germany and may be used within XRechnung. KoSIT does not provide any Leitweg-ID from German public authorities. Public authorities themselves should provide the Leitweg-ID to the issuers of electronic invoices."
But, if XRechnung becomes mandatory not only for B2G but for B2B, how the Leitweg-ID can be provided/obtained?
Sales Pack - XInvoice
Collapse
X
-
There's a general EN 16931 standard that is extendable by design. Different countries have different standards upon that basic once. Usually, it's additional validation rules or more restrictive rules. The e-invoice should also contain the specification identifier.
I consider an international (Europe only for now) solution, not only German/France specific. -
As far as I understand, there are general European rules, complemented with some countrywise rules. The Link from peterberlin provides the german version, but there is an english verson for developers: https://en.e-rechnung-bund.de/e-invo...are-companies/
I am not able to judge all this, but perhaps it could help you yuri .Leave a comment:
-
I have some questions which are important for the future implementation. Will appreciate if anybody with experience could answer.
1. Would we need the ability to export the same invoice in different formats? When one format is needed for a customer, another – for our company. For example, XRechnung and RO_CIUS.
2. Would we need the ability to export different invoices in different formats? For example, one invoice for Romanian customer in their regional format/standard, another invoice – in German format.
ThanksLeave a comment:
-
One more project that may be useful https://github.com/easybill/zugferd-php. -
There's some movement in Dompdf into supporting PDF/A. That's good news for us.Leave a comment:
-
> EspoCRM is not suitable for generating invoices in Germany.
Maybe still suitable as it's not yet 2025.Leave a comment:
-
Maybe the link will help:
Im FAQ finden Sie hilfreiche Fragen und Antworten zur elektronischen Rechnung. Wählen Sie einfach das Thema, das Sie interessiert.
https://www.e-rechnung-bund.de/faq/x...hen%20Rechnung.
According to the GOBD, EspoCRM is not suitable for generating invoices in Germany.
peterLeave a comment:
-
Hello,
in Czech Republic we have ISDOC format which is XML file that is usally sent alongside invoice (invoice.isdoc), or directly embeddedinto PDF as some PDF attachments.
Here is a github repo with code sample https://github.com/isdoc/isdoc.pdf
There is also documentation available, but it's in Czech https://isdoc.cz/6.0.2/doc/isdoc.html
Since we had to do multiple XML exports for various accounting software we also made a module for XML templates which work the same as PDF templates, but instead of printing to PDF it will save as XML file (while the same handlerbars and template helpers are available) - this could possibly be a good approach for this too, since clients may need to make small adjustments to the XML files. From my experience it's impossible to cover all types of clients, some are in OSS (one stop shop) some are "special vat payers or something" and XML templates do add a lot of flexibility to this, since you can use if statements, template helpers etc.Last edited by radek; 04-03-2024, 01:46 PM.Leave a comment:
-
Hi,
maybe here we understand more (it's my case)
About Where What News Features Sample Where Read, write, validate and/or convert electronic invoices using the commandline version (download on the commandline page) or read how to embed the java library in your software. What Mustangproject is a open source Java (Jar or Maven) and a command-line tool, and provides a server with a REST […]
At the right you see a sample PDF containing Factur-X/ZUGFeRD metadata generated with the Mustang library. If you open it in Adobe Acrobat Reader just click on the paperclip symbol to see the embedded ZUGFeRD XML structure. It has been created using the invoice class. Which you can also use to create a XRechnung.
Maybe.Leave a comment:
-
Hi,
The question whether the PDF and XML have to be separate or somehow combined (XML in PDF?). Is there any implementation among other popular ERP/CRM systems?
EDIT. It looks that the "ZUGFeRD" defines combination of XML and PDF. The problem is implementation. We use Dompdf lib, not sure it does support it. It does not support PDF/A mode yet. Haven't yet researched deeply.
May be useful: https://github.com/atgp/factur-xLast edited by yuri; 03-31-2024, 04:56 PM.Leave a comment:
-
Hello everyone,
I would also very much welcome an integration of the XML invoice in the EspoCRM sales pack.
As Bernhard has already written, this standard will be mandatory in Germany from 2025, and later probably throughout the EU. As this is intended to combat tax evasion, it can also be assumed that the xml invoice will remain. In contrast to some other digitization projects
As far as I can see, there are standards for Germany (X-Rechnung) and France (Factur-X). Both standards are included in the ZuGFerd standard 2.2. This may offer a good approach for implementation. The advantage of the ZuGFerd standard is that a PDF invoice with an integrated XML invoice is generated.
Why does it make sense to combine PDF and xml invoices?
The obligation to use XML invoices initially only applies to the B2B sector. Invoices to private individuals or amounts up to EUR 250 are not subject to the xml invoice obligation. The xml obligation also does not (yet) apply to cross-border invoices either.
However, as EspoCRM is intended to be flexible all areas can be covered with that. Here is the link to the ZuGFerd standard: https://www.ferd-net.de/standards/zu...2.2/index.html
So it would be great if the option for xml invoicing could be included in the sales pack. As invoicing from EspoCRM works excellent so far, it would almost be a disaster to use a different program here.
You are welcome to contact me for tests.
Regards
Holger
Leave a comment:
-
what Bernhard means is probably this:
I had some recent contact with it. Basically when you creating an invoice in a PDF form, you are not simply printing it visually, but also create an XML Structure with it that has a specific format. Currently it's mainly used when working with official state departments within Germany.
I don't know how that will work in B2B with small companies, but what you may want to look at is this:
en16931 · PyPISection 4.4 of part 1 of the eInvoicing standard specifies the compliance criteria in detail but below is a short introduction.Leave a comment:
-
I think that's a good option if the process can be included in the Salespack workflow. So, adding a button next to Print to PDF does the job. Thanks for your input. -
Hi, thanks for the links. I think they are going in the right direction.
This is one system supporting the new invoices: https://einfach-xrechnung.de/en/
I find many German websites about that, but not so many English sites. In Germany at least this is called xRechnung. Other places use eInvoice, but it needs to be the same standard. One type is also called zugFeRD - I think its a german initiative but goes into the same direction: https://www.billwerk.plus/wiki/standards-norms/zugferd-format/#:~:text=Simply%20explained%2C%20a%20ZUGFeRD%2Dcom patible,automated%20processing%20with%20the%20XML.
My best guess is, that there will be possible multiple xml templates and a solution where templates can be adjusted would have less problems if things change ...
item, thanks for linking the GitHub Library. I think this sounds great.
Thanks for checking this.Leave a comment:
Leave a comment: