hledger/Commands
Simon Michael 8310eaa6ff resolve conflicts/explain (Add: filter relevant transactions by account)
Previously, we supported "hledger add [DESCRIPTION]". A DESCRIPTION just
pre-filled the description field and bypassed that prompt, after which
existing transactions with similar descriptions were offered as
defaults/reminders.

Now, we support "hledger add [ACCOUNTPATTERN]" instead. After the
description prompt, existing transactions with similar descriptions *and*
which match ACCOUNTPATTERN are offered as defaults. This can be helpful eg
with a multi-person ledger, to match only your own transactions.
2010-02-04 15:57:19 +00:00
..
Add.hs resolve conflicts/explain (Add: filter relevant transactions by account) 2010-02-04 15:57:19 +00:00
All.hs New command 'chart': generate balances pie chart 2009-09-26 22:53:54 +00:00
Balance.hs chart: filter based on opts & args 2010-02-04 21:11:59 +00:00
Chart.hs fix warnings 2010-02-04 18:32:54 +00:00
Convert.hs make Postings reference their parent Transaction 2009-12-19 03:44:52 +00:00
Histogram.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Print.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Register.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Stats.hs stats: fix number of accounts 2010-02-06 20:47:14 +00:00
UI.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Web.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00