mafm / ledger.py

Command-line, double-entry accounting in python. Excel and text output.
Other
45 stars 17 forks source link

postings with a currency specified are not causing an error #16

Open mafm opened 11 years ago

mafm commented 11 years ago

Although the multi-currency stuff should be implemented, it currently isn't implemented, and a posting like this should cause an error: Income:Trading:Investment:NAB:Stock 1,000 NAB

The current code just read that line as $1,000 (AUD) - wrong!