added version information to manual
This commit is contained in:
parent
d04ed9bf59
commit
7847687596
1 changed files with 13 additions and 11 deletions
|
|
@ -44,6 +44,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
@titlepage
|
@titlepage
|
||||||
@title LEDGER: Command-Line Accounting
|
@title LEDGER: Command-Line Accounting
|
||||||
|
@subtitle For Version 3.0 of LEDGER
|
||||||
|
@subtitle Draft Manual 2011-10-03
|
||||||
@author John Wiegley
|
@author John Wiegley
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
|
|
@ -453,14 +455,14 @@ $ ledger -f drewr3.dat cleared
|
||||||
@section Command Line Quick Reference
|
@section Command Line Quick Reference
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Reporting Commands::
|
* Reporting Commands Quick Reference::
|
||||||
* Basic Options::
|
* Basic Options Quick Reference::
|
||||||
* Report Filtering::
|
* Report Filtering Quick Reference::
|
||||||
* Output Customization::
|
* Output Customization Quick Reference::
|
||||||
* Commodity Reporting::
|
* Commodity Reporting Quick Reference::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Reporting Commands, Basic Options, Command Line Quick Reference, Command Line Quick Reference
|
@node Reporting Commands Quick Reference, Basic Options Quick Reference, Command Line Quick Reference, Command Line Quick Reference
|
||||||
@subsection Reporting Commands
|
@subsection Reporting Commands
|
||||||
@multitable @columnfractions .2 .8
|
@multitable @columnfractions .2 .8
|
||||||
@item @strong{Report} @tab @strong{Description}
|
@item @strong{Report} @tab @strong{Description}
|
||||||
|
|
@ -476,7 +478,7 @@ $ ledger -f drewr3.dat cleared
|
||||||
@item @code{xact} @tab Used to generate transactions based on previous postings
|
@item @code{xact} @tab Used to generate transactions based on previous postings
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
@node Basic Options, Report Filtering, Reporting Commands, Command Line Quick Reference
|
@node Basic Options Quick Reference, Report Filtering Quick Reference, Reporting Commands Quick Reference, Command Line Quick Reference
|
||||||
@subsection Basic Options
|
@subsection Basic Options
|
||||||
@multitable @columnfractions .1 .25 .65
|
@multitable @columnfractions .1 .25 .65
|
||||||
@item @strong{Short} @tab @strong{Long} @tab @strong{Description}
|
@item @strong{Short} @tab @strong{Long} @tab @strong{Description}
|
||||||
|
|
@ -489,7 +491,7 @@ $ ledger -f drewr3.dat cleared
|
||||||
@item @code{-a NAME} @tab @code{--account NAME} @tab specify default account name for QIF file postings
|
@item @code{-a NAME} @tab @code{--account NAME} @tab specify default account name for QIF file postings
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
@node Report Filtering, Output Customization, Basic Options, Command Line Quick Reference
|
@node Report Filtering Quick Reference, Output Customization Quick Reference, Basic Options Quick Reference, Command Line Quick Reference
|
||||||
@subsection Report Filtering
|
@subsection Report Filtering
|
||||||
@multitable @columnfractions .1 .25 .65
|
@multitable @columnfractions .1 .25 .65
|
||||||
@item @strong{Short} @tab @strong{Long} @tab @strong{Description}
|
@item @strong{Short} @tab @strong{Long} @tab @strong{Description}
|
||||||
|
|
@ -512,7 +514,7 @@ $ ledger -f drewr3.dat cleared
|
||||||
@item @code{-T EXPR} @tab @code{--total} @tab Change the value expression used for ``totals'' column in register and balance reports
|
@item @code{-T EXPR} @tab @code{--total} @tab Change the value expression used for ``totals'' column in register and balance reports
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
@node Output Customization, Commodity Reporting, Report Filtering, Command Line Quick Reference
|
@node Output Customization Quick Reference, Commodity Reporting Quick Reference, Report Filtering Quick Reference, Command Line Quick Reference
|
||||||
@subsection Output Customization
|
@subsection Output Customization
|
||||||
@multitable @columnfractions .15 .4 .45
|
@multitable @columnfractions .15 .4 .45
|
||||||
@item @strong{Short} @tab @strong{Long} @tab @strong{Description}
|
@item @strong{Short} @tab @strong{Long} @tab @strong{Description}
|
||||||
|
|
@ -548,7 +550,7 @@ $ ledger -f drewr3.dat cleared
|
||||||
@item @code{-w register} @tab @code{--wide-register-format STR} @tab
|
@item @code{-w register} @tab @code{--wide-register-format STR} @tab
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
@node Commodity Reporting, , Output Customization, Command Line Quick Reference
|
@node Commodity Reporting Quick Reference, , Output Customization Quick Reference, Command Line Quick Reference
|
||||||
@subsection Commodity Reporting
|
@subsection Commodity Reporting
|
||||||
|
|
||||||
@multitable @columnfractions .1 .25 .65
|
@multitable @columnfractions .1 .25 .65
|
||||||
|
|
@ -1651,7 +1653,7 @@ ledger bal rent food movies payee freddie
|
||||||
@end smallexample
|
@end smallexample
|
||||||
@noindent or
|
@noindent or
|
||||||
@smallexample
|
@smallexample
|
||||||
ledger bal rent food movies @freddie
|
ledger bal rent food movies @@freddie
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
There are many, many command options available with the
|
There are many, many command options available with the
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue