Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -6/+19 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -1/+16 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -5/+6 |
| | |||||
* | Further improvements to lot pricing. | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -37/+153 |
| | |||||
* | (config_t::regexps_to_predicate): Don't set the display predicate to | John Wiegley | 2008-04-13 | 1 | -10/+15 |
| | | | | | | show only matching accounts when the --related flag is in use (which was effectively masking out the whole point of using --related with balance reports). | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | Made several changes to the parsing infrastructure to allow passing | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -150/+0 |
| | |||||
* | Added support for outputting to CSV format. | John Wiegley | 2008-04-13 | 1 | -1/+7 |
| | |||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -225/+320 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | Added a `terminus' global, which if set marks the "current time" as | John Wiegley | 2008-04-13 | 1 | -0/+5 |
| | | | | | | seen by the value expression logic. This has the effect of changing valexprs that test against the current time, such as for calculating the market value of commodities. | ||||
* | When computing a report period, use the direct results of the parse | John Wiegley | 2008-04-13 | 1 | -2/+14 |
| | | | | rather than passing back to --begin and --end. | ||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -2/+6 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -4/+7 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Changed the --begin and --end switches to rely on interval parsing to | John Wiegley | 2008-04-13 | 1 | -2/+18 |
| | | | | | determine the beginning and ending of their range. Also, the ending is now inclusive. | ||||
* | Moved the setting of time quantities to the commodity initialization | John Wiegley | 2008-04-13 | 1 | -20/+0 |
| | | | | section. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | (process_options): Test the "i" and "arg" variables thoroughly before | John Wiegley | 2008-04-13 | 1 | -4/+5 |
| | | | | making use of either one of them. | ||||
* | (regexps_to_predicate): Don't modify the display predicate for balance | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | | | | commands if a payee regexp is being processed. | ||||
* | When --input-date-format is seen, don't wipe out the rest of the date | John Wiegley | 2008-04-13 | 1 | -4/+3 |
| | | | | | | formats, simply replace the first one. Then, when --period is seen, use the first date format as the template for what to pass to the begin/end options. | ||||
* | (process_options): Corrected a long-standing error with using "--" to | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | separate payee regexps from account regexps. | ||||
* | Added --input-date-format, which affects how dates in textual and QIF | John Wiegley | 2008-04-13 | 1 | -0/+7 |
| | | | | | files are parsed -- but not the dates inside a price database, whose format is fixed. | ||||
* | Use std::localtime instead of std::gmtime. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | (process_options): Show all register entries, even those with null | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | value, if -E is used. | ||||
* | (config_t): Corrected a value in the register format. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | (show_version): In the version page output all of the modules which | John Wiegley | 2008-04-13 | 1 | -5/+14 |
| | | | | | support has been compiled in for. This will make tracking down certain problems much quicker. | ||||
* | doc updates | John Wiegley | 2008-04-13 | 1 | -0/+6 |
| | |||||
* | Removed the --reconcilable option, since the pending flag is now being | John Wiegley | 2008-04-13 | 1 | -4/+0 |
| | | | | used. | ||||
* | formatting changes | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | (export_config): Added export entries for the reconcile_balance and | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | reconcile_date options. | ||||
* | (export_config): Added missing config members for Python. | John Wiegley | 2008-04-13 | 1 | -0/+3 |
| | |||||
* | Added support for "--pager PROGRAM". A likely way to define it in | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | | | | your login file would be: "export LEDGER_PAGER=$PAGER". | ||||
* | Added new --head and --tail options, which control how many *entries* | John Wiegley | 2008-04-13 | 1 | -0/+11 |
| | | | | | | are displayed in a register report or print report. The UNIX commands "head" and "tail" can be used to control how many transactions are displayed. | ||||
* | Added new options --reconcile, --reconcilable and --reconcile-date. | John Wiegley | 2008-04-13 | 1 | -1/+13 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Added write_hdr_format and write_xact_format, which are used by the | John Wiegley | 2008-04-13 | 1 | -2/+14 |
| | | | | "output" command. | ||||
* | (parse_ledger_data): Don't auto-create equivalencies for bytes, | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | kilobytes, etc., since people may want to use "b" for something else. | ||||
* | (parse_ledger_data): Set journal->price_db if a price database is | John Wiegley | 2008-04-13 | 1 | -8/+13 |
| | | | | successfully read in. | ||||
* | Set cache_file to "<none>" if --no-cache is used. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | (option_full_help): Added docs for --no-cache. (option_help): Added | John Wiegley | 2008-04-13 | 1 | -0/+6 |
| | | | | docs for --no-cache. Added --no-cache option. | ||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+991 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -685/+0 |
| | |||||
* | corrected semantics of -j and -J | John Wiegley | 2004-09-27 | 1 | -7/+5 |
| | |||||
* | corrected the deviation report (-D) when -V is also being used | John Wiegley | 2004-09-25 | 1 | -4/+4 |
| | |||||
* | a couple of fixes to collapsed and subtotal reports | John Wiegley | 2004-09-25 | 1 | -9/+5 |
| |