Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Replace if/else ladder in convert with loop | Kai Wohlfahrt | 2021-01-31 | 1 | -21/+6 |
| | |||||
* | Add debit field to convert command | Kai Wohlfahrt | 2021-01-31 | 1 | -5/+13 |
| | | | | | This changes the error reported when a transaction with no amount is imported. | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | rename payee_mappings to payee_alias_mappings | Christophe Rhodes | 2014-05-12 | 1 | -1/+1 |
| | | | | (and similar renames) in preparation for payee_uuid_mappings | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into next | Johann Klähn | 2013-01-18 | 1 | -3/+5 |
|\ | | | | | | | | | | | Some commits were on the master branch but not yet on the next branch due to a pull request to master after those two branches diverged. This merge ensures that next ⊇ master. | ||||
| * | ignore extra fields when converting csv files | Johann Klähn | 2012-10-13 | 1 | -1/+1 |
| | | | | | | | | This fixes bug #736. | ||||
| * | ignore (some) empty field when converting csv | Johann Klähn | 2012-10-13 | 1 | -2/+4 |
| | | | | | | | | This fixes bug #733 and bug #734. | ||||
* | | fix account mapping in csv conversion | Johann Klähn | 2012-10-18 | 1 | -1/+1 |
|/ | | | | | | | By using payees_for_unknown_accounts instead of account_mappings in csv.cc ledger will have the same behaviour as in `ledger -f - print` in that it uses payee fields in account directives to rewrite the account. | ||||
* | Improved detection of iostream's eof() condition | John Wiegley | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Use unique_ptr instead of std::auto_ptr | John Wiegley | 2012-03-05 | 1 | -2/+2 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -41/+40 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -4/+4 |
| | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -86/+76 |
| | |||||
* | Make CSV importer more sensitive to errors | John Wiegley | 2012-02-26 | 1 | -63/+63 |
| | |||||
* | Changed a use of int to std::vector<int>::size_type | John Wiegley | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Fixes for variable shadowing (9/28) | John Wiegley | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | Fixes for variable shadowing (8/28) | John Wiegley | 2012-02-17 | 1 | -5/+5 |
| | |||||
* | Fixes for variable shadowing (7/28) | John Wiegley | 2012-02-17 | 1 | -13/+13 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Store metadata values as value_t instead of string | John Wiegley | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -33/+33 |
| | |||||
* | The CSV reader now auto-correlates fields by regex | John Wiegley | 2010-03-08 | 1 | -50/+167 |
| | |||||
* | Added some preliminary code for convert CSV to Ledger | John Wiegley | 2010-03-05 | 1 | -0/+181 |
| | |||||
* | More revision to the way options are handled; reworked CSV command. | John Wiegley | 2009-02-07 | 1 | -135/+0 |
| | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -18/+5 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+148 |
is in doc/, etc. |