summaryrefslogtreecommitdiff
path: root/doc/Ledger.scriv/211.rtfd/TXT.rtf
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-02-05 05:35:14 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-02-05 05:35:14 -0500
commit547137096051ab985dca6f8e5c7be191b62ccb0c (patch)
tree2f3a39c4b71b8cb8b232502401e8dd2c8c2247ef /doc/Ledger.scriv/211.rtfd/TXT.rtf
parentc6873d32aa121289e87be7eb16ff531c6d468d2a (diff)
parent69da18cd303b10f9badd542141ffdfd546009508 (diff)
downloadfork-ledger-547137096051ab985dca6f8e5c7be191b62ccb0c.tar.gz
fork-ledger-547137096051ab985dca6f8e5c7be191b62ccb0c.tar.bz2
fork-ledger-547137096051ab985dca6f8e5c7be191b62ccb0c.zip
Merge branch 'next'
Diffstat (limited to 'doc/Ledger.scriv/211.rtfd/TXT.rtf')
-rw-r--r--doc/Ledger.scriv/211.rtfd/TXT.rtf29
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