This 
<https://github.com/redstreet/beancount_plugins_redstreet/tree/master/effective_date>plugin
 
lets you create a single transaction spread across multiple dates:
https://github.com/redstreet/beancount_plugins_redstreet/tree/master/effective_date

See the car insurance example here 
<https://github.com/redstreet/beancount_plugins_redstreet/blob/master/effective_date/README.md>
.

Discussion is here 
<https://groups.google.com/forum/#!searchin/beancount/effective_date%7Csort:date/beancount/mU5xtLkUxKc/ke6CjVWhAQAJ>
.

On Friday, April 3, 2020 at 12:25:49 AM UTC-7, nug get wrote:
>
> Dear all,
> does beancount have a scheduled transaction creator or has anyone 
> implemented something like it? For example a chronjob that inserts some 
> predefined transaction every first day of the month? 
>
> I'd like to smooth out yearly bills over the 12 months, like in the 
> following way:
>
> 2020-01-01 * "Insuerer" "Health insurance" 
>  Expenses:Medical:HealthInsurance  300.00 CHF ; 3600 per year 
>  Liabilities:HealthInsurance 
>
> 2020-02-01 * "Insuerer" "Health insurance" 
>  Expenses:Medical:HealthInsurance  300.00 CHF ; 3600 per year 
>  Liabilities:HealthInsurance 
>
> ...
>
> ; when Bill is due
>
> 2020-12-01 * "Insuerer" "Health insurance bill" 
>  Assets:Checkings    -3600.00 CHF  
>  Liabilities:HealthInsurance 
>
>
> and for this generate the according transaction at a specific point in 
> time.
>
> Any ideas/ working examples?
>
>

-- 
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 beancount+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/d7d01e1d-d8d5-4a43-bebe-d6acf567f277%40googlegroups.com.

Reply via email to