doc: examples: simplify amazon csv rules slightly
[ci skip]
This commit is contained in:
parent
49090d9e53
commit
0ea9793d81
@ -7,7 +7,7 @@
|
|||||||
skip: 1
|
skip: 1
|
||||||
|
|
||||||
# name the csv fields, and assign some of them as entry fields
|
# name the csv fields, and assign some of them as entry fields
|
||||||
fields: date, type, toorfrom, name, status_, payment, fees, code
|
fields: date, type, toorfrom, name, status_, amount, fees, code
|
||||||
|
|
||||||
# parse the date
|
# parse the date
|
||||||
date-format: %b %-d, %Y
|
date-format: %b %-d, %Y
|
||||||
@ -18,8 +18,8 @@ description: %toorfrom %name
|
|||||||
# save these fields as tags
|
# save these fields as tags
|
||||||
comment: status:%status_, fees:%fees
|
comment: status:%status_, fees:%fees
|
||||||
|
|
||||||
# flip the sign on the payment amount
|
# flip the sign on the amount
|
||||||
amount: -%payment
|
amount: -%amount
|
||||||
|
|
||||||
# set the base account for all txns
|
# set the base account for all txns
|
||||||
account1: assets:personal:online:amazon
|
account1: assets:personal:online:amazon
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user