Open
Description
Like I have 2022-02-01 custom "fava-option" "insert-entry" ".*"
in file other.bean
,
and 2022-02-01 custom "fava-option" "insert-entry" "Account1"
in file foo\Account1.bean
What I expect is the transcation about Account1
would be stored into foo\Account1.bean
, but actually it will be stored into other.bean
.
Is these options sorted by directory structure? Or if I did a wrong use, how could I fix it?
Activity