The fiskaltrust.Middleware is an integrated set of highly configurable software components for POS systems to abstract the complexity of national fiscalization laws.
In the daily business there are cases from time to time where the SCU throws the exception "Transaction already finished...". This exception is caused by the transaction being closed in the TSE but still being open in the middleware openTransaction table. This can easily fixed by adding the flag to the daily-closing. The middleware will then close the open transaction in its database.
I added the fix to the exception text, so that customers and the fiskaltrust support know how to fix the issue immediately.
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.
In the daily business there are cases from time to time where the SCU throws the exception "Transaction already finished...". This exception is caused by the transaction being closed in the TSE but still being open in the middleware openTransaction table. This can easily fixed by adding the flag to the daily-closing. The middleware will then close the open transaction in its database.
I added the fix to the exception text, so that customers and the fiskaltrust support know how to fix the issue immediately.