summaryrefslogtreecommitdiff
path: root/src/convert.cc
Commit message (Collapse)AuthorAgeFilesLines
* Made "convert" command insensitive to null amountsJohn Wiegley2010-06-181-12/+14
|
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-5/+3
|
* Untabified all source filesJohn Wiegley2010-06-111-35/+35
|
* Wrap a default account name with _()John Wiegley2010-06-021-1/+1
|
* Changed two uses of delete to checked_delete()John Wiegley2010-06-021-2/+2
|
* The --invert option now works with "convert"John Wiegley2010-05-071-1/+6
|
* Added experimental account lookup logicJohn Wiegley2010-03-081-15/+35
| | | | | This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records).
* Added some preliminary code for convert CSV to LedgerJohn Wiegley2010-03-051-0/+136