Tags: andaraya29/beancount
Tags
Fix print_entry if sys.stdout.buffer does not exist. This copies the existing fix from print_entries() to print_entry().
CSV importer should report zero valued balances
add a lexer test case for org-mode property drawers
Fixed beancount#295: make entry.flag None when "txn" is used core/data.py says for Transaction flag: "A single-character string or None." However, this is not how the code works at the moment. While non-existing posting flags lead to posting.flag = None, non-existing transactions flags (i.e. "txn" instead of a flag) will lead to entry.flag being '*'. Make sure that "txn" leads to entry.flag being None, as indicated in the documentation.
PreviousNext