[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Multi-step ledger org-capture template
From: |
Neil Jerram |
Subject: |
Re: [O] Multi-step ledger org-capture template |
Date: |
Tue, 28 Aug 2018 09:24:37 +0100 |
User-agent: |
K-9 Mail for Android |
On 27 August 2018 09:05:32 BST, ST <address@hidden> wrote:
>Thank you for sharing!
>
>It would be nice to be able to generate a .pdf invoice based on a
>predefined template (in .org/.tex/etc formats; maybe utilizing org-mode
>exporter) for certain ledger transaction (by default the current one,
>highlighted by cursor in ledger-mode).
>
>Did anybody wrote something similar in the past?
In this general area, I have been developing a combination of org mode and
Scheme code whose aim is to help me define budgets, and then track whether my
actual spending is in accordance with those budgets.
I'm not using ledger here. I hope I'm not missing something, but I looked at
ledger and it didn't seem to help with the main thing I thought I needed, which
was to read in transaction dump files from my bank and present those in a
summarised form according to my budget categories. I use org tables to define
what the categories are, and how particular transaction entries are mapped into
those categories (or else show up as "Unknown").
It's a work in progress... In case anyone else is interested in this particular
itch, I'd be interested to hear your thoughts.
Best wishes,
Neil