summaryrefslogtreecommitdiff
path: root/doc/GLOSSARY.md
diff options
context:
space:
mode:
authorCharles Merriam <charles.merriam@gmail.com>2014-04-06 21:37:27 -0700
committerCharles Merriam <charles.merriam@gmail.com>2014-04-06 21:37:27 -0700
commit0c3a4ec57c64decd003217ddbb771d1ede590077 (patch)
tree95595ac9a36438dddfc8e23a5d6dc4f7864411a4 /doc/GLOSSARY.md
parentdb916c9a69cd1e16382f4e5de958f03989936508 (diff)
downloadfork-ledger-0c3a4ec57c64decd003217ddbb771d1ede590077.tar.gz
fork-ledger-0c3a4ec57c64decd003217ddbb771d1ede590077.tar.bz2
fork-ledger-0c3a4ec57c64decd003217ddbb771d1ede590077.zip
Add two more terms
Added Effective Date and Transaction Code
Diffstat (limited to 'doc/GLOSSARY.md')
-rw-r--r--doc/GLOSSARY.md13
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)*;
[&sect; 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.
+[&sect; 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.
[&sect; 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.
+ [&sect; Codes](http://www.ledger-cli.org/3.0/doc/ledger3.html#Codes);
+ [&sect; 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.