Trial Balance

reportsbalances

We implemented a new Trial balance screen that allows you to generate an accounting report that lists balances for all Accounts in a system at a specific point in time. It shows each Account’s closing balance - one column for credits and a second for debits - that allows you to verify that total debits equal total credits.

Please note that this feature is being rolled out incrementally. It might take a couple of days before you see it on your instance.

Read the docs

Video preview:

Authorization Workflow

approval-workflow

We have removed the deprecated Authorization Workflow functionality. Now, Fynapse uses exclusively the Approval Workflow functionality for managing approvals.

Trigger Asynchronous Data Extraction via API

data-extractionapi

We have added new extraction endpoints that allow you to trigger asynchronous data extraction via API:

  • Trigger an extraction
  • Trigger a rerun of an execution endpoint
  • List executions for an extract configuration
  • Get execution details of a triggered extraction
  • Download the output file of an execution run
  • Get the status of one sub-extract of an execution
  • Download the output file of one run of a sub-extract
Read the docs