summaryrefslogtreecommitdiff
path: root/src/account.cc
Commit message (Expand)AuthorAgeFilesLines
* Untabified all source filesJohn Wiegley2010-06-111-35/+35
* Made lookup of an account's "cost" a calc errorJohn Wiegley2010-06-061-0/+6
* Added new "addr" value expression functionJohn Wiegley2010-06-031-0/+6
* Fixed two memory reference errorsJohn Wiegley2010-06-021-8/+3
* Temporary accounts were referenced after deletionJohn Wiegley2010-05-221-1/+17
* Added any() and all() value expression macrosJohn Wiegley2010-05-081-0/+34
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Fixed assertion failure in -M -A bal reportJohn Wiegley2010-01-211-1/+1
* Added historical support for single-letter valexprsJohn Wiegley2009-11-141-1/+20
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-2/+11
* account.amount and .total return simplified valuesJohn Wiegley2009-11-101-2/+2
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-0/+9
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+5
* Added "reported posts" into account xdataJohn Wiegley2009-11-021-0/+15
* Improved the way account temporaries are managedJohn Wiegley2009-11-011-4/+3
* Increased size of buffer used to split account namesJohn Wiegley2009-11-011-1/+1
* Add a position_t object for tracking item positionsJohn Wiegley2009-10-301-1/+1
* Added some additional assertion tests re: tempsJohn Wiegley2009-10-281-1/+3
* Renamed two methods, for consistency's sakeJohn Wiegley2009-10-271-6/+6
* Added a new "cleared" reportJohn Wiegley2009-10-271-0/+10
* Redid the way temporaries are handled in filteringJohn Wiegley2009-10-271-13/+22
* Restored --percent option, added baseline testJohn Wiegley2009-06-211-0/+15
* Refinement to display of account balancesJohn Wiegley2009-06-151-2/+2
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Rewrote the balance report again, to fix --depthJohn Wiegley2009-03-081-2/+2
* Revised the ways statistics are computedJohn Wiegley2009-03-061-11/+32
* Changed the way that account balances are computedJohn Wiegley2009-03-061-20/+137
* Gather account details in a details_t structureJohn Wiegley2009-03-031-6/+6
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-37/+11
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-0/+9
* Fix for sensitive compilation environments.Eugene Morozov2009-02-251-2/+2
* Fixed the --gain option for balance reportsJohn Wiegley2009-02-251-0/+1
* Create a new interactive_t helper classJohn Wiegley2009-02-211-5/+4
* If an account's aggregate amount is null, return 0John Wiegley2009-02-191-1/+4
* Added --flat option, to flatten the balance reportJohn Wiegley2009-02-171-8/+15
* Rewrote how the balance command displays accountsJohn Wiegley2009-02-171-17/+39
* If an account's "total" is empty, return 0John Wiegley2009-02-151-1/+4
* Added account(_base) accessors to account_tJohn Wiegley2009-02-151-0/+12
* Added 'count' and 'subcount' props for accountsJohn Wiegley2009-02-151-1/+21
* Removed "total_cost" valexpr, and value_t::costJohn Wiegley2009-02-151-7/+0
* Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-091-7/+4
* Moved get_partial_name from format.cc into account_t, where it belongs.John Wiegley2009-02-081-18/+22
* Refer to empty expression operators as simply NULL.John Wiegley2009-02-071-1/+1
* Whitespace fix.John Wiegley2009-02-051-0/+2
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-7/+29
* Removed the global references to session->report.John Wiegley2009-02-031-4/+4
* Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.John Wiegley2009-01-311-2/+2
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Added a function for account_t to get the account's total cost.John Wiegley2009-01-191-0/+7
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-4/+3