autobean
autobean copied to clipboard
A collection of plugins and scripts that help automating bookkeeping with beancount
People may have more than one ledgers: personal, family, work, project, etc. It would be good if they can be seen in a merged view. However, this cannot be simply...
Currently there are three type of viewpoints. * `raw`: when the plugin is not enabled. This shows the original ledger in a global perspective. * `all`: when the plugin is...
In certain scenarios, it may make sense to split a posting based on the share of other postings. A common example is service charge. * The prorated split should be...
I noticed that both exist, and they seem to do the same thing. Might be nice to deprecate one or document the difference between the two. Happy to PR the...
this would be nice: ``` 2000-01-01 custom "autobean.include" "ledgers/*.bean" ``` Would bring it in line with behavior of the native `include` directive.
amazing work @SEIAROTg 🎉! I'm completely in awe of this plugin; I know this must have been a *lot* of work. Is there any way I and other users can...
Once more thanks for these plugins. I've been using them all over my ledgers and really enjoy them! However, I've found a problem with the `autobean.share.include` - though I am...
currently, once autobean is done, the postings no longer care carry any `share-`/`share_` metadata, courtesy of (among others): https://github.com/SEIAROTg/autobean/blob/b2905ec42ce140fd9261c973aa4113dabc034e77/autobean/share/policy_lib.py#L133-L138 I'd like to be able to still see this metadata on...