index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
entry.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Don't use single code format characters anymore. Access to object details
John Wiegley
2008-09-18
1
-11
/
+0
|
|
|
|
will now always be done with "%(identifier)".
*
Restored --cleared, --pending, --uncleared, -X and -Y.
John Wiegley
2008-09-16
1
-1
/
+38
|
*
Added 'code' value expression function for xacts and entries.
John Wiegley
2008-09-14
1
-0
/
+12
|
*
Transactional assignments (i.e., confirmed balances) are working now.
John Wiegley
2008-09-14
1
-13
/
+26
|
*
If a transaction's entry has no journal pointer (and this can happen with
John Wiegley
2008-08-14
1
-1
/
+7
|
|
|
|
|
temporaries), reference session_t::current to get at the current report pointer.
*
Basic balance reports are working again!
John Wiegley
2008-08-10
1
-16
/
+5
|
*
Merge branch 'master' into v2.7a
John Wiegley
2008-08-09
1
-0
/
+15
|
*
The Python interface layer is building again.
John Wiegley
2008-08-07
1
-1
/
+1
|
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+482
is in doc/, etc.