Simple Client to manage Invoices in the Greek Electronic Tax System (myDATA) for Doctors/Physicians.
-
Suitable for DOCTORs-PHYSICIANs that operate in Greece (Invoice type: category1_3-E3_561_003).
-
uses the myDATA REST API as published here, either in testing or production mode (needs editing the file)
-
Supports: sending, retrieval based on conditions, canceling and printing of Invoices
-
TODO: In Windows OS's it crashes due to Socket connection and encoding errors. HELP to fix is wellcome.
- 'isTesting' = 0 (testing) | 1 (production)
- your 'USERNAME' and 'KEY' as registered in myDATA server
- 'BRANCHES' dictionary: branch(es) information and number as registered in TAXIS
- PYTHON
- compatible with Python version 3.x
- no external dependencies needed (only core packages)
- tested in Linux Arch
- HTML/Javascript
- The Production server of myDATA does not support the CORS protocol, so a CORS-proxy must be used (https://cors-anywhere.herokuapp.com) and can intercept our traffic (if you are ok with that!)
- All modern browsers should be supported