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/143.rtfd | |
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/143.rtfd')
-rw-r--r-- | doc/Ledger.scriv/143.rtfd/TXT.rtf | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/doc/Ledger.scriv/143.rtfd/TXT.rtf b/doc/Ledger.scriv/143.rtfd/TXT.rtf deleted file mode 100644 index c2fba0d8..00000000 --- a/doc/Ledger.scriv/143.rtfd/TXT.rtf +++ /dev/null @@ -1,88 +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 A period expression indicates a span of time, or a reporting interval,\ -or both. The full syntax is:\ -\ -@example\ -[INTERVAL] [BEGIN] [END]\ -@end example\ -\ -The optional @var\{INTERVAL\} part may be any one of:\ -\ -@example\ -every day\ -every week\ -every monthly\ -every quarter\ -every year\ -every N days # N is any integer\ -every N weeks\ -every N months\ -every N quarters\ -every N years\ -daily\ -weekly\ -biweekly\ -monthly\ -bimonthly\ -quarterly\ -yearly\ -@end example\ -\ -After the interval, a begin time, end time, both or neither may be\ -specified. As for the begin time, it can be either of:\ -\ -@example\ -from <SPEC>\ -since <SPEC>\ -@end example\ -\ -The end time can be either of:\ -\ -@example\ -to <SPEC>\ -until <SPEC>\ -@end example\ -\ -Where @var\{SPEC\} can be any of:\ -\ -@example\ -2004\ -2004/10\ -2004/10/1\ -10/1\ -october\ -oct\ -this week # or day, month, quarter, year\ -next week\ -last week\ -@end example\ -\ -The beginning and ending can be given at the same time, if it spans a\ -single period. In that case, just use @var\{SPEC\} by itself. In that\ -case, the period @samp\{oct\}, for example, will cover all the days in\ -october. The possible forms are:\ -\ -@example\ -<SPEC>\ -in <SPEC>\ -@end example\ -\ -Here are a few examples of period expressions:\ -\ -@example\ -monthly\ -monthly in 2004\ -weekly from oct\ -weekly from last month\ -from sep to oct\ -from 10/1 to 10/5\ -monthly until 2005\ -from apr\ -until nov\ -last oct\ -weekly last august\ -@end example}
\ No newline at end of file |