narendraj9's comments

narendraj9 | 9 years ago | on: Show HN: Personal finance with 'hledger' in Emacs

Yes, `hledger' is based on double entry bookkeeping. But we do not use the Credit and Debit conventions. Instead we use negative numbers to imply deduction in the balance of an account. Each journal entry must be balanced.

narendraj9 | 9 years ago | on: Show HN: Personal finance with 'hledger' in Emacs

This sounds cool. I have never used this for running a business.It would be great if you share your experience in a blog post or something. :)

I have been using this setup for the past one year. I have added a lot of things that I use almost regularly.

narendraj9 | 9 years ago | on: Investing for Geeks

Always be invested in the market but make sure that when you need the money that you have invested, it is there for you to spend. It doesn't make sense to keep in the money in the market when you know that you will be in loss when you will have to take it out.

narendraj9 | 9 years ago | on: Hledger entries with Haskell and Elm

Yes, I plan to make it independent of hledger command. So, that I can do all the stuff on mobile. But currently I want to be able to fetch things in emacs so that they can be added to the main journal file. When there was no authentication it was easy, but now since Yesod uses a session cookie for keeping you authenticated, I am wondering how I can make emacs fetch the entries. I would have to have something like api keys and two kinds of authentications. One from the website and the other with a query parameter.
page 1