index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filters.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed how subtotal date ranges are computed
John Wiegley
2009-02-16
1
-63
/
+54
*
Revert "Propagate xact effective date in two places"
John Wiegley
2009-02-16
1
-4
/
+2
*
Propagate xact effective date in two places
John Wiegley
2009-02-16
1
-2
/
+4
*
Report collapsed xacts using earliest date
John Wiegley
2009-02-16
1
-9
/
+16
*
Made several of the filters more context aware
John Wiegley
2009-02-15
1
-7
/
+14
*
Improved handling of --empty option
John Wiegley
2009-02-15
1
-24
/
+24
*
item_predicate now operates on scope_t
John Wiegley
2009-02-15
1
-4
/
+3
*
Fixed a call to value_t::cast to use in_place_cast
John Wiegley
2009-02-15
1
-3
/
+3
*
Whitespace fixes
John Wiegley
2009-02-15
1
-3
/
+3
*
Added xact_t::count member
John Wiegley
2009-02-15
1
-1
/
+6
*
Have interval_xacts construct temps on a list
John Wiegley
2009-02-14
1
-3
/
+5
*
Generate null transactions for empty periods
John Wiegley
2009-02-14
1
-0
/
+16
*
Re-enabled periodic reporting options (-M, etc)
John Wiegley
2009-02-14
1
-6
/
+3
*
Re-enabled some code, and removed a bunch of deadwood.
John Wiegley
2009-02-12
1
-1
/
+1
*
Fixed the use of --effective and --date-format (-y).
John Wiegley
2009-02-09
1
-5
/
+7
*
Added a new --collapse-if-zero option.
John Wiegley
2009-02-09
1
-1
/
+13
*
Removed the balance_pair_t type, since it's now an unneeded abstraction.
John Wiegley
2009-02-09
1
-1
/
+0
*
Use the report's amount_expr everywhere that computes an xact's amount.
John Wiegley
2009-02-09
1
-13
/
+7
*
Always calculate transaction totals based on the expression for the amount.
John Wiegley
2009-02-09
1
-6
/
+2
*
Had to step back from a change that was breaking regular reports.
John Wiegley
2009-02-09
1
-1
/
+8
*
Pass amount expression to calc_xacts, to be used for computing the total.
John Wiegley
2009-02-08
1
-2
/
+4
*
Improved an error message that was trying to show transaction context.
John Wiegley
2009-02-08
1
-2
/
+1
*
Removed an unnecessary boolean test.
John Wiegley
2009-02-07
1
-1
/
+1
*
Threw away the "multiple parser" infrastructure.
John Wiegley
2009-02-07
1
-1
/
+0
*
Removed the nearly unknown --descend and --descend-if options.
John Wiegley
2009-02-06
1
-32
/
+3
*
Whitespace fix.
John Wiegley
2009-02-04
1
-0
/
+1
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-80
/
+88
*
Removed unneeded member variables.
John Wiegley
2009-02-04
1
-5
/
+1
*
Simplified error context handling.
John Wiegley
2009-02-02
1
-4
/
+2
*
Rationals based math is now passing the unit tests.
John Wiegley
2009-01-31
1
-10
/
+2
*
Changed to using rational numbers instead of integer approximations.
John Wiegley
2009-01-30
1
-0
/
+8
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-4
/
+4
*
Moved sha1 and gdtoa inclusions into system.hh.
John Wiegley
2009-01-24
1
-1
/
+0
*
Added missing zeroes in the sha1 to text generation.
John Wiegley
2009-01-20
1
-2
/
+4
*
Added support for "anonymizing" any report with --anon.
John Wiegley
2009-01-20
1
-0
/
+56
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Got changed_value_xacts working again.
John Wiegley
2009-01-19
1
-18
/
+5
*
Renamed XACT_BALANCE flag to XACT_MUST_BALANCE.
John Wiegley
2008-09-19
1
-2
/
+2
*
Factored common parts of entry_t and xact_t into new item_t
John Wiegley
2008-09-19
1
-14
/
+14
*
Fixed the way that nested caught exceptions are rethrown, and how value
John Wiegley
2008-09-15
1
-1
/
+1
*
Changed interval_t::start to interval_t::set_start, to be more clear about how
John Wiegley
2008-08-14
1
-3
/
+3
*
Enabled the --tail and --head options.
John Wiegley
2008-08-13
1
-0
/
+4
*
The balance report is working again.
John Wiegley
2008-08-10
1
-4
/
+6
*
Basic balance reports are working again!
John Wiegley
2008-08-10
1
-4
/
+1
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+755