Issue #325: Add support for inclusion of encrypted files (blais/beancount)

2018-08-20 Thread Milind Kamble
New issue 325: Add support for inclusion of encrypted files https://bitbucket.org/blais/beancount/issues/325/add-support-for-inclusion-of-encrypted Milind Kamble: I have been using beancount extensively for more than a year now. In the process, after learning that encrypted source files were

Issue #326: Add a new function "create_simple_posting_with_price" in core/data.py (blais/beancount)

2018-08-20 Thread Milind Kamble
New issue 326: Add a new function "create_simple_posting_with_price" in core/data.py https://bitbucket.org/blais/beancount/issues/326/add-a-new-function Milind Kamble: When ingesting 401K type account statements, I find it convenient to use a function to create an entry with price i

Issue #330: HEADER line is printed after SECTION line(s) causing loss of desired major mode in Emacs (blais/beancount)

2018-08-27 Thread Milind Kamble
New issue 330: HEADER line is printed after SECTION line(s) causing loss of desired major mode in Emacs https://bitbucket.org/blais/beancount/issues/330/header-line-is-printed-after-section-line Milind Kamble: In extract.py, the HEADER line is printed just before printing new entries. However

Beancount v3: Is there a install step after bazel build

2021-11-08 Thread Milind Kamble
Being still a very new user of bazel, I am unclear what, if any, is the "install" step after bazel build completes. I am using python virtual env. I expect that the install step will install the bencount modules and bin scripts in the appropriate locations under the virtual env dir tree Thanks,