Set the category
This commit is contained in:
parent
7f02c6d526
commit
d2eec89a4e
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ class AccountsList(LoggedPage, HTMLPage):
|
||||||
obj_date = Date(Field('_textdate'), dayfirst=True)
|
obj_date = Date(Field('_textdate'), dayfirst=True)
|
||||||
obj_rdate = Field('date')
|
obj_rdate = Field('date')
|
||||||
obj_id = Hashmd5(Field('_textdate'), Field('raw'), Field('amount'))
|
obj_id = Hashmd5(Field('_textdate'), Field('raw'), Field('amount'))
|
||||||
|
obj_category = Env('category')
|
||||||
|
|
||||||
|
|
||||||
def condition(self):
|
def condition(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue