krnkris
October 16, 2017, 9:39am
#1
I’m not an expert, need some help.
The government regulation require to
send all invoices to the government system
automatically.
The XML invoice data should be send
based this schema
/Letöltés -> Download/:
https://onlineszamla.nav.gov.hu/KobakReg/faces/index.xhtml
Is it possible with the ERPNEXT system to send it the invoices at the time
the invoices created?
All information is appreciated.
rmehta
October 16, 2017, 10:20am
#2
You can use Jinja templates for this
Maybe also think about sharing it if you think it might be useful to someone else.
krnkris
October 20, 2017, 8:28am
#3
@rmehta
Thank you for prompt answer.
It seem it would be a two stage procedure.
To make the Invoice conform against the
schema
/Letöltés -> Download/:
https://onlineszamla.nav.gov.hu/KobakReg/faces/index.xhtml3
To create a Jinja templates for sending
Is it correct?
How to make the INVOICE conform against the schema?
1 Like
csapoz
November 21, 2017, 11:17pm
#4
@krnkris
Did you create these Jinja templates in the end?
krnkris
November 22, 2017, 7:21am
#5
H@csapoz
Welcome on board.
I‘m far behind and pleased to get some help about this subject.
Ha tudsz elkel egy kis segítség . Távol all tőlem a Jinja, azaz igazság .
In the mean time there is detailed explanation in different
languages about the new regulations:
https://onlineszamla-test.nav.gov.hu/dokumentaciok
It works with REST API.
Someone can tell how it works and should configure?
ERPNext capable for it?
@rmehta
Can you please take look on this:
https://github.com/angro-kft/nav-connector
If it is implemented then all invoices submitting
automatically? How can be implement?
I’m not a developer.
Any suggestion apreciated.
Hi, I think you should need to create a custom app and create the XML required and send it to the government by using hooks (for example on_submit in Sales Invoice).
Also, it will be good to integrate this feature in the core, maybe in a regionalization like GST for India.
1 Like
@federico_calvo
Thank you for your information .
Now there is a gowerment git site for checking:
rmeyer
May 14, 2020, 4:05pm
#11
XML invoicing has already been implemented for Italy. You can check the code here .
@rmeyer
I don‘t see automatic invoice sending to government hosted IP on the Italian invoicing.
In Hungary it is mandatory in time of filling an Invoice should supply immediately to authorities.
rmeyer
May 16, 2020, 10:18pm
#13
True, but the sending part is not that difficult. Have a look at the Python requests
module.
https://requests.readthedocs.io/en/master/user/quickstart/#post-a-multipart-encoded-file
krnkris
December 3, 2020, 3:46pm
#14
krnkris
January 11, 2021, 9:53pm
#15