https://github.com/pretix/python-dsfinvk
Digitale Schnittstelle der Finanzverwaltung für Kassensysteme (DSFinV-K)
https://github.com/pretix/python-dsfinvk
Last synced: 12 months ago
JSON representation
Digitale Schnittstelle der Finanzverwaltung für Kassensysteme (DSFinV-K)
- Host: GitHub
- URL: https://github.com/pretix/python-dsfinvk
- Owner: pretix
- License: apache-2.0
- Created: 2019-12-10T13:20:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T17:16:58.000Z (almost 2 years ago)
- Last Synced: 2025-07-04T09:47:04.036Z (about 1 year ago)
- Language: Python
- Size: 54.7 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
DSFinV-K for python
===================
.. image:: https://travis-ci.com/pretix/python-dsfinvk.svg?branch=master
:target: https://travis-ci.com/pretix/python-dsfinvk
.. image:: http://img.shields.io/pypi/v/dsfinvk.svg
:target: https://pypi.python.org/pypi/dsfinvk
This is a reusable python implementation of DSFinV-K, the export format every cash register in Germany has to
provide starting in 2020. **This library comes without any warranties, you are responsible to make sure that your
cash register outputs the correct data. Depending on your system, it might be required to export MORE data than this
library suggests.**
This is based on version 2.0 of the DSFinV-K spec, which can be downloaded here:
https://www.bzst.de/DE/Unternehmen/Aussenpruefungen/DigitaleSchnittstelleFinV/digitaleschnittstellefinv_node.html
Version scheme
--------------
The first two places indicate the spec version, i.e. ``2.0``, while the third place indicates the library version, i.e.
``2.0.4``.
Credits and License
-------------------
Maintainer: Raphael Michel
License of the Python code: Apache License 2.0