Re: any option to get only one line per period in reg command

2021-10-31 Thread lipp f
It is not really what I am looking for. It calculates the balance column properly indeed but the register amount column is wrong. Instead of beeing the sum of all values per date period, it does not include the " " rows. I would expect the balance column to be cumulative sum of register amoun

Re: Formatting commodity output with the format commodity directive

2021-10-31 Thread Jasel17212
That's MUCH cleaner. Thanks! On Sunday, October 31, 2021 at 6:28:29 PM UTC-5 Martin Michlmayr wrote: > * Jasel17212 [2021-10-31 16:22]: > > There may very well be a cleaner way to do this, but this approach > > does seem to effectively work around my initial problem. If you have > > thoughts on

Re: Formatting commodity output with the format commodity directive

2021-10-31 Thread Martin Michlmayr
* Jasel17212 [2021-10-31 16:22]: > There may very well be a cleaner way to do this, but this approach > does seem to effectively work around my initial problem. If you have > thoughts on a better way to do this, feel free to share your ideas. Add this to your file: D 1,000.00 AUD -- Martin Mic

Re: Formatting commodity output with the format commodity directive

2021-10-31 Thread Jasel17212
I’ve searched and searched, and I can’t find a resolution to this issue. In fact, I’m not even sure, at this point, that the format commodity directive is actually implemented in the software to function as outlined in the manual. That said, I did come up with a usable workaround. It’s kludg

Re: any option to get only one line per period in reg command

2021-10-31 Thread Jasel17212
Try the following: ledger reg ^assets ^exp --yearly --empty --collapse --no-revalued Thanks JL On Sunday, October 31, 2021 at 4:21:45 PM UTC-5 flip...@gmail.com wrote: > > $ ledger reg assets -X USD -V -Y --depth 0 > 2018-01-01 - 2018-12-31 > -1

any option to get only one line per period in reg command

2021-10-31 Thread lipp f
$ ledger reg assets -X USD -V -Y --depth 0 2018-01-01 - 2018-12-31 -11,830.39711137548 USD -11,830.3971113> 2019-01-01 - 2019-12-31 39,105.66995237366 USD 27,275.272840998>

Formatting commodity output with the format commodity directive

2021-10-31 Thread Jasel17212
TL;DR I would like to use the -X flag to display balances in an alternative currency with Ledger 3.2.1-20200518. The conversion functionality works just fine, but the format directive isn’t working for me. Everything in my journal is in USD, but I would like to be able to show my balances i