Hi,
we want to switch our webshop to Phoca Cart. In Germany, B2B vendors must provide an electronic invoice in a special XML format, conforming to EN16931. This starts from Jan 1st, 2025.
Is this possible in Phoca Cart? I could not find anything in the docs, and not in the list of plugins /3rd party plugins.
I looked for solutions which can offer one of these formats:
ZUGFeRD or XRechnung or EDI (Electronic Data Interchange)
Any hints welcomed!
Andy
Mandatory Electronic Invoice for B2B (from 2025)
-
- Phoca Newbie
- Posts: 9
- Joined: 22 Oct 2024, 14:55
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mandatory Electronic Invoice for B2B (from 2025)
Hi, for now there is no such option or plugin:
https://github.com/PhocaCz/PhocaCart/issues/243
So the only way for now is just use standard accounting system.
There is no problem to implement it as this is just standard XML export, the problem is to find full specification of XML items and assign them to right values in Phoca Cart (which can be time demanding as mostly there are a lot of items)
Do you know the link to full specification of XRechnung (I found only examples)?
Thank you, Jan
https://github.com/PhocaCz/PhocaCart/issues/243
So the only way for now is just use standard accounting system.
There is no problem to implement it as this is just standard XML export, the problem is to find full specification of XML items and assign them to right values in Phoca Cart (which can be time demanding as mostly there are a lot of items)
Do you know the link to full specification of XRechnung (I found only examples)?
Thank you, Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mandatory Electronic Invoice for B2B (from 2025)
BTW, I am not sure if I understand it correctly, but based on this source:
https://www.gypsilon.de/neuigkeiten/e-r ... sen-mussen
you must send electronic invoices (if you are small company or individual) only from 2028 or do I understand it not correctly?
https://www.gypsilon.de/neuigkeiten/e-r ... sen-mussen
you must send electronic invoices (if you are small company or individual) only from 2028 or do I understand it not correctly?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 9
- Joined: 22 Oct 2024, 14:55
Re: Mandatory Electronic Invoice for B2B (from 2025)
Hi, thank you for your kind answer. It is possible to skip the electronic billing for a certain amount of time - BUT only (!) if the customer agrees to it.Jan wrote: ↑25 Oct 2024, 20:41 BTW, I am not sure if I understand it correctly, but based on this source:
https://www.gypsilon.de/neuigkeiten/e-r ... sen-mussen
you must send electronic invoices (if you are small company or individual) only from 2028 :idea: or do I understand it not correctly?
We've found a billing system which allows to create ZUGFERD standard invoices (Open3A).
Maybe we'll find a way to import an invoice from Phoca Cart to Open3A, both the database structures seems not too complicated.
Most of the B2B customers use "classic" ways (phone, mail) for ordering now, but we want to change that for the future.
The specifications:
https://www.ferd-net.de/ <- to start
Here in the download package is the full standard of ZUGFeRD and Factur-X:
https://www.ferd-net.de/standards/zugfe ... d-2.3.html
Hope that helps.
best greetings
Andy