Conservancy runs only Free Software for its own operations
Conservancy runs only Free Software for its own operations
Posted Sep 10, 2012 21:33 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: Conservancy runs only Free Software for its own operations by bkuhn
Parent article: LinuxCon: funding development
Have you tried hledger-web? A demo is available[1]. I uses ledger's data format (but doesn't support everything), but it might[2] be easier than starting from scratch.
[1]http://demo.hledger.org/register
[2]Depends on Haskell/Yesod familiarity.
Posted Sep 11, 2012 13:55 UTC (Tue)
by bkuhn (subscriber, #58642)
[Link] (2 responses)
Posted Sep 11, 2012 18:40 UTC (Tue)
by clint (subscriber, #7076)
[Link] (1 responses)
There is a somewhat-low-priority project to add an optional filestore backend to hledger-lib (which would introduce support for Git, Darcs, and Mercurial). Presumably when ledger 4 is rewritten in Haskell, it could do the same thing.
Posted Sep 16, 2012 15:53 UTC (Sun)
by mathstuf (subscriber, #69389)
[Link]
main.journal # Include $year.journal
in git. Having hledger do auto-commit when things balance would be great since the commits tend to just have messages like "Receipts up to $date" and "Reconcile with $account up to $date" anyway.
Conservancy runs only Free Software for its own operations
Conservancy runs only Free Software for its own operations
Conservancy runs only Free Software for its own operations
$year.journal # Set the year, include $year/$month.journal
$year/$month.journal # Sorted by effective date then by account
