summaryrefslogtreecommitdiff
path: root/session.h
Commit message (Collapse)AuthorAgeFilesLines
* Got date, payee and accounts back into the register report.John Wiegley2008-08-031-4/+5
|
* Re-enabled almost all of the old reporting code, which means it compiles nowJohn Wiegley2008-08-021-3/+2
| | | | within the new scheme.
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-0/+1
| | | | | | | | This means transactions can only have day-level granularity -- which has always been the case from an data file point of view. The advantage to this restriction is that reports will now be immune from daylight savings related bugs, where a transaction falls to the wrong side of a --monthly report, for example.
* A new binary_cache_t object has been creating to manage saving and restoring aJohn Wiegley2008-07-311-6/+3
| | | | | Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now.
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-3/+3
| | | | | | except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with.
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-2/+3
| | | | the way that value expressions extract information from journal objects.
* Changed the way scopes are structured for an upcoming design change.John Wiegley2008-07-291-1/+1
|
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-18/+23
| | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x.
* Merge branch 'master' into v2.7aJohn Wiegley2008-07-271-0/+5
|
* Updated all copyright messages to 2003-2008.John Wiegley2008-07-271-1/+1
|
* A large body of work to get the register report printing again, but stillJohn Wiegley2008-07-271-1/+30
| | | | fails due to the fact that 2.x value expression syntax is not restored.
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-1/+1
|
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-11/+10
| | | | newer XML stuff was pulled).
* Added back the --version option, and changed acprep so that it hacks on theJohn Wiegley2008-07-211-0/+20
| | | | generated Makefile to greatly reduce unneeded verbosity.
* Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-0/+198
report, session, parts of xpath, main, journal, option.