Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-30 Thread Red S
That all makes sense, thanks.Is the correct way to use zerosum to just keep all the ledger entries as `Zero-Sum-Accounts` rather than changing them to `ZSA-Matched`? I was doing this to make it easier to track in plain text but I know you can just track transactions in Fava, bean-query, etc.

Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread cha...@gmail.com
That all makes sense, thanks.Is the correct way to use zerosum to just keep all the ledger entries as `Zero-Sum-Accounts` rather than changing them to `ZSA-Matched`? I was doing this to make it easier to track in plain text but I know you can just track transactions in Fava, bean-query, etc.

Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread Red S
In case it wasn't clear what is going on above: My main.beancount contains: plugin "beancount_reds_plugins.zerosum.zerosum" "{..}" plugin "beancount_reds_plugins.capital_gains_classifier.long_short" "{...}" ... include "source/Assets.Bank.bc" include

Re: Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread Red S
Hello there, Yes, there is a solution I use. Generally, plugins are meant to be computed dynamically each time. Smart importer predicts (instead of computing) statically. What this means is, we generally always want smart_importer to be fed a ledger on which plugins have not yet run. This is

Using Zero-Sum-Accounts and smart_importer together?

2023-12-26 Thread cha...@gmail.com
I'm a fan of using Redstreet's great zerosum plugin to handle transfers, and also use smart_importer in order to speed up the ledger update process. However, using these together doesn't