summaryrefslogtreecommitdiff
path: root/src/account.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Create consistent buffer size.Daniel Coonce2021-02-021-1/+1
* Fix build for x86_64-w64-mingw32Daniel Coonce2021-02-021-2/+2
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-051-3/+17
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* account to return the depth of its last displayed parentJakob Demler2017-11-021-0/+16
* Fix bug where .total used in value exprs breaks totalsJohn Lee2017-10-261-0/+13
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-141-0/+15
* Add the concept of "deferred postings"John Wiegley2014-04-131-0/+15
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Fix #784John Wiegley2013-05-231-3/+1
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-12/+7
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Resolve account.date to latest post in the accountJohn Wiegley2012-08-091-1/+3
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-2/+2
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-0/+32
* Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-071-1/+9
* Account valexprs: earliest_checkin, latest_checkoutJohn Wiegley2012-03-131-3/+42
* Added some missing DEBUG #if'sJohn Wiegley2012-03-071-0/+2
* Corrected several compile and link problemsJohn Wiegley2012-03-061-2/+4
* Removed an invalid assertionJohn Wiegley2012-03-051-1/+4
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Add "note" valexpr function to accountsJohn Wiegley2012-02-271-0/+6
* Fixes for variable shadowing (2/28)John Wiegley2012-02-171-24/+24
* Fixes for variable shadowing (1/28)John Wiegley2012-02-171-6/+6
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Individual postings may each have their own payeeJohn Wiegley2010-06-171-1/+1
* Report error context in expressions more preciselyJohn Wiegley2010-06-131-2/+2
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-28/+22
* Expression evaluations now have a "type context"John Wiegley2010-06-131-1/+5
* Added a new scope_value() inline helper functionJohn Wiegley2010-06-131-5/+3
* account_t::add_post resets family_details.gatheredJohn Wiegley2010-06-131-0/+14
* account(NAME) function can lookup account objectsJohn Wiegley2010-06-131-3/+18
* 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