| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
information in an abstract manner.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
complicated string of pointers, it's now just a global block of text that gets
appended to as the error is being thrown up, and can be displayed at the catch
point if desired. There are almost no cases where a thrown exception will not
result in an error message being displayed to the user.
|
| |
|
|
|
|
|
| |
Ledger session from a cache file. It doesn't work at all yet, though at least
the major structures are in place now.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
rounding.
|
|
|
|
| |
functions for each of the journal objects has yet to be ported.
|
|
the way that value expressions extract information from journal objects.
|