diff options
author | Craig Earls <enderw88@gmail.com> | 2014-04-07 06:36:07 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-04-07 06:36:07 -0700 |
commit | fa641c581c3e2724d61fecd28fdb70f3dbb1beec (patch) | |
tree | af902fce66baaa337884ec434f66a388afb8caae | |
parent | f3253eee049acd2dcf8f9039e33e988ddded8d5c (diff) | |
parent | 0c3a4ec57c64decd003217ddbb771d1ede590077 (diff) | |
download | fork-ledger-fa641c581c3e2724d61fecd28fdb70f3dbb1beec.tar.gz fork-ledger-fa641c581c3e2724d61fecd28fdb70f3dbb1beec.tar.bz2 fork-ledger-fa641c581c3e2724d61fecd28fdb70f3dbb1beec.zip |
Merge pull request #273 from merriam/master
Add two more terms
Thanks. What is the comment about TeX being hard to install?
-rw-r--r-- | doc/GLOSSARY.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/GLOSSARY.md b/doc/GLOSSARY.md index 9a3802d2..5d3263d0 100644 --- a/doc/GLOSSARY.md +++ b/doc/GLOSSARY.md @@ -99,6 +99,13 @@ transactions and periodic transactions, respectively. *(and next ten sections)*; [§ Commodity Reporting](http://www.ledger-cli.org/3.0/doc/ledger3.html#Commodity-Reporting) +**Effective Date**: an optional, second date information item in for a +posting or transaction. Some use the effective date for when work is +billed or when a check has cleared. The `--effective-date` option causes +the effective date to override the transaction's initial date for that +report. +[§ Effective Dates](http://www.ledger-cli.org/3.0/doc/ledger3.html#Effective-Dates); + **Journal File**: the text input file for ledger, sometimes called a register file. A journal file is a series of transactions, command directives, and comments. Command directives start with the single word @@ -113,6 +120,12 @@ expected to be encoded as ASCII or utf-8 text. `--forecast`, or `--unbudgeted` options. [§ Budgeting and Forecasting](http://www.ledger-cli.org/3.0/doc/ledger3.html#Budgeting-and-Forecasting) +**Transaction Code**: an optional item in a transaction or posting often + used to record a check number or bank code. Certain custom reports can + report this code. + [§ Codes](http://www.ledger-cli.org/3.0/doc/ledger3.html#Codes); + [§ Format Expressions](http://www.ledger-cli.org/3.0/doc/ledger3.html#Format-Expressions) + **Transaction Metadata**: a term for comments and tags annotating a transaction. Comments indented with a transaction will be stored with each posting of a transaction. Tags are words in comments followed by colons. |