Skip to main content

Changelog

This page lists relevant changes and updates in fiskaltrust's cloud services, on-premise products, and documentation.

You can subscribe to all changelogs via RSS, follow the GitHub repo, or display categories of changes by tags.

Middleware 1.3.78

ยท 2 min read
PosCreator Experience Team

Static Badge

This release includes stability improvements and fixes for the German and Italian markets, as well as the 1.3 preview for the Austrian market.

info

Version 1.3 of the Middleware is intended for the German and Italian markets only (with Belgium, Denmark, Greece, Portugal, and Spain currently in development). Customers in Austria and France should continue to use version 1.2. A preview of the unified 1.3 Middleware for Austria and France is already available.

๐Ÿ‡ฎ๐Ÿ‡น Feature: Added Support for Unreferenced Refunds with Epson RT Printers (fiskaltrust/middleware#515)โ€‹

With this release, we have added support for performing unreferenced refunds with Epson RT Printer based SCUs.
This allows us to support this scenario across all currently available SCUs.

While we still recommend using referenced refunds in most cases, there are situations that require the cashier to perform unreferenced refunds (e.g., when the original receipt was lost).

Affected packages:โ€‹

  • fiskaltrust.Middleware.Queue.AzureTableStorage
  • fiskaltrust.Middleware.Queue.SQLite
  • fiskaltrust.Middleware.Queue.EF
  • fiskaltrust.Middleware.Queue.MySQL
  • fiskaltrust.Middleware.SCU.IT.EpsonRTPrinter

๐Ÿ‡ฉ๐Ÿ‡ช Fix: Corrected Public Key Handling for SwissbitCloudV2 SCU (fiskaltrust/middleware#503)โ€‹

We've fixed an issue where the wrong public key was displayed in the QR code for SwissbitCloudV2 SCUs.
This fix has already been rolled out to the cloudcashbox.

Affected packages:โ€‹

  • fiskaltrust.Middleware.SCU.DE.SwissbitCloudV2

๐Ÿ‡ฉ๐Ÿ‡ช Fix: Improved SCU Switch Stability (fiskaltrust/middleware#525)โ€‹

We've fixed a problem where the Finish-SCU-Switch receipt would fail if the old SCU was in a broken state.

Affected packages:โ€‹

  • fiskaltrust.Middleware.Queue.AzureTableStorage
  • fiskaltrust.Middleware.Queue.SQLite
  • fiskaltrust.Middleware.Queue.EF
  • fiskaltrust.Middleware.Queue.MySQL

๐Ÿ‡ฉ๐Ÿ‡ช Feature: Improved DSFinV-K exportโ€‹

We've improved the DSFinV-K export on multiple fronts.
You should see no more multiplied entries in the allocation_groups, the BON_NR should now always be continuous and we've fixed the UMS_BRUTTO which had the wrong sign in certain cases.

Affected packages:โ€‹

  • fiskaltrust.Middleware.Queue.AzureTableStorage
  • fiskaltrust.Middleware.Queue.SQLite
  • fiskaltrust.Middleware.Queue.EF
  • fiskaltrust.Middleware.Queue.MySQL

๐Ÿ‡ฆ๐Ÿ‡น Feature: Improved Startup Performance (fiskaltrust/middleware#539)โ€‹

We've improved the startup performance of the queue, specifically the performance of the first receipt processed after queue startup.

Affected packages:โ€‹

  • fiskaltrust.Middleware.Queue.AzureTableStorage
  • fiskaltrust.Middleware.Queue.SQLite
  • fiskaltrust.Middleware.Queue.EF
  • fiskaltrust.Middleware.Queue.MySQL

๐Ÿ‡ฆ๐Ÿ‡น Fix: Backup SCU Handling (fiskaltrust/middleware#483)โ€‹

We've fixed a problem with the handling of backup SCUs. Now, when a normal SCU is not available, the backup SCU is used correctly and the ftState flag 0x80 is returned when a backup SCU is used.

Affected packages:โ€‹

  • fiskaltrust.Middleware.Queue.AzureTableStorage
  • fiskaltrust.Middleware.Queue.SQLite
  • fiskaltrust.Middleware.Queue.EF
  • fiskaltrust.Middleware.Queue.MySQL