commit
9627e2a97b
2 changed files with 16 additions and 10 deletions
|
|
@ -3986,8 +3986,8 @@ $ ledger --effective register Groceries
|
||||||
@subsection Periodic Transactions
|
@subsection Periodic Transactions
|
||||||
@findex --budget
|
@findex --budget
|
||||||
|
|
||||||
A periodic transaction starts with a @samp{~} followed by a period
|
A periodic transaction starts with a tilde @samp{~} followed by a period
|
||||||
expression. Periodic transactions are used for budgeting and
|
expression (see @ref{Period Expressions}). Periodic transactions are used for budgeting and
|
||||||
forecasting only, they have no effect without the @option{--budget}
|
forecasting only, they have no effect without the @option{--budget}
|
||||||
option specified. For examples and details, @pxref{Budgeting and
|
option specified. For examples and details, @pxref{Budgeting and
|
||||||
Forecasting}.
|
Forecasting}.
|
||||||
|
|
@ -5908,7 +5908,9 @@ database.
|
||||||
Display the man page for @file{ledger}.
|
Display the man page for @file{ledger}.
|
||||||
|
|
||||||
@item --init-file @var{FILE}
|
@item --init-file @var{FILE}
|
||||||
Specify the location of the init file. The default is @file{~/.ledgerrc}.
|
Specify the location of the init file. The default is home directory
|
||||||
|
@file{~/.ledgerrc}, or current directory @file{./.ledgerrc} if not found
|
||||||
|
in home directory.
|
||||||
|
|
||||||
@item --options
|
@item --options
|
||||||
Display the options in effect for this Ledger invocation, along with
|
Display the options in effect for this Ledger invocation, along with
|
||||||
|
|
@ -10005,14 +10007,18 @@ In case several test files belong to the same bug number the files by appending
|
||||||
@code{_X} where @samp{X} is the number of the test, e.g. @samp{1234_1.test},
|
@code{_X} where @samp{X} is the number of the test, e.g. @samp{1234_1.test},
|
||||||
@samp{1234_2.test}.
|
@samp{1234_2.test}.
|
||||||
|
|
||||||
|
Baseline Test Types:
|
||||||
@anchor{Baseline Test Types}
|
@anchor{Baseline Test Types}
|
||||||
@multitable @columnfractions .3 .7
|
@table @code
|
||||||
@headitem Type @tab Use
|
@item cmd
|
||||||
@item @code{cmd} @tab Ledger commands like @code{register} or @code{balance}
|
Ledger commands like @command{register} or @command{balance}
|
||||||
@item @code{dir} @tab ?
|
@item dir
|
||||||
@item @code{feat} @tab ?
|
Ledger directives like @code{account} or @code{alias}
|
||||||
@item @code{opt} @tab Ledger options such as @option{--period} or @option{--format}
|
@item feat
|
||||||
@end multitable
|
Ledger features such as balance assertions in journal file
|
||||||
|
@item opt
|
||||||
|
Ledger options such as @option{--period} or @option{--format}
|
||||||
|
@end table
|
||||||
|
|
||||||
A ledger test file contains three sections:
|
A ledger test file contains three sections:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue