summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make clean should remove system.hh.gch from the source tree.John Wiegley2009-02-121-1/+1
|
* Allow the use of days of the week to "entry", e.g: "thu kfc 11".John Wiegley2009-02-112-1/+35
|
* After hitting TAB to insert a new entry, position point at the amount.John Wiegley2009-02-111-0/+3
|
* In ledger-mode, if TAB is pressed in an entry, call out to "entry".John Wiegley2009-02-112-26/+53
|
* Add data file with examples related to drewr's use.Drew Raines2009-02-111-0/+59
|
* Rewrote the "entry" command. It's ALIVE!John Wiegley2009-02-117-174/+359
|
* Made acprep conform to /bin/sh, instead of /bin/bash.John Wiegley2009-02-111-8/+12
|
* Updated the Boost version I'm building with on OS X to 1.38.John Wiegley2009-02-112-4/+4
|
* Wired up the "entry" command from 2.x, though it still needs to be ported.John Wiegley2009-02-108-107/+72
|
* A fix to the last fix.John Wiegley2009-02-101-1/+0
|
* A fix for users of Boost 1.35.John Wiegley2009-02-101-2/+17
|
* Changed encoding for the Ledger manual to UTF-8.John Wiegley2009-02-101-12/+12
|
* Wrote the beginnings of a new "stats" command.John Wiegley2009-02-103-0/+71
|
* option_t's copy constructor wasn't copying "wants_arg".John Wiegley2009-02-101-1/+5
| | | | This was causing "reg -p this" to fail in the REPL.
* Removed an unneeded method declaration.John Wiegley2009-02-101-1/+0
|
* Sort period transactions by "date", not by "d".John Wiegley2009-02-101-1/+1
|
* Changed value_t to use boost::any (more type-safe).John Wiegley2009-02-102-239/+103
|
* If a textual directive can't be found, ignore it.John Wiegley2009-02-101-0/+4
|
* Pass all unrecognized options to configure.John Wiegley2009-02-101-2/+2
|
* Use --disable-static on Linux x86_64 machines.John Wiegley2009-02-091-0/+3
|
* Break libledger_data's dependency on session_t.John Wiegley2009-02-094-32/+35
|
* When -V is used, show the market value for the amount as well as the total.John Wiegley2009-02-091-0/+1
|
* Exclude | from the legal commodity character set, as per the comment.John Wiegley2009-02-091-1/+1
|
* Fix to handling of effective dates in xact_t::date().John Wiegley2009-02-091-3/+9
|
* Fixed the operator precedence of several operators.John Wiegley2009-02-091-100/+115
|
* Removed reference to session_t from the iterators module.John Wiegley2009-02-095-35/+37
|
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-098-51/+53
|
* For the "parse" pre-command, provide a sample transaction context.John Wiegley2009-02-091-4/+26
|
* Join command-line arguments before handling pre-commands.John Wiegley2009-02-091-26/+29
|
* Fixed a case where adding an amount to an integer failed.John Wiegley2009-02-091-0/+4
|
* Added a new --collapse-if-zero option.John Wiegley2009-02-095-6/+28
|
* Don't apply an automated entry to a generated transaction.John Wiegley2009-02-091-3/+2
|
* Was failing to copy over the xact's assigned_amount when copy constructing.John Wiegley2009-02-091-0/+1
|
* Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-099-767/+11
| | | | | This type was a holdback from the days before the amount_expr was used everywhere to determine a transaction's value.
* Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-098-57/+54
|
* Recompile the amount_expr before summing account totals.John Wiegley2009-02-093-3/+17
|
* Corrected a problem with parsing parens in argument query expressions.John Wiegley2009-02-091-6/+12
|
* Always calculate transaction totals based on the expression for the amount.John Wiegley2009-02-091-6/+2
|
* Include boost/version.hpp, so Ledger can tell which version the user has.John Wiegley2009-02-091-0/+1
|
* Had to step back from a change that was breaking regular reports.John Wiegley2009-02-093-3/+15
|
* Added a now-missing #include of "account.h".John Wiegley2009-02-091-0/+1
|
* Removed unnecessary #include directives.John Wiegley2009-02-092-2/+0
|
* Revert "If a valexpr identifier is unknown at calc time, re-compile at that ↵John Wiegley2009-02-091-5/+2
| | | | | | point." This reverts commit 4a463aca3bece8f2beb68b0fc4d347a713ff07a6.
* Corrected libraries dependencies for some of the unit tests.John Wiegley2009-02-091-2/+2
|
* If a valexpr identifier is unknown at calc time, re-compile at that point.John Wiegley2009-02-091-2/+5
|
* Fixed an issue where --amount EXPR wasn't seeing that it had been "handled".John Wiegley2009-02-091-4/+9
|
* Conditionalized some boost::filesystem calls that were too new.John Wiegley2009-02-092-0/+12
|
* Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-084-6/+13
|
* Fixes to the new Python/scope integration code.John Wiegley2009-02-084-13/+18
|
* Moved get_partial_name from format.cc into account_t, where it belongs.John Wiegley2009-02-084-42/+28
|