-
I am happy with the smart-importer ... it helps a lot.
I'm trying to figure out why smart-importer doesn't learn and apply the tags from the previous transactions and apply them. Is there a settin…
-
As discussed in https://groups.google.com/g/beancount/c/w-LBWdSbmLw/m/JqKn8dR-AwAJ, it would be nice to provide a mechanism to allow users to programmatically re-write their ledgers. A few potential u…
-
I struggled a bit as I figured out that the old banking and its export is finally gone. Beancount v3 lacks the `fava` support or vice versa, so I had to find a easy solution to import the current CSV …
-
Hi. I am noob with Python class inheritance. I read about mixins and got a beginner level understanding. But I am having trouble integrating your mixin.FilterChain class with the ofx importert from be…
-
I'm setting up an accounting workflow using beancount-import, and one thing I want to do is verify that I have receipts for all my transactions.
I think I see a way to do this using "uncleared post…
-
# Actual Importer Code Samples — Red's Rants
So how minimal can we get our institution-specific code to be? Let’s look at best,average, and worst case examples.
[https://reds-rants.netlify.app/perso…
-
在对pdf格式的民生银行借记卡账单进行处理时,在没有“对方行名”信息时,对于交易金额为-2570.35这种,会识别出'-2,570.3', '-2,570.35'两列。
想请问
1)对上面这个问题有合适的解决方法吗?
2)bean- extract可以debug调试吗?无法调试就不好修改了,确定column_offsets的值应该也是通过调试确定的吧?
-
# Automating Balance Assertions — Red's Rants
Balance assertions allow you to verify that Beancount’s computed balance for an account is the same as the balance provided by the banking institution. A…
-
# Deduping with Zerosum — Red's Rants
Zerosum is a Beancount plugin to match two halves of a transaction that appear across accounts or across time. The Zerosum README.md explains what it does, a...
…
-
# Structuring Your Source Tree — Red's Rants
There are many ways to structure your ledger transactions in files. The simplest is to put all your transactions in one large file. Many folks do this, an…