Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 4 | -2/+2 | |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | |||||
* | Revert behavior of 40ab81308025e9655074da37671c444b4257f867 | John Wiegley | 2012-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -0/+0 | |
| | ||||||
* | Don't print amounts when not necessary in 'print' | John Wiegley | 2012-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -0/+0 | |
| | ||||||
* | Fixed cmd-script_2.test | John Wiegley | 2012-02-21 | 1 | -2/+2 | |
| | ||||||
* | Corrected handling of nested definitions | John Wiegley | 2012-02-21 | 2 | -0/+6 | |
| | ||||||
* | Corrected two tests | John Wiegley | 2011-02-12 | 1 | -14/+14 | |
| | ||||||
* | Changed testing format to aid with debugging | John Wiegley | 2011-02-12 | 124 | -586/+477 | |
| | ||||||
* | Removed needless "=== 0" and ">>>2" lines from test files | John Wiegley | 2011-02-12 | 114 | -257/+1 | |
| | ||||||
* | Increase display precision of hours to 2 places | John Wiegley | 2010-12-12 | 1 | -2/+2 | |
| | ||||||
* | Added baseline test for "check" feature | John Wiegley | 2010-06-26 | 1 | -0/+18 | |
| | ||||||
* | Added baseline tests for --meta and --meta-width | John Wiegley | 2010-06-26 | 2 | -0/+28 | |
| | ||||||
* | Added baseline test for --now | John Wiegley | 2010-06-26 | 1 | -0/+4 | |
| | ||||||
* | Added baseline tests for prepend-format/width | John Wiegley | 2010-06-26 | 2 | -0/+34 | |
| | ||||||
* | Extended feat-fixated-prices.test | John Wiegley | 2010-06-22 | 1 | -0/+12 | |
| | ||||||
* | Price annotation no longer inject an implied cost | John Wiegley | 2010-06-22 | 6 | -3155/+2972 | |
| | | | | | | | | | | | | | | | | | | | | | | | Consider the following transaction: 2010-06-22 Sample Assets:Brokerage 10 AAPL {$30} Assets:Brokerage Previously, this would have been equivalent to: 2010-06-22 Sample Assets:Brokerage 10 AAPL @ $30 Assets:Brokerage However, this is not always what the user expects to happen. When @ is not being used, the transaction should reflect a mere transfer of commodities. This is now how it works, and thus the above transaction is now equivalent to the following instead: 2010-06-22 Sample Assets:Brokerage 10 AAPL {$30} Assets:Brokerage -10 AAPL {$30} | |||||
* | Added new --bold-if option | John Wiegley | 2010-06-22 | 1 | -0/+0 | |
| | ||||||
* | Change weighting of account-name abbreviation | John Wiegley | 2010-06-21 | 3 | -6/+6 | |
| | | | | | Parent accounts are abbreviated even more, so that child accounts can show more text. | |||||
* | Added tests for sole budget/forecast reports | John Wiegley | 2010-06-21 | 2 | -0/+86 | |
| | ||||||
* | Subsantial fixes and improvements to budgeting | John Wiegley | 2010-06-19 | 3 | -2/+113 | |
| | | | | | | | | | 1. A bounded budget "from DATE to DATE" will now generate entries throughout that entire range, if it is triggered. 2. An unbounded budget begins, as before, in the timeframe of the reported posting which triggered it, but now continues until the present date. | |||||
* | Added new option --inject=KEY[,KEY...] | John Wiegley | 2010-06-18 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you have a typed metadata key which contains an amount, you can use --inject=KEY to inject a posting with that amount wherever a match occurs. There are two main forms of usage: 2010-06-18 Sample ; Key:: $100 Expenses:Food $100.00 Assets:Checking The command would be: ledger reg --inject=Key In the above, transactional form, a posting under the account "Key" will be injected before the first posting reported for this transaction. It's amount will be $100. This only happens once for the whole transaction. It is also possible to associate the key with a posting: 2010-06-18 Sample Expenses:Food $100.00 ; Key:: $100 Assets:Checking Now the injected posting is generated whenever that particular post is reported. | |||||
* | Ensure that all options are tested and documented | John Wiegley | 2010-06-15 | 19 | -0/+0 | |
| | ||||||
* | Removed unused --unsorted option | John Wiegley | 2010-06-15 | 3 | -3/+3 | |
| | ||||||
* | Improved algorithm for abbreviating account names | John Wiegley | 2010-06-14 | 28 | -202/+202 | |
| | ||||||
* | Corrected bug with forecasting date bounded xacts | John Wiegley | 2010-06-13 | 1 | -37/+37 | |
| | ||||||
* | The --anon option now randomizes its effect | John Wiegley | 2010-06-12 | 1 | -11/+0 | |
| | ||||||
* | The --anon option now anonymizes commodities | John Wiegley | 2010-06-09 | 1 | -3/+3 | |
| | | | | Fixes #227 / 1C90D8AF-830E-43C2-A5B7-D382F68EBDE3 | |||||
* | Fixed the way prices and costs are print'd | John Wiegley | 2010-06-07 | 3 | -551/+551 | |
| | ||||||
* | Reworked the way that <Rounding> entries are shown | John Wiegley | 2010-06-06 | 2 | -3/+0 | |
| | | | | Fixes #188 / 53BCED29-F3B9-4E02-9A35-6C739ABB9662 | |||||
* | Changed --european option to --decimal-comma | John Wiegley | 2010-06-01 | 1 | -1/+1 | |
| | | | | Fixes #211 / 1736ACA5-5DE6-4826-AEB4-DB5B2A2217AC | |||||
* | -G option now takes price history into account | John Wiegley | 2010-05-30 | 2 | -2/+4 | |
| | ||||||
* | -V/-X options now take price history into account | John Wiegley | 2010-05-30 | 1 | -1/+2 | |
| | ||||||
* | Empty notes and tags now return null values | John Wiegley | 2010-05-30 | 1 | -2/+2 | |
| | ||||||
* | Added a new baseline test for the print command | John Wiegley | 2010-05-23 | 1 | -0/+11 | |
| | ||||||
* | Do not implicitly sort register output | John Wiegley | 2010-03-17 | 6 | -55/+55 | |
| | | | | The switches the default back to the same as 2.x, which is --unsorted. | |||||
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -10/+0 | |
| | | | | | There ended up being too many corner cases for the generalized formatter to handle. | |||||
* | Fixed tests relative to recent --pivot change | John Wiegley | 2010-02-04 | 4 | -24/+24 | |
| | ||||||
* | Added baseline tests for unrealized options | Aristid Breitkreuz | 2009-11-25 | 3 | -0/+68 | |
| | | | | | This includes another baseline test for --unrealized, and also new ones for --unrealized-gains and --unrealized-losses. | |||||
* | Fixed regression tests relating to b1d6ea876c5f | John Wiegley | 2009-11-24 | 2 | -0/+4 | |
| | ||||||
* | Added baseline test for "sample.dat" contents | John Wiegley | 2009-11-20 | 1 | -0/+91 | |
| | ||||||
* | Added an --unrealized option, for use with bal -V | John Wiegley | 2009-11-19 | 1 | -0/+20 | |
| | | | | | | When this option is on, then in balance report which show market values, any gains or losses in value will be balanced into a pair of accounts called Equity:Unrealized Gains and Equity:Unrealized Losses. | |||||
* | Added baseline test for reg -n | John Wiegley | 2009-11-14 | 1 | -0/+46 | |
| | ||||||
* | Renamed the pricesdb command to pricedb | John Wiegley | 2009-11-12 | 1 | -1/+1 | |
| | ||||||
* | Automated transactions now use report query syntax | John Wiegley | 2009-11-10 | 1 | -1/+1 | |
| | | | | This returns their behavior back very close to what 2.x accepts. | |||||
* | Column widths are always calculated now | John Wiegley | 2009-11-07 | 1 | -3/+3 | |
| | ||||||
* | Renamed --set-reported-account to just --account | John Wiegley | 2009-11-06 | 11 | -47/+25 | |
| | | | | | | | This fits better with the --amount and --total options, which both change the amount and total used for calculation. Same with --account: it happens after filtering, but before calculation so that balance reports look as you'd expect. | |||||
* | Fixed issues with period strings like "2009/10" | John Wiegley | 2009-11-02 | 2 | -120/+120 | |
| | ||||||
* | Fixed baseline tests relating to earlier changes | John Wiegley | 2009-11-02 | 1 | -2/+2 | |
| | ||||||
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 2 | -4/+4 | |
| |