Skip to content

Installments stream make dueTo part of the config.json #88

Description

@andyadamides

For installments stream:

 "dueTo": utils.now().strftime("%Y-%m-%d")[:10],

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:

"dueFrom": transform_datetime(self.start_date)[:10],

Could dueTo be sourced from config.json as well and last_paid_date filter to be removed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions