fiskaltrust / middleware

The fiskaltrust.Middleware is an integrated set of highly configurable software components for POS systems to abstract the complexity of national fiscalization laws.
https://docs.fiskaltrust.eu
European Union Public License 1.2
8 stars 4 forks source link

Orders are not shown/defined in DFKA #321

Open forsthug opened 1 month ago

forsthug commented 1 month ago

Image

Amadeus Verify:

Dsfinvk Test:

Image

Dfka Test:

Image

Image

Tasks

TSchmiedlechner commented 1 month ago

@forsthug one thing we need to be careful about is that in the DSFinV-K, there are two different types of "Bestellungen":

  1. The sub-type of the "Kassenbeleg-V1", and
  2. The processType "Bestellung-V1"

The DFKA doesn't specify the second one. So we need to make sure that only the stuff that ends up as "AVBestellung" (= "Kassenbeleg-V1") in our Middleware is put into the DFKA export, and not the Bestellung-V1 stuff (which we also don't put into the DSFinV-K.

Image