summaryrefslogtreecommitdiff
path: root/src/account.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a value expression lookup on an account object fails, defer to the currentJohn Wiegley2008-09-181-1/+3
* Don't use single code format characters anymore. Access to object detailsJohn Wiegley2008-09-181-11/+5
* Added the "depth" value expression function for accounts.John Wiegley2008-08-141-0/+9
* The balance report is working again.John Wiegley2008-08-101-2/+7
* Basic balance reports are working again!John Wiegley2008-08-101-20/+58
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+198