Skip to content

Added Grace Period feature

Cyrille Benoit requested to merge cyrillebenoit/kresus:grace-period into main

Users can choose by account how old a transaction needs to be to be saved in database This is useful for some banks (e.g LCL) which poorly handle dates / details for recent / in progress transactions

Default Grace period is 0

Updated Account form

image

Example of logs on import with grace period of 1 day (2 transactions happened that day)

image

Example of logs on import with grace period of 0 day

image

Merge request reports