Re: Access timelog checkin datetime from python other entries

2014-12-07 Thread Alexis
Heureka, I've been able to access a timelog's post checkin and checkout time from python! I'm uncertain whether my way of doing it is actually a proper solution, yet it may help in locating the cause for the TypeError reported earlier where there is not Python class for the boost::posix_time::ptime

ledger print

2014-12-07 Thread Jeffrey Brent McBeth
I am having problems with queries of ledger when I pass in my ledger file (approximately 10k lines) If I make the same query of the file that results from a "ledger -f origFile.ledger print > foo.ledger" Then, the problem goes away (the resulting file is 13k-ish lines) This is causing me no end

Re: ledger print

2014-12-07 Thread Craig Earls
I don't really understand your description of the problem. I can tell you the ledger print strips out pretty much every but real transactions. You can email directly if you would like. Craig On Sunday, December 7, 2014, Jeffrey Brent McBeth wrote: > I am having problems with queries of ledger