github 2manyvcos/enable-actual v2.4.0

3 hours ago

What's Changed

  • feat: update schedule account mapping UI
  • feat: add user defined custom templates for transaction ids, payees and notes per account mapping (#24)

Note

This release removes the option "Add account identification (e.g. IBAN) to payees" in the schedule configuration in favor of the new templating system.
If you had this option enabled previously, it will be automatically migrated to a template that replicates the previous behavior:

{% if data.credit_debit_indicator == "DBIT" -%}
 {% assign payeeID = data.creditor_account.iban | default: data.creditor_account.other.identification -%}
{% else -%}
  {% assign payeeID = data.debtor_account.iban | default: data.debtor_account.other.identification -%}
{% endif -%}
{{ default }} {% if payeeID %}({{ payeeID | mask }}){% endif %}

Full Changelog: v2.3.0...v2.4.0

Don't miss a new enable-actual release

NewReleases is sending notifications on new releases.