You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having this, in conjunction with filtering only for entries that have a last_paid_date prevents from getting all future installments for a loan account even if they exist in the database.
dueFrom is ultimately derived from the config.json:
For installments stream:
Having this, in conjunction with filtering only for entries that have a
last_paid_date
prevents from getting all future installments for a loan account even if they exist in the database.dueFrom
is ultimately derived from theconfig.json
:Could
dueTo
be sourced fromconfig.json
as well andlast_paid_date
filter to be removed?The text was updated successfully, but these errors were encountered: