ed <[email protected]> writes: > Working towards establishing my first ledger system and wondering how > to go about version control, backups, security etc. > > How do people enter and manage their data? emacs, gnucash, other? I > want to check out gnucash and am wondering about maintaining a > database in mysql/sqlite/postgres so I can get some form of integrity > checking and audit trail. > > Just curious what other people are using.
I use emacs and mercurial. To reconcile, i convert the csv file of my bank to an org table, then i split window in three, one with org table, one with ledger file, and one with the reconcile buffer. To add entries to ledger file, i use some functions in addition ledger.el. You can find these tools here: http://mercurial.intuxication.org/hg/emacs-utils They are for my personal use, so they may not work for you, just adapt for yourself.(specially csv2org). -- Thierry Volpiatto Gpg key: http://pgp.mit.edu/
