summaryrefslogtreecommitdiff
path: root/lisp/ldg-commodities.el
Commit message (Expand)AuthorAgeFilesLines
* Consolidated all major regexes into ldg-regex. Only major exception are the ...Craig Earls2013-04-021-3/+5
* ledger-read-commodity-string now calls ledger-split-commodity-stringCraig Earls2013-04-011-19/+9
* Removing some warning when compiling ledger.Rémi Vanicat2013-03-301-1/+1
* Handle quoted commodities in ledger-split-commodity-stringCraig Earls2013-03-261-15/+26
* Improve complete-all and reconcile savingCraig Earls2013-03-251-1/+2
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the p...Craig Earls2013-03-251-1/+1
* Code cleanup in ldg-exec and ledger-split-commodityCraig Earls2013-03-251-23/+22
* Fix ledger-split-commodities to handle integer balancesCraig Earls2013-03-241-2/+2
* Improve ledger-split-commodities to handle multi character commodities.Craig Earls2013-03-241-10/+8
* 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 e...Craig Earls2013-03-041-22/+24
* Ensure reconcile balance display can handle empty accounts. Also force balan...Craig Earls2013-03-011-10/+17
* Restructured customization groups. Completed initial draft of ledger-mode doc...Craig Earls2013-02-271-7/+1
* Update date regex to handles dashes and slashesCraig Earls2013-02-271-0/+1
* Ensure that commodities using decimal period, have comma separators removed f...Craig Earls2013-02-261-1/+3
* ledger-mode now automatically loads and parses the init file.Craig Earls2013-02-231-2/+1
* 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
* 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