Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got date, payee and accounts back into the register report. | John Wiegley | 2008-08-03 | 1 | -7/+9 |
| | |||||
* | Re-enabled almost all of the old reporting code, which means it compiles now | John Wiegley | 2008-08-02 | 1 | -6/+46 |
| | | | | within the new scheme. | ||||
* | More infrastructure work toward getting journal objects to provide their own | John Wiegley | 2008-08-02 | 1 | -8/+64 |
| | | | | information in an abstract manner. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -1/+1 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | Changed the way scopes are structured for an upcoming design change. | John Wiegley | 2008-07-29 | 1 | -208/+16 |
| | |||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -0/+374 |
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. |