xdev-software / bzst-dip-java-client

Java client library for the BZST - DIP (Bundeszentralamt für Steuern - Digitaler Posteingang)
Apache License 2.0
6 stars 3 forks source link

CESOP support required #80

Open wandi34 opened 2 months ago

wandi34 commented 2 months ago

Checklist

Description

Hello all,

since CESOP is the new europe wide standard for transmitting transaction data to DIP and its already needed from a legal perspective, it would be very nice, this client also supports CESOP besides DAC7 format. Currently DAC7 is very hard coded into the client code and cannot be configured to CESOP via configuration.

The changes should be not too big, since they share the same APIs and only need some changes for the API paths and some metadata in the DIPmessage.

Further information and documentation are located here at the BZST website: https://www.bzst.de/DE/Unternehmen/Umsatzsteuer/CESOP/cesop_node.html

Any feedback is welcome. Greetings,

Andreas

Additional information

No response