diff options
author | John Wiegley <johnw@newartisans.com> | 2010-02-04 04:23:17 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-02-04 04:23:17 -0500 |
commit | d8c6fd7010fd71dabcf62c9447866afe24fa4404 (patch) | |
tree | 5c220f185de2984b819a2d9650ff11764bab930d /doc/Ledger.scriv/211.rtfd/TXT.rtf | |
parent | 428a2b40191eb1c4fc7f8998e17e551dab9820a9 (diff) | |
download | fork-ledger-d8c6fd7010fd71dabcf62c9447866afe24fa4404.tar.gz fork-ledger-d8c6fd7010fd71dabcf62c9447866afe24fa4404.tar.bz2 fork-ledger-d8c6fd7010fd71dabcf62c9447866afe24fa4404.zip |
Removed doc/Ledger.scriv
Diffstat (limited to 'doc/Ledger.scriv/211.rtfd/TXT.rtf')
-rw-r--r-- | doc/Ledger.scriv/211.rtfd/TXT.rtf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/Ledger.scriv/211.rtfd/TXT.rtf b/doc/Ledger.scriv/211.rtfd/TXT.rtf deleted file mode 100644 index 95a9e710..00000000 --- a/doc/Ledger.scriv/211.rtfd/TXT.rtf +++ /dev/null @@ -1,29 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460 -{\fonttbl\f0\fmodern\fcharset0 Courier;} -{\colortbl;\red255\green255\blue255;} -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl264\slmult1\ql\qnatural\pardirnatural - -\f0\fs28 \cf0 The following sections discuss how Ledger is architected, from the\ -ground up, and will show how to use the various parts of the Ledger\ -library from your own scripts. Ledger essentially follows five steps in\ -reporting data to the user:\ -\ -@enumerate\ -@item Parse journal file into an internal representation\ -@item Perform any implied math within the journal file\ -@item ``Face'' this internal representation as a virtual document\ -@item Apply a series of transforms to the virtual document\ -@item Display the virtual document using a formatting command\ -@end enumerate\ -\ -The calculations in step two are specified by the user, such as when a\ -posting's value might contain mathematical operators. The\ -calculations in step four are implied in the transformations, for\ -example when the @option\{--average\} option is used.\ -\ -At the core, however, Ledger is basically a sophisticated calculator\ -with special knowledge about commoditized values. It knows what you\ -mean if you add ten dollars to twenty euros, and later ask for the\ -balance of that particular account. So it follows that first we must\ -discuss how Ledger deals with math, and from there move on to describing\ -how the steps above are achieved.}
\ No newline at end of file |