summaryrefslogtreecommitdiff
path: root/lisp/ldg-commodities.el
Commit message (Collapse)AuthorAgeFilesLines
* Added checking for thousands separators in commodity split.Craig Earls2013-03-201-3/+5
|
* Add acct under point to reconcile prompt. Fix reconcile balance display of ↵Craig Earls2013-03-041-22/+24
| | | | empty accounts
* Ensure reconcile balance display can handle empty accounts. Also force ↵Craig Earls2013-03-011-10/+17
| | | | balance display at the beginning of reconciliation.
* Restructured customization groups. Completed initial draft of ledger-mode ↵Craig Earls2013-02-271-7/+1
| | | | documentation
* Update date regex to handles dashes and slashesCraig Earls2013-02-271-0/+1
|
* Ensure that commodities using decimal period, have comma separators removed ↵Craig Earls2013-02-261-1/+3
| | | | for string-to-number.
* ledger-mode now automatically loads and parses the init file.Craig Earls2013-02-231-2/+1
| | | | Currently only pays attention to decimal-comma
* Another buglet in the commodity handler.Craig Earls2013-02-211-0/+1
|
* Another attempt to deal with decimal-commaCraig Earls2013-02-211-3/+4
|
* Better way of splitting the commodity from the value.Craig Earls2013-02-191-8/+18
| | | | Should allow no spaces between commodities and values.
* A better try to deal with decimal-comma from ledgerCraig Earls2013-02-171-8/+38
|
* Changed prompt for reconciliation target.Craig Earls2013-02-151-4/+3
|
* Improved error reportingCraig Earls2013-02-151-6/+0
|
* Code commenting cleanup.Craig Earls2013-02-141-6/+14
|
* Added rudimentary target checking to reconcile.Craig Earls2013-02-131-0/+93