Skip to content

memo code for AmountSplit #4

@sdementen

Description

@sdementen

shouldn't it be an E instead of a M for the memo field of a split in

class AmountSplit(BaseEntry):
_fields = [
Field('category', 'string', 'S'),
Field('to_account', 'reference', 'S'),
Field('amount', 'float', '$'),
Field('percent', 'string', '%'),
Field('address', 'multilinestring', 'A'),
Field('memo', 'string', 'M'),
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions