summaryrefslogtreecommitdiff
path: root/src/xact.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Added some DEBUG statementsJohn Wiegley2012-03-051-0/+2
* When deleting a post from an xact, remove it from its accountJohn Wiegley2012-03-051-0/+2
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-2/+4
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-3/+3
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
* OptimizationsJohn Wiegley2012-02-271-3/+4
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-3/+3
* Fixed the scoping of auto xact predicatesJohn Wiegley2012-02-271-4/+6
* Whitespace fixJohn Wiegley2012-02-271-3/+2
* The "id" of an item now maps to its UUIDJohn Wiegley2012-02-271-27/+0
* Removed unneeded break statementsJohn Wiegley2012-02-171-1/+0
* Cleanup whitespaceJohn Wiegley2011-08-181-3/+3
* Corrected a transient display order flawJohn Wiegley2011-03-281-1/+10
* Price annotation no longer inject an implied costJohn Wiegley2010-06-221-21/+7
* Don't do cost finalization for auto/period xactsJohn Wiegley2010-06-221-48/+50
* Corrected a major flaw in the transaction finalizerJohn Wiegley2010-06-211-2/+3
* If a posting's price has an annotation tag, save itJohn Wiegley2010-06-201-25/+33
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-1/+1
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-10/+5
* Fixed several misplaced parenthesesJohn Wiegley2010-06-131-2/+2
* Report error context in expressions more preciselyJohn Wiegley2010-06-131-2/+2
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-15/+10
* Added support for assert, check and expr directivesJohn Wiegley2010-06-131-0/+15
* Removed an unused functionJohn Wiegley2010-06-131-7/+0
* Automated xacts may now contain "deferred tags"John Wiegley2010-06-131-2/+24
* Store metadata values as value_t instead of stringJohn Wiegley2010-06-121-1/+1
* Untabified all source filesJohn Wiegley2010-06-111-234/+234
* Several corrections to transaction finalizationJohn Wiegley2010-06-101-5/+13
* gain/loss posting based on a virtual should also beJohn Wiegley2010-06-101-1/+6
* Allow fixated costs, as well as pricesJohn Wiegley2010-06-101-0/+6
* Fixed minor rounding issue with priced commoditiesJohn Wiegley2010-06-091-4/+6
* Simplified some debug codeJohn Wiegley2010-06-061-4/+2
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-0/+2
* Empty notes and tags now return null valuesJohn Wiegley2010-05-301-1/+1
* A minor fix to transaction auto-balancingJohn Wiegley2010-05-221-45/+40
* Interpolate uses of $account in automated postingsJohn Wiegley2010-05-221-2/+8
* Added any() and all() value expression macrosJohn Wiegley2010-05-081-0/+38
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-2/+2
* Abstracted an sha1sum() functionJohn Wiegley2010-03-061-6/+1
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-6/+7
* Changed a use of balance_error to amount_errorJohn Wiegley2009-11-141-1/+1
* Memoize results from the fast predicate matcherJohn Wiegley2009-11-141-1/+16
* Spot optimization for simple automated xact exprsJohn Wiegley2009-11-141-2/+65
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+9
* Transactions now verified after applying auto xactsJohn Wiegley2009-11-111-0/+57
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-18/+29
* Fixed automated posts not appearing in bal reportsJohn Wiegley2009-11-101-0/+1
* Fix for automated amount multipliers and null amountsJohn Wiegley2009-11-091-1/+3