summaryrefslogtreecommitdiff
path: root/test/regress/25A099C9.test
Commit message (Collapse)AuthorAgeFilesLines
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-6/+6
|
* Added amount_t::commodity_ptr()John Wiegley2012-03-091-6/+6
|
* All tests are working again but oneJohn Wiegley2012-03-051-6/+6
|
* Changed testing format to aid with debuggingJohn Wiegley2011-02-121-5/+3
|
* New display flag AMOUNT_PRINT_ELIDE_COMMODITY_QUOTESJohn Wiegley2010-06-091-6/+6
| | | | | | | | This is used by reports like register and balance so that separated commodities without spaces in them needed be surrounded by quotes. It will still occur in most other places. Fixes #200 / F82CF11F-BFD9-4512-A562-202B04B68051
* A further simplification of -V and -XJohn Wiegley2010-06-071-6/+6
| | | | | | | | With -X COMM, all values are computed in terms of COMM, regardless. With -V, only secondary commodities will ever be computed, never primaries. Further, if a secondary commodities has an associated price, the valuation is done in terms of that price's commodity.
* amount_t::print and value_t::print now use flagsJohn Wiegley2010-06-071-4/+4
|
* A little bit of code cleanupJohn Wiegley2010-06-041-7/+7
|
* Minor optimization of amount_t::operator*John Wiegley2010-06-031-6/+6
|
* Optimized amount_t::in_place_truncateJohn Wiegley2010-05-261-6/+6
|
* Fixed a regression test due to changes in amount.hJohn Wiegley2009-11-201-6/+6
|
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-6/+6
|
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-6/+6
| | | | | | | | | | | | | | | | | This allows for value expressions to be used which reference the incoming posting, for example: = Income:Clients: (Liabilities:Taxes:VAT1) (floor(amount) * 1) (Liabilities:Taxes:VAT2) 0.19 2009/07/27 * Invoice Assets:Bank:Checking $1,190.45 Income:Clients:ACME_Inc The automated posting for VAT1 will use the floored amount multiplied by a factor, while the posting for VAT2 multiples the whole amount as before.
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-6/+6
|
* Added several new regression testsJohn Wiegley2009-11-021-0/+19