twilco / beancount

Rust tooling surrounding beancount, a text-based double-entry bookkeeping language.
59 stars 13 forks source link

Booking methods #45

Closed ThomasdenH closed 3 years ago

ThomasdenH commented 3 years ago

Currently, booking methods are not supported by the parser. This means that things like "FIFO" are not accepted after account open statements, and {} is not accepted as a cost by the parser.

mbudde commented 3 years ago

Support for {} was added in a9320cc9a79b132c4df6daecd7523671bdcfdedd.