xuhcc / beancount-mobile

Data entry app for Beancount plain-text accounting system
GNU General Public License v3.0
114 stars 10 forks source link

Add support for transaction flags #2

Closed Aquan1412 closed 5 years ago

Aquan1412 commented 5 years ago

It would be useful if you could set the flag for a new transaction, instead of using the unflagged default "txn" for all new transactions.

xuhcc commented 5 years ago

Thanks for suggestion, I'll add this feature in the next release.

xuhcc commented 5 years ago

@Aquan1412

Transaction flag added in v1.1.0:

By default the flag will switch between * and !, but it is possible to configure allowed flags with this directive:

1970-01-01 custom "bcm_option" "transaction_flags" "['*', '!', '?', '♡']"