Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New: --set-reported-account, --set-reported-payee | John Wiegley | 2009-11-01 | 1 | -0/+2 |
| | |||||
* | Removed most #if 0 blocks and callout comments | John Wiegley | 2009-10-31 | 1 | -6/+2 |
| | |||||
* | Improved arg checking for several valexpr functions | John Wiegley | 2009-10-31 | 1 | -4/+4 |
| | |||||
* | Add valexpr functions for lot dates, prices and tags | John Wiegley | 2009-10-31 | 1 | -0/+33 |
| | |||||
* | Added a --forecast-years option | John Wiegley | 2009-10-31 | 1 | -0/+1 |
| | | | | | This sets how many years of forecasting Ledger will do before it terminates the attempt. | ||||
* | Moved ownership of master account into journal_t | John Wiegley | 2009-10-30 | 1 | -2/+2 |
| | | | | The journal_t now completely represents the data part of a session. | ||||
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 1 | -0/+2 |
| | |||||
* | Fixed "show" keywords, and added // syntax | John Wiegley | 2009-10-28 | 1 | -11/+9 |
| | |||||
* | Fixes to the new query expression parser | John Wiegley | 2009-10-28 | 1 | -2/+5 |
| | |||||
* | Rewrote the report query parser | John Wiegley | 2009-10-28 | 1 | -2/+2 |
| | | | | | | It is now a full parser that parses report queries directly into value expression trees. These then get rendered into text so that other options may extend the expression. | ||||
* | -D now means --daily, not --deviation | John Wiegley | 2009-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Because --daily is more commonly desired, and fits the pattern of the other periodic switches: -D --daily -W --weekly -M --monthly -Y --yearly Only --quarterly doesn't have its own short option. | ||||
* | Sort by default unless --unsorted is selected | John Wiegley | 2009-10-28 | 1 | -0/+1 |
| | |||||
* | Removed unnused parameter to value_t::print | John Wiegley | 2009-10-27 | 1 | -5/+2 |
| | |||||
* | Added --actual-dates, for overriding --effective | John Wiegley | 2009-10-27 | 1 | -0/+1 |
| | | | | | This is so that if someone has --effective in their .ledgerrc, they can force the use of actual dates. | ||||
* | Support a --now option, for testing purposes | John Wiegley | 2009-10-27 | 1 | -0/+1 |
| | | | | | | This sets Ledger's notion of the "current time" to the given date. This makes it possible to have stable output from budgeting and forecasting reports, for the sake of baseline tests. | ||||
* | Added a new "cleared" report | John Wiegley | 2009-10-27 | 1 | -1/+11 |
| | | | | | | This is a balance report with three columns: Current balance | Cleared balance | Last cleared date | ||||
* | Added a new "budget" report | John Wiegley | 2009-10-27 | 1 | -1/+14 |
| | | | | | | This is a balance report with four columns: Amount spent | Budgeted Amount | Difference | Percentage | ||||
* | Fixed a data lifetime bug | John Wiegley | 2009-10-27 | 1 | -2/+7 |
| | | | | | | This was causing budget totals not to appear in balance reports. Fixes 8254755E-7B61-47C8-B48E-A2A7FD79EB80 | ||||
* | Added t and T as valexpr synonyms | John Wiegley | 2009-10-26 | 1 | -0/+7 |
| | | | | t = display_amount, T = display_total | ||||
* | Fixed sorting in bal reports when --flat is used | John Wiegley | 2009-10-26 | 1 | -4/+7 |
| | | | | | | | Note that sorting on the "total" is not the same thing as sorting on the "display_total" when multiple commodities are in use and the -X flag is selected! One should always sort on display_total, since that's the value which is shown in the report. 'T' is a synonym for display_total. | ||||
* | Added an "echo" command, for REPL testing | John Wiegley | 2009-10-26 | 1 | -0/+10 |
| | |||||
* | Rewrote the way date and time I/O is managed | John Wiegley | 2009-10-25 | 1 | -3/+7 |
| | |||||
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -16/+16 |
| | |||||
* | Restored --price option, added baseline test | John Wiegley | 2009-06-26 | 1 | -3/+13 |
| | | | | | | | This option reports only in terms of the annotated price of the commodities involved, otherwise it reports the amounts themselves. It can be used in conjunction with other reports, as it applies to the displayed amounts, not the actual amounts being calculated. | ||||
* | The --download option is now fully restored | John Wiegley | 2009-06-26 | 1 | -5/+5 |
| | |||||
* | More refactoring for --download | John Wiegley | 2009-06-24 | 1 | -1/+0 |
| | |||||
* | Restored --download, although not done yet | John Wiegley | 2009-06-24 | 1 | -5/+0 |
| | | | | | | The problem at this point is that it's recording prices in the price database multiple times; it should only need to download a price for each commodity once per day. | ||||
* | Added a --no-color option, to disable --color | John Wiegley | 2009-06-22 | 1 | -0/+1 |
| | |||||
* | Restored option --period-sort | John Wiegley | 2009-06-21 | 1 | -1/+1 |
| | | | | This option is just an alias for --sort-xacts. | ||||
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 1 | -2/+11 |
| | |||||
* | Fixes to the 'xact' command (used to be 'entry') | John Wiegley | 2009-06-19 | 1 | -1/+6 |
| | |||||
* | Commented out an internal-only option | John Wiegley | 2009-06-18 | 1 | -0/+4 |
| | |||||
* | The -X option now accepts price settings | John Wiegley | 2009-06-18 | 1 | -27/+14 |
| | | | | | | | For example, if you had 100 AU (onces of gold) and wanted to report it in dollars, but at a price of $997 per ounce, you could now easily say: ledger bal -X '$,AU=$997' | ||||
* | When --end is used, set a "terminus" date | John Wiegley | 2009-06-16 | 1 | -0/+8 |
| | | | | | | | This means that final balance valuations (with -V or -X) will be done in terms of the date given to --end, rather than based on the current day. Fixes 647D5DB9-DBBB-47C8-80CE-F3F70E3B0253 | ||||
* | Move amount colorization deeper into the core | John Wiegley | 2009-06-16 | 1 | -3/+4 |
| | | | | | | | | This is necessary in order to redden negative amounts correctly under all circumstances, such as component amounts of a multi-commodity balance. Fixes 727B2DF8-A2A1-4716-9C15-547F20D5F933 | ||||
* | Added new debug option --options | John Wiegley | 2009-06-02 | 1 | -14/+19 |
| | | | | | This reports which options are in place before invoking a command, and where exactly each option value came from. | ||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 1 | -2/+4 |
| | | | | | | | It is no longer done in calc_posts, but recursively on each account. This allows value expressions to ask statistical questions, like "earliest cleared posting?" (TBD) from any specific account, computed lazily. | ||||
* | Implemented --unround using value expressions | John Wiegley | 2009-03-06 | 1 | -0/+7 |
| | |||||
* | Removed the --totals option | John Wiegley | 2009-03-05 | 1 | -1/+0 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -5/+18 |
| | |||||
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -18/+4 |
| | |||||
* | Allow special %{} formatting sequence | John Wiegley | 2009-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Although %(amount) inserts an item's amount, it only does exactly that. There is no special consideration like stripping of lot details, or reduction to the base commodity, etc. For those things, and to make sure it was display in red if negative, the canonical form would be: %(ansify_if(justify(scrub(amount), 12, -1, true), red if amount < 0)) You can now use the special %{} form as an alternate to this: %12{amount, red if amount < 0} The two expand to the same underlying expression. | ||||
* | Made all the ANSI color names into valexpr names | John Wiegley | 2009-03-03 | 1 | -0/+67 |
| | |||||
* | Moved fn_false to be a non-member function | John Wiegley | 2009-03-03 | 1 | -1/+4 |
| | |||||
* | Added a "null" value for value expressions | John Wiegley | 2009-03-03 | 1 | -0/+9 |
| | |||||
* | Added a "show" report query term | John Wiegley | 2009-03-02 | 1 | -3/+20 |
| | | | | | Everything beyond the show modifies the --display predicate, and everything before modifies the --limit predicate. | ||||
* | Changed how comments are output to be more logical | John Wiegley | 2009-03-01 | 1 | -0/+2 |
| | |||||
* | The generate report now implies --actual | John Wiegley | 2009-02-27 | 1 | -0/+1 |
| | |||||
* | Allow --head to limit the entries generate creates | John Wiegley | 2009-02-27 | 1 | -1/+3 |
| |