2022.3.2

Release notes for Fynapse 2022.3.2

Reversing Journals

This release introduces the basic Reversing Journals functionality.

Previously, only standard, Permanent Journals were generated from Business Events by Fynapse processing. Now, you can also configure Fynapse to generate Reversing Journals, which reverse Permanent Journals.

For more details, refer to Reversing Journals.

Bulk Operations

This release introduces enriched bulk upload functionality, which allows you to upload full configuration and definition data in bulk into Fynapse and download an existing configuration.

Configuration Data - allows you to upload and download configuration data, such as Journal Line Definition, Business Event Definition, Accounting Bases, etc.

Data Structure Definition - allows you to upload definitions of Entities and their attributes, which are then used by the Schema Repository to create your Data Structure Definition, i.e. tables with headers, in the database.

For more details, refer to Configuration Data and Data Structure Definition.

Data Input File Ingestion

The File Ingestion functionality was enhanced:

The syntax of the error files available for download has been changed to: {filename}-errors.csv

  • It is possible to upload many files, but only one file is processed at the same time for a single route within the Apache Camel processing window. The processing is performed in an alphabetical order.
  • Data integrity check was introduced. The system checks data integrity, that is if a checksum of the sent file matches the checksum of the received one. If this validation fails, then you will see a proper notification and the file will not be uploaded. You need to try to upload data again.

For more details, refer to Data Input File Ingestion and Data Ingestion Using Backend.