>>>>> Andrew Maffei <
drum...@mac.com> writes:
> Hi. For several years I've been interested in using Double Entry Bookkeeping
> to record source scientific data. I'm finally making good progress.
This is great news! I've actually been thinking about something similar since
the beginning of ledger's creation. I used to gather data from "du", for
example, to make queries about disk space usage; I also used it to track and
report on bandwidth utilization with my Internet provider.
I once made an attempt to make postings and transactions use Boost "ptime"
values instead of dates. However, the fact that so few users would've used
this functionality, and that doing so result in several complications, led me
to settle on days as the smallest unit of time. They are far simpler in many
ways (no local time issues, for example).
However, I've always wanted to have this option, since Ledger isn't really
about accounting, after all. :) It should be able to serve as a general
purpose calculator for transactional data of many kinds.
My estimate on doing this work correctly is: several man weeks. It will then
be many months before we discover all the implications of having done so.
John