>>>>> Jakob Mattsson <[email protected]> writes:
> Thanks for the quick reply John. Impressed at how you're keeping up with > this thing after so many years. I just discovered ledger-cli and it's > awesome :) Thanks, Jakob. I do feel badly that I don't have as much time to look at the bugs as I used to. I just don't use C++ anymore, and C++Ledger works perfectly for all my use cases. And then there's the Emacs thing absorbing all my spare time lately... That said, I'm happy to educate future contributors to the C++ code, if anyone else would like to start tackling some of the more egregious bugs. > I'm quite keen on working on a pull request for this if you think it's a > feature that'd make sense. I personally really miss being able to export > "everything" raw to csv. Do you have any pointers or suggestions of where to > look in the code? Or advise against it if it's going to be tricky to add it > as my first contribution maybe? I'd recommend making it into a Python add-on, since the information should all be accessible from there. If you want to do it in C++, you'd need to edit post.cc and add a new valexpr variable for accessing assigned_amount. See "get_amount", and just parallel that structure. It should be a trivial change, in fact. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
