I've been keeping track of how many miles I've been going on a tank of
gas, like so:
03/25 * Milage
Assets:Milage 371.7 miles @@ 14.372 galGas
Assets:Fuel
03/25 * Fuel
Assets:Fuel 14.372 galGas {=$2.119}
Liabilities:Mastercard $-30.45
It seems to work fine as far as the information I want (tracking MPG)
being available, but 'ledger -V bal' ends up with..
--------------------
$-XI'm poorX,833.73
52.602 galGas
Which apparently includes how much fuel I've consumed. I'd rather have
a cleaner output--e.g. all dollars. Is there a better way to specify
this kind of transaction?
P.S. How's the 'master' git branch for public consumption these days?
It took some library hunting (utfcpp) and a small patch to get to
build. Should I yell when things don't work the same, or do you
already know? :) Thanks.