summaryrefslogtreecommitdiff
path: root/src/entry.cc
Commit message (Collapse)AuthorAgeFilesLines
* Removed all references to the old binary cache.John Wiegley2009-02-041-8/+3
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-2/+1
|
* Removed used of src_idx.John Wiegley2009-02-031-3/+2
|
* Simplified error context handling.John Wiegley2009-02-021-16/+6
|
* Fixed some entry balancing problems relating to the new rational code.John Wiegley2009-01-311-5/+4
|
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-1/+1
|
* Fixed error context output.John Wiegley2009-01-311-2/+2
|
* Added debug code under the category "entry.extend".John Wiegley2009-01-301-0/+21
|
* There is no need to round a balance before calling is_zero().John Wiegley2009-01-301-8/+5
|
* Don't allow the "keep precision" flag to propagate into the balance amount.John Wiegley2009-01-301-1/+12
|
* xact_t pointer list when copy constructing an entry, which leads to crashesJohn Wiegley2009-01-201-1/+4
| | | | during deconstruction (due to double-free'ing transactions).
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Cleaned up the way that commodity pricing is handled.John Wiegley2008-09-201-114/+13
|
* Modified a debug class code.John Wiegley2008-09-191-9/+10
|
* When automatically associating lot details with a commodity, use only theJohn Wiegley2008-09-191-4/+1
| | | | | | 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.
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-93/+27
|
* Don't use single code format characters anymore. Access to object detailsJohn Wiegley2008-09-181-11/+0
| | | | will now always be done with "%(identifier)".
* Restored --cleared, --pending, --uncleared, -X and -Y.John Wiegley2008-09-161-1/+38
|
* Added 'code' value expression function for xacts and entries.John Wiegley2008-09-141-0/+12
|
* Transactional assignments (i.e., confirmed balances) are working now.John Wiegley2008-09-141-13/+26
|
* If a transaction's entry has no journal pointer (and this can happen withJohn Wiegley2008-08-141-1/+7
| | | | | temporaries), reference session_t::current to get at the current report pointer.
* Basic balance reports are working again!John Wiegley2008-08-101-16/+5
|
* Merge branch 'master' into v2.7aJohn Wiegley2008-08-091-0/+15
|
* The Python interface layer is building again.John Wiegley2008-08-071-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+482
is in doc/, etc.