qifparse icon indicating copy to clipboard operation
qifparse copied to clipboard

memo code for AmountSplit

Open sdementen opened this issue 10 years ago • 0 comments

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'), ]

sdementen avatar Jan 25 '15 15:01 sdementen