Documented the tags command.

Documented that the account and commodities command now sort.
This commit is contained in:
Craig Earls 2013-01-29 13:26:31 -07:00
parent b9dbf54d9a
commit 2ecb03878f

View file

@ -4776,6 +4776,7 @@ database files.
@menu @menu
* accounts:: * accounts::
* commodities:: * commodities::
* tags::
* entry and xact:: * entry and xact::
* payees:: * payees::
@end menu @end menu
@ -4785,15 +4786,27 @@ database files.
The @command{accounts} reports all of the accounts in the journal. The @command{accounts} reports all of the accounts in the journal.
Following the command with a regular expression will limit the output to Following the command with a regular expression will limit the output to
accounts matching the regex. accounts matching the regex. The output is sorted by name. Using the
@code{--count} option will tell you haw many entries use each account.
@node commodities, entry and xact, accounts, Reports about your Journals @node commodities, tags, accounts, Reports about your Journals
@subsection @command{commodities} @subsection @command{commodities}
Report all commodities present in the journals under consideration. Report all commodities present in the journals under consideration. The
output is sorted by name. Using the @code{--count} option will tell
you haw many entries use each commodity.
@node tags, entry and xact, commodities, Reports about your Journals
@subsection @command{tags}
The @command{tags} reports all of the tags in the journal. The output
is sorted by name. Using the @code{--count} option will tell you haw
many entries use each tag. Using the @code{--values} option will report
the values used by each tag.
@node entry and xact, payees, commodities, Reports about your Journals
@node entry and xact, payees, tags, Reports about your Journals
@subsection @command{draft}, @command{entry} and @command{xact} @subsection @command{draft}, @command{entry} and @command{xact}
The @code{draft}, @code{entry} and @command{xact} commands simplify the The @code{draft}, @code{entry} and @command{xact} commands simplify the