Re: Per posting effective dates plugin

2021-01-23 Thread redst...@gmail.com
> Did you thought about simplifying/automating syntax for " spread a lumpsum expense across time" function of plugin? Yes, I've definitely wanted this for a long while, but just haven't had the time yet. Happy to accept a well designed patch :). The part of the plugin that does this (spread ac

Re: Per posting effective dates plugin

2021-01-16 Thread Martin Blais
In v3 you'll be able to insert a date in front of a posting and have the difference automatically inserted & removed to/from a transfer account. For the equal split case, it should be pretty straightforward to build a plugin to do just what you describe below. On Sat, Jan 16, 2021 at 10:10 AM Bma

Re: Per posting effective dates plugin

2021-01-16 Thread Bman Q
Red, hi Useful plugin! Did you thought about simplifying/automating syntax for " spread a lumpsum expense across time" function of plugin? Now it's # realizing expenses later, split across multiple dates 2015-02-01 * "Car insurance: 3 months" Liabilities:Mastercard-600 USD Expenses:Car:

Re: Per posting effective dates plugin

2020-08-04 Thread Red S
See installation and usage: https://github.com/redstreet/beancount_reds_plugins https://github.com/redstreet/beancount_reds_plugins/blob/master/beancount_reds_plugins/effective_date/examples.beancount Please post in this thread if that doesn't work for you. -- You received this message because

Re: Per posting effective dates plugin

2020-08-03 Thread Booster Hidrogen
Sir, could share step by step to use this plugin ? thanks. On Tuesday, August 4, 2020 at 7:32:03 AM UTC+7, Chad Michael Eyer wrote: > > Thank you. That was the issue. I needed to declare an earlier/later pair > for the Asset account. > > I appreciate your help. > On Monday, August 3, 2020 at 11:4

Re: Per posting effective dates plugin

2020-08-03 Thread Chad Michael Eyer
Thank you. That was the issue. I needed to declare an earlier/later pair for the Asset account. I appreciate your help. On Monday, August 3, 2020 at 11:48:16 AM UTC-5 redst...@gmail.com wrote: > That's what I'd ask too. Could you please post a minimal example that > fails, including the config

Re: Per posting effective dates plugin

2020-08-03 Thread Red S
That's what I'd ask too. Could you please post a minimal example that fails, including the config with which you're invoking the plugin? Also, have you taken a look at the example? https://github.com/redstreet/beancount_reds_plugins/blob/master/beancount_reds_plugins/effective_date/examples.bean

Re: Per posting effective dates plugin

2020-08-03 Thread Booster Hidrogen
How do you run this plugin ? On Monday, August 3, 2020 at 4:40:05 AM UTC+7, Chad Michael Eyer wrote: > > Whenever I try to use this plugin, I receive this console error: > > File > "/usr/local/lib/python3.7/site-packages/beancount_reds_plugins/effective_date/effective_date.py", > > line 118,

Re: Per posting effective dates plugin

2020-08-02 Thread Chad Michael Eyer
Whenever I try to use this plugin, I receive this console error: File "/usr/local/lib/python3.7/site-packages/beancount_reds_plugins/effective_date/effective_date.py", line 118, in effective_date holding_account = holding_accts[found_acct]['earlier'] KeyError: '' Anything I should be l

Re: Per posting effective dates plugin

2020-03-04 Thread Red S
> All of my transactions are manually entered since cash payments make up > >50% my transactions and my primary bank account & credit card don't have > any kind of export, so zerosum doesn't fit my use case, unfortunately. But > I can how it would work with importers. effective_date looks like

Re: Per posting effective dates plugin

2020-03-04 Thread Justus Pendleton
On Monday, March 2, 2020 at 6:57:23 AM UTC+7, Red S wrote: > > Good use cases I hadn't thought of. I use my zerosum > > > plugin for some of those use cases, but depending upon one's preference to > dedup their inge

Re: Per posting effective dates plugin

2020-03-03 Thread Red S
To clarify: the links now look like: ^edate-141215-xlu, to refer to an original transaction date of 2014-12-15. -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to bea

Re: Per posting effective dates plugin

2020-03-01 Thread Red S
Updated . I kept the original_date metadata which is useful in queries. I contracted the link (6dig date + 3char rand_string). Thanks for the suggestion! On Sunday, March 1, 2020 at 3:57:2

Re: Per posting effective dates plugin

2020-03-01 Thread Red S
Thanks for the feedback! Responses inline: On Sunday, March 1, 2020 at 7:13:58 AM UTC-8, Justus Pendleton wrote: > > On Sunday, March 1, 2020 at 4:09:52 AM UTC+7, Red S wrote: >> >> I find being able to specify different dates for different legs (aka >> postings) of a transaction to be valuable.

Re: Per posting effective dates plugin

2020-03-01 Thread Justus Pendleton
On Sunday, March 1, 2020 at 4:09:52 AM UTC+7, Red S wrote: > > I find being able to specify different dates for different legs (aka > postings) of a transaction to be valuable. > Very cool. I have (relatively) frequent need for this as well. There are, unfortunately, all kinds of financial trans

Per posting effective dates plugin

2020-02-29 Thread Red S
I find being able to specify different dates for different legs (aka postings) of a transaction to be valuable. I was using a plugin I'd hacked up for a long while, and I finally got around to rewriting it to allow for per-posting dates with configurable holding accounts. Sharing it. Feedback w