8000 Tags · andaraya29/beancount · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: andaraya29/beancount

Tags

2.3.2

Toggle 2.3.2's commit message
Released 2.3.2, close beancount#548.

2.3.1

Toggle 2.3.1's commit message
(release 2.3.1)

2.3.0

Toggle 2.3.0's commit message
Released 2.3.0; fixes beancount#459

archive/Mark-Lodato/fix-print_entry-if-sysstdoutbuffer-does--1578278332683

Toggle archive/Mark-Lodato/fix-print_entry-if-sysstdoutbuffer-does--1578278332683's commit message
Fix print_entry if sys.stdout.buffer does not exist.

This copies the existing fix from print_entries() to print_entry().

archive/imenu-support

Toggle archive/imenu-support's commit message
beancount.el: Add imenu support

2.2.3

Toggle 2.2.3's commit message
(released 2.2.3)

archive/csv_importer

Toggle archive/csv_importer's commit message
CSV importer should report zero valued balances

archive/colon-is-comment-at-bol

Toggle archive/colon-is-comment-at-bol's commit message
add a lexer test case for org-mode property drawers

archive/iso8601-ledger

Toggle archive/iso8601-ledger's commit message
iso date format

archive/txn_flag_none

Toggle archive/txn_flag_none's commit message
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.
0