taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 145acc50746afba5bcc235fd5fb097ca482223d7
parent 974384a36e9b8aadf09d3f6bb2bd04a18e821e81
Author: Antoine A <>
Date:   Thu,  4 Apr 2024 17:01:48 +0200

Update libeufin-nexus documentation

Diffstat:
Mlibeufin/regional-automated-manual.rst | 1+
Mmanpages/libeufin-nexus.conf.5.rst | 3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libeufin/regional-automated-manual.rst b/libeufin/regional-automated-manual.rst @@ -166,6 +166,7 @@ with various credentials. Those must be provided in the .. note:: As legacy transactions in that bank account would likely confuse the system, it is advisable to use a fresh bank account with an empty transaction history. + If this is not possible, use the ``IGNORE_TRANSACTIONS_BEFORE`` configuration to ignore old transactions. The following snippet shows the mandatory configuration values: diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst @@ -164,6 +164,9 @@ FREQUENCY Duration value to instruct the ``ebics-fetch`` subcommand how often it should download from the bank. +IGNORE_TRANSACTIONS_BEFORE + Ignore all transactions before a certain YYYY-MM-DD date, useful when you want to use an existing account with old transactions that should not be bounced. + DATABASE OPTIONS ----------------