--
---
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 ledger-cli+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It's not being actively developed, but it most certainly has not been
abandoned. If you want quick response from the maintainers, then beancount and
hledger will give you a better experience. But C++ Ledger is here to stay, as
I intend to keep using it for my finances for the rest of my life, at least
until hledger replaces its functionality to a similar degree.
John
On Thu, Jul 16, 2015 at 5:31 AM, Leonardo Melo <leom...@gmail.com> wrote:
> I can also try some Python
I'd probably work through the Python interface, as it's already built
in and making a http API in python isn't that difficult.
I've fiddled around with Ledger's python interface a bunch, and it's
quite workable once you recognize the rough edges - basically you have
to recurse through the data structure to generate your own balances,
as it doesn't sum sub-accounts, and frequently you'll have to convert
from balance objects to amount objects in order to perform certain
math operations:
You mentioned node earlier, have you seen this: https://www.npmjs.com/package/ledger-cli ? It's a wrapper around the command-line tool. A proper JS parser would probably be better, though.Emile
--
Hi everyone, not sure this is the best way to post this. Please let me know if I'm screwing this up.I've been meaning to develop a Ledger CLI front-end hybrid web/mobile app to interact with some sort of backend web implementation but could never find a Backend implementation for it.Looking through this Google groups I noticed that some, could I say, sibling projects of Ledger seem to have some sort of web implementation to them, eg Haskell Ledger or Beancount.So my questions to the group would be: Is Ledger not being actively developed anymore? Should I instead choose one of the other projects and develop my app using one of those? Is there something like this already in the community that I could help improve?
Any information regarding the matter would be great. My idea is to use the Ionic Framework to create the app and I was between using PHP or NodeJS as the backend (as PHP and Javascript are my strongest skills). I can also try some Python or as a last resort Rails implementation if that's all there is.The features for my app would initially include viewing balances and recent postings as well as adding a new posting.
A program doesn't need to be under heavy breakneck-speed development to be alive. Most reliable software I use (and like) is in maintenance mode.
Sources for the both android and ios apps are on Github and I think
doing it that way would be a good start. And doing it that way you
don't need a backend -- Dropbox does that. You only need frontend.
I hope this was helpful.
Yeah, I find todo.txt to be a pretty good way to enter informal receipts on my Android phone that I later convert into ledger. They get date stamped automatically, which is nice.
--dave
--