FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Billing Czech Republic
Posts: 731
Joined: Fri Oct 07, 2005 07:42 AM
Billing Czech Republic
Posted: Mon Oct 31, 2016 08:37 AM

Hi,

Today I dropped my 'hands' billing protocol of the Czech Republic.
Several of our customers are from this country, and next month begins to be mandatory.

Does anyone have already done something, not to start from scratch?

Best regards

Saludos

Rafa Carmona ( rafa.thefullARROBAgmail.com___quitalineas__)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Billing Czech Republic
Posted: Wed Nov 02, 2016 11:17 AM

Hello,
I have some information from a solution provider which may help.
Please send me an email
info#winhotel#at
Best regards,
Otto

Posts: 53
Joined: Wed Aug 06, 2008 05:27 PM
Re: Billing Czech Republic
Posted: Thu Nov 03, 2016 06:51 AM

Hello,
can you give us some link with technical details?

Boris

Boris (FWH 20.07, xHarbour 1.2.3, Harbour 3.2.0, BCC74, MySql 5.7)
Posts: 731
Joined: Fri Oct 07, 2005 07:42 AM
Re: Billing Czech Republic
Posted: Thu Nov 03, 2016 08:14 AM
Otto wrote:Hello,
I have some information from a solution provider which may help.
Please send me an email
info#winhotel#at
Best regards,
Otto

Thank you Otto, i send email.
Saludos

Rafa Carmona ( rafa.thefullARROBAgmail.com___quitalineas__)
Posts: 731
Joined: Fri Oct 07, 2005 07:42 AM
Re: Billing Czech Republic
Posted: Thu Nov 03, 2016 08:16 AM
bosibila wrote:Hello,
can you give us some link with technical details?

Boris


I view http://www.etrzby.cz/cs/english-version-609, and specification in http://www.etrzby.cz/assets/cs/prilohy/EETXMLSchema.xsd
Saludos

Rafa Carmona ( rafa.thefullARROBAgmail.com___quitalineas__)
Posts: 53
Joined: Wed Aug 06, 2008 05:27 PM
Re: Billing Czech Republic
Posted: Thu Nov 03, 2016 10:56 AM

Hello Rafa,
applications with fiscal bills are implemented in our country before four years. I think it is very similar to yours problem. Our POS pc's send bill with ZKI number (uniq number calculated from bill number, date, time, POS ID ...) in XML format to government Tax Administration, signed by soft certificat (fiskal.p12). Government servers return signed XML answer with JIR (number which is unique and must be printed on bill).
Our FWH aplication use external DLL (C#) simply calling dll's function:

...
oCis:=CreateObject("FiskalizacijaDev.com.CentraniInformacijskiSustav")
cUUID:=oCis:generirajUUID()
...

Link for C# source and dll's:

https://fiskalizacija.codeplex.com/

Technical specification (only on Croatian):

https://www.porezna-uprava.hr/HR_Fiskal ... acije.aspx

If you find this informations useful, I will prepare and sent you Fivewin example.

Boris

Boris (FWH 20.07, xHarbour 1.2.3, Harbour 3.2.0, BCC74, MySql 5.7)
Posts: 731
Joined: Fri Oct 07, 2005 07:42 AM
Re: Billing Czech Republic
Posted: Thu Nov 03, 2016 02:24 PM
Thank you!

bosibila wrote:Hello Rafa,
applications with fiscal bills are implemented in our country before four years. I think it is very similar to yours problem. Our POS pc's send bill with ZKI number (uniq number calculated from bill number, date, time, POS ID ...) in XML format to government Tax Administration, signed by soft certificat (fiskal.p12). Government servers return signed XML answer with JIR (number which is unique and must be printed on bill).
Our FWH aplication use external DLL (C#) simply calling dll's function:

...
oCis:=CreateObject("FiskalizacijaDev.com.CentraniInformacijskiSustav")
cUUID:=oCis:generirajUUID()
...

Link for C# source and dll's:
https://fiskalizacija.codeplex.com/

Technical specification (only on Croatian):
https://www.porezna-uprava.hr/HR_Fiskal ... acije.aspx

If you find this informations useful, I will prepare and sent you Fivewin example.

Boris
Saludos

Rafa Carmona ( rafa.thefullARROBAgmail.com___quitalineas__)

Continue the discussion