Questions tagged [hledger]

Questions relating to hledger, the free cross-platform plain text accounting tool.

4 questions
4
votes
1 answer

GnuCash and ledger/hledger

I am using GnuCash 2.6.7 under Mac OS X 10.10.4 to do my personal finance. I have a fairly large account structure by now with many expense accounts to track different categories of spending. I would like to use ledger, or preferably hledger, to…
user24385
2
votes
1 answer

How can I identify all transfers from account A to account B in ledger-cli?

I would like to identify all the direct transfers from account A to account B. That is, all transactions with postings that include a positive amount for account B and a negative amount for account A. What is the most practical way to do this with…
Alen Siljak
  • 187
  • 12
2
votes
2 answers

Double entry process for 401k account exchange

I'm entering journal entries for hledger for a 401k account and have questions about how it should work when an account goes through an exchange (I'm not sure what it is exactly; I guess the finance firm is doing internal shuffling of…
1
vote
1 answer

Why isn't hledger import parsing epoch timestamps?

I have a CSV with rows like this: 1724760000,"American Express","Payment",1234.56 When I run hledger import data/tmp.csv -f data/current.ledger --rules-file data/checking.csv.rules with date-format set to %s (number of whole seconds since the Unix…