An open API service indexing awesome lists of open source software.

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)

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