Skip to content

Instantly share code, notes, and snippets.

@afh
Created November 8, 2009 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afh/229540 to your computer and use it in GitHub Desktop.
Save afh/229540 to your computer and use it in GitHub Desktop.
% cat /tmp/comma.dat
--european
= account =~ /Income:Salary/
(Liabilities:Taxes) 0,10
2009/11/09 * PayDay
Assets:Bank:Checking € 1.000,00
Income:Salary -€ 1.000,00
% ~/bin/ledger -f /tmp/comma.dat reg
2009/11/09 PayDay Assets:Bank:Checking € 1.000,00 € 1.000,00
Income:Salary € -1.000,00 0
(Liabilities:Taxes) € -10.000,00 € -10.000,00
% cat /tmp/dot.dat
--european
= account =~ /Income:Salary/
(Liabilities:Taxes) 0.10
2009/11/09 * PayDay
Assets:Bank:Checking € 1.000,00
Income:Salary -€ 1.000,00
% ~/bin/ledger -f /tmp/dot.dat reg
2009/11/09 PayDay Assets:Bank:Checking € 1.000,00 € 1.000,00
Income:Salary € -1.000,00 0
(Liabilities:Taxes) € -100,00 € -100,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment