diff options
author | Craig Earls <enderw88@gmail.com> | 2011-10-19 20:40:27 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-10-19 20:40:27 -0700 |
commit | 884e55afca26f6d1e7cfe8f63e29b1621582dbd3 (patch) | |
tree | f5f8cef755156dfc17585dbe56e934b9234ce032 | |
parent | 8edc4ebf43dbeea56f08f2c9d72c76456dc4b2e0 (diff) | |
download | fork-ledger-884e55afca26f6d1e7cfe8f63e29b1621582dbd3.tar.gz fork-ledger-884e55afca26f6d1e7cfe8f63e29b1621582dbd3.tar.bz2 fork-ledger-884e55afca26f6d1e7cfe8f63e29b1621582dbd3.zip |
Added sections describing the payees and accounts commands
-rw-r--r-- | doc/ledger3.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 54ddf7e2..b376840c 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @titlepage @title Ledger: Command-Line Accounting @subtitle For Version 3.0 of Ledger -@subtitle Draft Manual Time-stamp: <2011-10-19 20:27 (cpearls)> +@subtitle Draft Manual Time-stamp: <2011-10-19 20:36 (cpearls)> @author John Wiegley @end titlepage @@ -3206,6 +3206,16 @@ ledger xact 4/9 viva food $11.50 tips $8 cash ledger xact 4/9 viva dining "DM 11.50" @end smallexample +@node payees +@section payees +The @command{payees} reports all of the unique payees in the journal + +@node accounts +@section accounts + +The @command{accounts} reports all of the accounts in the journal. +Following the command with a regular expression will limit the output to +accounts matching the regex. @menu * Budgeting and Forecasting:: |