typo
This commit is contained in:
parent
26ebea7875
commit
c452b2b0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class Transaction(CapBaseObject):
|
||||||
|
|
||||||
date = DateField('Debit date on the bank statement')
|
date = DateField('Debit date on the bank statement')
|
||||||
rdate = DateField('Real date, when the payment has been made; usually extracted from the label or from credit card info')
|
rdate = DateField('Real date, when the payment has been made; usually extracted from the label or from credit card info')
|
||||||
vdate = DateField('Validity date, or accounting date; usually for professional accounts')
|
vdate = DateField('Value date, or accounting date; usually for professional accounts')
|
||||||
type = IntField('Type of transaction, use TYPE_* constants', default=TYPE_UNKNOWN)
|
type = IntField('Type of transaction, use TYPE_* constants', default=TYPE_UNKNOWN)
|
||||||
raw = StringField('Raw label of the transaction')
|
raw = StringField('Raw label of the transaction')
|
||||||
category = StringField('Category of the transaction')
|
category = StringField('Category of the transaction')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue