Hi Madhu, Madhu Rao <bgm...@gmail.com> writes:
> Has anyone tried to configure org in a personal finance manager mode? > I looked in the mail archive, but couldn't find any related posts. These threads contain some ideas about tracking finances in org-mode: - http://thread.gmane.org/gmane.emacs.orgmode/10234/focus=10249 - http://thread.gmane.org/gmane.emacs.orgmode/9663 - http://thread.gmane.org/gmane.comp.finance.ledger.general/838 > I thought org-mode with some remember capture templates will do that > stuff rather efficiently. It depends on what you'd like to accomplish. For a robust accounting solution (i.e., something that can easily tracks all your finances and can spit out data in all sorts of ways) I would second Carsten's recommendation of John Wiegley's ledger. For a while, I tried a home-brewed double bookkeeping solution in org mode using properties and columns. I used a small subtree for each transaction with one subitem for the debit and one for the credit, with properties spendtype, account, assets, liabilities, income, equity, expenses. The structure of the tree was as follows: ,---- | * Accounts | ** April | *** [2009-04-13 Mon] Transaction Name | **** [2009-04-13 Mon] Debit | **** [2009-04-13 Mon] Credit | *** Opening Balances... `---- The sum of all my accounts could then be viewed by invoking column view on the Accounts heading. Particular accounts could by summed up by using agenda views and org-collector. The problem here, of course, is that once you have a large number of entries, it takes a lot of CPU cycles just to generate an account summary, since org-mode has to climb the entire outline tree and grab all the properties. In the end, I settled on ledger because of its power, speed, and flexibility. Best, Matt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode