Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bugs relating to sign and rounding of costs | John Wiegley | 2009-02-27 | 1 | -3/+4 | |
| | ||||||
* | The letter 'z' was not allowed in commodity names | John Wiegley | 2009-02-27 | 1 | -2/+2 | |
| | ||||||
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | These strings are now collected automagically in the file po/ledger.pot. If you'd like to produce a translation, just run this command after building Ledger: msginit -l LOCALE -o LANG.po -i po/ledger.pot Where LOCALE is a string like de or en_GB, and LANG is a short descriptive word for your language. Then send me this .po file so I can commit it to the Ledger sources (alternatively, you could maintain the file in a fork on GitHub), and setup the build script to format and install your new message catalog during a "make install". | |||||
* | Fixes to the way annotated prices are displayed | John Wiegley | 2009-02-24 | 1 | -10/+15 | |
| | ||||||
* | Made commodity reduction during parsing consistent | John Wiegley | 2009-02-24 | 1 | -5/+8 | |
| | ||||||
* | Many fixes to --market and --exchange | John Wiegley | 2009-02-22 | 1 | -100/+84 | |
| | | | | Also, --exchange now accepted multiple, comma-separated commodities. | |||||
* | --exchange option now accepts multiple commodities | John Wiegley | 2009-02-22 | 1 | -39/+0 | |
| | | | | They must be separated by a comma, and all whitespace is ignored. | |||||
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -12/+15 | |
| | | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD | |||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -4/+2 | |
| | ||||||
* | Properly handle UTF-8 characters in commodity strings. | John Wiegley | 2009-02-12 | 1 | -1/+49 | |
| | ||||||
* | Exclude | from the legal commodity character set, as per the comment. | John Wiegley | 2009-02-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed a mistakenly const parameter. | John Wiegley | 2009-02-07 | 1 | -3/+3 | |
| | ||||||
* | Moved parse_commodity_price into commodity_pool_t. | John Wiegley | 2009-02-07 | 1 | -0/+17 | |
| | ||||||
* | Fixed some incorrect #includes. | John Wiegley | 2009-02-07 | 1 | -1/+1 | |
| | ||||||
* | Removed commodity_pool_t's use of boost::multi_index_container, and also its | John Wiegley | 2009-02-07 | 1 | -35/+13 | |
| | | | | used of the ident membe, which was only ever used by the binary cache code. | |||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -12/+11 | |
| | ||||||
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 1 | -27/+0 | |
| | ||||||
* | Values can now be streamed to XML, and all the types they refer to. | John Wiegley | 2009-02-01 | 1 | -16/+9 | |
| | ||||||
* | Removed the special "one" variable, and added amount_t::inverted(). | John Wiegley | 2009-01-31 | 1 | -1/+1 | |
| | ||||||
* | Rationals based math is now passing the unit tests. | John Wiegley | 2009-01-31 | 1 | -3/+1 | |
| | ||||||
* | Several corrections to the way rationals are handled. | John Wiegley | 2009-01-31 | 1 | -1/+1 | |
| | ||||||
* | Don't parse reserved word (such as "and" or "true") as commodity names. | John Wiegley | 2009-01-31 | 1 | -0/+24 | |
| | ||||||
* | Whitespace fix. | John Wiegley | 2009-01-30 | 1 | -2/+4 | |
| | ||||||
* | Update Doxygen documentation. Still much more work to be done. | John Wiegley | 2009-01-29 | 1 | -1/+1 | |
| | ||||||
* | Revised the way that parsing flags get passed around. | John Wiegley | 2009-01-29 | 1 | -1/+1 | |
| | ||||||
* | amount_t and commodity_t objects can now stream themselves to XML. | John Wiegley | 2009-01-28 | 1 | -0/+34 | |
| | ||||||
* | Guard debug code in commodity.cc, so it will build optimized. | John Wiegley | 2009-01-23 | 1 | -2/+42 | |
| | ||||||
* | When parsing commodities, if there is no symbol or annotations, reset the | John Wiegley | 2009-01-22 | 1 | -0/+11 | |
| | | | | stream pointer in order to give more accurate error reporting. | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 | |
| | ||||||
* | Don't calculate a reflexive price if a commodity has been marked as NOMARKET. | John Wiegley | 2009-01-19 | 1 | -4/+3 | |
| | ||||||
* | Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET. | John Wiegley | 2009-01-19 | 1 | -4/+7 | |
| | ||||||
* | Lookup commodity prices recursively, searching for the newest data. | John Wiegley | 2009-01-19 | 1 | -14/+19 | |
| | ||||||
* | Added a recursive, date-based commodity price searching capability. This | John Wiegley | 2009-01-19 | 1 | -82/+187 | |
| | | | | | | makes it possible to find all possible prices for a commodity by walking the map of pricing relationships to all other commodities, even if the relation is distant. | |||||
* | Added code to recursively search for a price in a given commodity. | John Wiegley | 2008-09-25 | 1 | -11/+95 | |
| | ||||||
* | Did more restructing of commodity price histories, although the completed | John Wiegley | 2008-09-21 | 1 | -66/+86 | |
| | | | | find_price does not work yet. | |||||
* | Created several alternate 'value' methods to support the upcoming commodity | John Wiegley | 2008-09-21 | 1 | -40/+65 | |
| | | | | valuation changes. | |||||
* | Began initial work to support specifying a series of commodities to -V. | John Wiegley | 2008-09-20 | 1 | -36/+66 | |
| | ||||||
* | Cleaned up the way that commodity pricing is handled. | John Wiegley | 2008-09-20 | 1 | -22/+28 | |
| | ||||||
* | When automatically associating lot details with a commodity, use only the | John Wiegley | 2008-09-19 | 1 | -1/+4 | |
| | | | | | | price (based on the cost of the transactions), don't automatically use the date and the entry code -- since most people aren't going to be that specific at the time of sale, it's causes confusion in certain cases. | |||||
* | Removed dead code. | John Wiegley | 2008-08-17 | 1 | -9/+0 | |
| | ||||||
* | When printing commodity lot dates, using format_date(). | John Wiegley | 2008-08-13 | 1 | -1/+1 | |
| | ||||||
* | Basic balance reports are working again! | John Wiegley | 2008-08-10 | 1 | -4/+5 | |
| | ||||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+667 | |
is in doc/, etc. |