<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>Makefile.am</filename>
    </added>
    <added>
      <filename>Makefile.lt</filename>
    </added>
    <added>
      <filename>acprep</filename>
    </added>
    <added>
      <filename>acprep.lt</filename>
    </added>
    <added>
      <filename>amount.h</filename>
    </added>
    <added>
      <filename>balance.cc</filename>
    </added>
    <added>
      <filename>balance.h</filename>
    </added>
    <added>
      <filename>binary.cc</filename>
    </added>
    <added>
      <filename>binary.h</filename>
    </added>
    <added>
      <filename>config.cc</filename>
    </added>
    <added>
      <filename>config.h</filename>
    </added>
    <added>
      <filename>configure.in</filename>
    </added>
    <added>
      <filename>configure.lt</filename>
    </added>
    <added>
      <filename>datetime.cc</filename>
    </added>
    <added>
      <filename>datetime.h</filename>
    </added>
    <added>
      <filename>debug.cc</filename>
    </added>
    <added>
      <filename>debug.h</filename>
    </added>
    <added>
      <filename>derive.cc</filename>
    </added>
    <added>
      <filename>derive.h</filename>
    </added>
    <added>
      <filename>emacs.py</filename>
    </added>
    <added>
      <filename>error.h</filename>
    </added>
    <added>
      <filename>format.cc</filename>
    </added>
    <added>
      <filename>format.h</filename>
    </added>
    <added>
      <filename>gnucash.h</filename>
    </added>
    <added>
      <filename>journal.cc</filename>
    </added>
    <added>
      <filename>journal.h</filename>
    </added>
    <added>
      <filename>main.cc</filename>
    </added>
    <added>
      <filename>main.py</filename>
    </added>
    <added>
      <filename>mask.cc</filename>
    </added>
    <added>
      <filename>mask.h</filename>
    </added>
    <added>
      <filename>option.cc</filename>
    </added>
    <added>
      <filename>option.h</filename>
    </added>
    <added>
      <filename>parser.cc</filename>
    </added>
    <added>
      <filename>parser.h</filename>
    </added>
    <added>
      <filename>py_eval.cc</filename>
    </added>
    <added>
      <filename>py_eval.h</filename>
    </added>
    <added>
      <filename>pyledger.cc</filename>
    </added>
    <added>
      <filename>pyledger.h</filename>
    </added>
    <added>
      <filename>qif.cc</filename>
    </added>
    <added>
      <filename>qif.h</filename>
    </added>
    <added>
      <filename>quotes.cc</filename>
    </added>
    <added>
      <filename>quotes.h</filename>
    </added>
    <added>
      <filename>scripts/bal-huquq</filename>
    </added>
    <added>
      <filename>scripts/tc</filename>
    </added>
    <added>
      <filename>scripts/ti</filename>
    </added>
    <added>
      <filename>scripts/to</filename>
    </added>
    <added>
      <filename>scripts/trend</filename>
    </added>
    <added>
      <filename>setup.py</filename>
    </added>
    <added>
      <filename>textual.cc</filename>
    </added>
    <added>
      <filename>textual.h</filename>
    </added>
    <added>
      <filename>timeclock</filename>
    </added>
    <added>
      <filename>timeclock.el</filename>
    </added>
    <added>
      <filename>timing.h</filename>
    </added>
    <added>
      <filename>util.h</filename>
    </added>
    <added>
      <filename>valexpr.cc</filename>
    </added>
    <added>
      <filename>valexpr.h</filename>
    </added>
    <added>
      <filename>value.cc</filename>
    </added>
    <added>
      <filename>value.h</filename>
    </added>
    <added>
      <filename>walk.cc</filename>
    </added>
    <added>
      <filename>walk.h</filename>
    </added>
    <added>
      <filename>xml.cc</filename>
    </added>
    <added>
      <filename>xml.h</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,174 @@
-1.7
+			     Ledger NEWS
 
-  Pricing histories are now supported, so that ledger remembers
-  historical prices of all commodities (if this information is
-  provided), and can give register reports based on past and present
-  market values, as well as original cost basis.
+* 2.0
 
-1.6
+This version represents a full rewrite, while preserving much of the
+original data format and command-line syntax.  There are too many new
+options to describe in full, but a quick list: value expressions,
+complex date masks, binary caching of ledger data, many new reporting
+options, a simple way to specify payee regexps, calculation and
+display predicates, and two-way Python integration.  Ledger also uses
+autoconf now, and builds as a library plus the command-line driver.
 
-  Can now parse timeclock files.  These are simple timelogs that track
+** Differences from 1.7
+
+- changes in option syntax:
+
+  -d now specifies the display predicate.  To give a date mask similar
+  to 1.7, use the -p (period) option.
+  
+  -P now generates the &quot;by payee&quot; report.  To specify a price database
+  to use, use --price-db.
+  
+  -G now generates a net gain report.  To print totals in a format
+  consumable by gnuplot, use -J.
+  
+  -l now specifies the calculation predicate.  To emulate the old
+  usage of &quot;-l \$100&quot;, use: -d &quot;AT&gt;100&quot;.
+  
+  -N is gone.  Instead of &quot;-N REGEX&quot;, use: -d &quot;/REGEX/?T&gt;0:T&quot;.
+  
+  -F now specifies the report format string.  The old meaning of -F
+  now has little use.
+  
+  -S now takes a value expression as the sorting criterion.  To get
+  the old meaning of &quot;-S&quot;, use &quot;-S d&quot;.
+  
+  -n now means &quot;collapse entries in the register report&quot;.  The get the
+  old meaning of -n in the balance report, use &quot;-T a&quot;.
+  
+  -p now specifies the reporting period.  You can convert commodities
+  in a report using value expressions.  For example, to display hours
+  at $10 per hour:
+    -T &quot;O&gt;={0.01h}?{\$10.00}*O:O&quot;
+  Or, to reduce totals, so that every $417 becomes 1.0 AU:
+    -T &quot;O&gt;={\$0.01}?{1.0 AU}*(O/{\$417}):O&quot;
+
+- The use of &quot;+&quot; and &quot;-&quot; in ledger files to specify permanent regexps
+  has been removed.
+
+- The &quot;-from&quot; argument is no longer used by the &quot;entry&quot; command.
+  Simply remove it.
+
+** Features new to 2.0
+
+- The most significant feature to be added is &quot;value expressions&quot;.
+  They are used in many places to indicate what to display, sorting
+  order, how to calculate totals, etc.  Logic and math operators are
+  supported, as well as simple functions.  See the manual.
+
+- If the environment variable LEDGER_FILE (or LEDGER) is used, a
+  binary cache of that ledger is kept in ~/.ledger-cache (or the file
+  given by LEDGER_CACHE).  This greatly speeds up subsequent queries.
+  Happens only if &quot;-f&quot; or &quot;--file&quot; is not used.
+
+- New 'xml' report outputs an XML version of what &quot;register&quot; would
+  have displayed.  This can be used to manipulate reported data in a
+  more scriptable way.
+
+  Ledger can also read as input the output from the &quot;xml&quot; report.  If
+  the &quot;xml&quot; report did not contain balanced entries, they will be
+  balanced by the &quot;&lt;Unknown&gt;&quot; account.  For example:
+    ledger reg rent
+  displays the same results as:
+    ledger xml rent | ledger -f - reg rent
+
+- Regexps given directly after the command name now apply only to
+  account names.  To match on a payee, use &quot;--&quot; to separate the two
+  kinds of regexps.  For example, to find a payee named &quot;John&quot; within
+  all Expenses accounts, use:
+    ledger register expenses -- john
+
+  Note: This command is identical (and internally converted) to:
+    ledger -l &quot;/expenses/|//john/&quot; register
+  
+- To include entries from another file into a specific account, use:
+    !account ACCOUNT
+    !include FILE
+    !end
+
+- Register reports now show only matching account transactions.  Use
+  &quot;-r&quot; to see &quot;related accounts&quot; -- the account the transfer came from
+  or went to (This was the old behavior in 1.x, but led to confusion).
+  &quot;-r&quot; also works with balance reports, where it will total all the
+  transactions related to your query.
+
+- Automated transactions now use value expressions for the predicate.
+  The new syntax is:
+    = VALUE-EXPR
+      TRANSACTIONS...
+
+  Only one VALUE-EXPR is supported (compared to multiple account
+  regexps before).  However, since value expression allow for logic
+  chaining, there is no loss of functionality.  Matching can also be
+  much more comprehensive.
+
+- If Boost.Python is installed (libboost_python.a), ledger can support
+  two-way Python integration.  This feature is enabled by passing
+  --enable-python to the &quot;configure&quot; script before building.  Ledger
+  can then be used as a module (ledger.so), as well as supporting
+  Python function calls directly from value expressions.  See main.py
+  for an example of driving Ledger from Python.  It implements nearly
+  all the functionality of the C++ driver, main.cc.
+
+  (This feature has yet to mature, and so is being offered as a beta
+  feature in this release.  It is mostly functional, and those curious
+  are welcome to play with it.)
+
+- New reporting options:
+
+  &quot;-o FILE&quot; outputs data to FILE.  If &quot;-&quot;, output goes to stdout (the
+  default).
+
+  -O shows base commodity values (this is the old behavior)
+  -B shows basis cost of commodities
+  -V shows market value of commodities
+  -g reports gain/loss performance of each register item
+  -G reports net gain/loss over time
+  -A reports average transaction value (arithmetic mean)
+  -D reports each transaction's deviation from the average
+
+  -w uses 132 columns for the register report, rather than 80.  Set
+   the environment variable LEDGER_WIDE for this to be the default.
+
+  &quot;-p INTERVAL&quot; allows for more flexible period reporting, such as:
+
+    monthly
+    every week
+    every 3 quarters
+    weekly from 12/20
+    monthly in 2003
+    weekly from last month until dec
+
+  &quot;-y DATEFMT&quot; changes the date format used in all reports.  The
+  default is &quot;%Y/%m/%d&quot;.
+
+  -Y and -W print yearly and weekly subtotals, just as -M prints
+  monthly subtotals.
+
+  --dow shows cumulative totals for each day of the week.
+
+  -P reports transactions grouped by payee
+
+  -x reports the payee as the commodity; useful in some cases
+
+  -j and -J replace the previous -G (gnuplot) option.  -j reports the
+  amounts column in a way gnuplot can consume, and -J the totals
+  column.  An example is in &quot;scripts/report&quot;.
+
+  &quot;--period-sort EXPR&quot; sorts transactions within a reporting period.
+  The regular -S option sorts all reported transactions.
+
+* 1.7
+
+- Pricing histories are now supported, so that ledger remembers
+  historical pricing of all commodities, and can give register reports
+  based on past and present market values as well as the original cost
+  basis.  See the manual for more details on the new option switches.
+
+* 1.6
+
+- Can now parse timeclock files.  These are simple timelogs that track
   in/out events, which can be maintained using my timeclock tool.  By
   allowing ledger to parse these, it means that reporting can be done
   on them in the same way as a ledger file (the commodities is &quot;h&quot;,
@@ -16,4 +177,4 @@
   hours into a dollar value via a receivable account, is now trivial.
   See the docs for more on how to do this.
 
-  Began keeping NEWS file. :)
+- Began keeping a NEWS file. :)</diff>
      <filename>NEWS</filename>
    </modified>
    <modified>
      <diff>@@ -1,1226 +1,57 @@
-#comment -*-muse-*-
-#title Ledger: Command-Line Accounting
 
-&lt;contents&gt;
+Welcome to Ledger, a command-line accounting program.
 
-* Introduction
+Quick start
+===========
 
-Ledger is an accounting tool with the moxie to exist.  It provides no
-bells or whistles, and returns the user to the days before user
-interfaces were even a twinkling in their father's CRT.
+To build Ledger, you will first need these two libraries installed:
 
-What it does do is to offer a double-entry accounting ledger with all
-the flexibility and muscle of its modern day cousins, without any of
-the fat.  Think of it as the Bran Muffin of accounting tools.
+    gmp        GNU multi-precision library
+    pcre       Perl regular expression library
 
-To use it, you need to start keeping a ledger.  This is the basis of
-all accounting, and if you haven't started yet, now is the time to
-learn.  The little booklet that comes with your checkbook is a ledger,
-so we'll describe double-entry accounting in terms of that.
+If you wish to read Gnucash data files, you will also need two XML
+libraries, which may or may not be available in a single package (it
+depends on your distribution):
 
-A checkbook ledger records debits (subtractions, or withdrawals) and
-credits (additions, or deposits) with reference to a single account:
-the checking account.  Where the money comes from, and where it goes
-to, are described in the payee field, where you write the person or
-company's name.  The ultimate aim of keeping a checkbook ledger is to
-know how much money is available to spend.  That's really the aim of
-all ledgers.
+    xmlparse
+    xmltok
 
-What computers add is the ability to walk through these transactions,
-and tell you things about your spending habits; to let you devise
-budgets and get control over your spending; to squirrel away money
-into virtual savings account without having to physically move money
-around; etc.  As you keep your ledger, you are recording information
-about your life and habits, and sometimes that information can start
-telling you things you aren't aware of.  Such is the aim of all good
-accounting tools.
+Once you have determined where the headers and libraries for the above
+packages are installed, run the script &quot;configure&quot;, passing those
+paths.  If you installed everything under /usr/local, you can probably
+just type &quot;./configure&quot;.  Otherwise, do this:
 
-The next step up from a checkbook ledger, is a ledger that keeps track
-of all your accounts, not just checking.  In such a ledger, you record
-not only who gets paid -- in the case of a debit -- but where the
-money came from.  In a checkbook ledger, its assumed that all the
-money comes from your checking account.  But in a general ledger, you
-write transaction two-lines: The source account and target account.
-*There must always be a debit from at least one account for every
-credit made to another account*.  This is what is meant by
-&quot;double-entry&quot; accounting: the ledger must always balance to zero,
-with an equal number of debits and credits.
+    ./configure CPPFLAGS=-I&lt;INCLUDE-PATH&gt;  LDFLAGS=-L&lt;LIBRARY-PATH&gt;
 
-For example, let's say you have a checking account and a brokerage
-account, and you can write checks from both of them.  Rather than keep
-two checkbooks, you decide to use one ledger for both.  In this
-general ledger you need to record a payment to Pacific Bell for your
-monthly phone bill.  The cost is $23.00, let's say, and you want to
-pay it from your checking account.  In the general ledger you need to
-say where the money came from, in addition to where it's going to.
-The entry might look like this:
+If you need to specify multiple include or library paths, then do
+this:
 
-&lt;example&gt;
-9/29  BAL  Pacific Bell              $-200.00   $-200.00
-           Equity:Opening Balances    $200.00
-9/29  BAL  Checking                   $100.00    $100.00
-           Equity:Opening Balances   $-100.00
-9/29  100  Pacific Bell                $23.00    $223.00
-           Checking                   $-23.00     $77.00
-&lt;/example&gt;
+    ./configure CPPFLAGS=&quot;-I&lt;PATH1&gt; -I&lt;PATH2&gt;&quot;  LDFLAGS=&quot;-L&lt;PATH1&gt; -L&lt;PATH2&gt;&quot;
 
-The first line shows a credit (or payment) to Pacific Bell for $23.00.
-Because there is no &quot;balance&quot; in a general ledger -- it's always zero
--- we write in the total balance of all payments to &quot;Pacific Bell&quot;,
-which now is $223.00 (previously the balance was $200.00).  This is
-done by looking at the last entry for &quot;Pacific Bell&quot; in the ledger,
-adding $23.00 to that amount, and writing the total in the balance
-column.  And the money came from &quot;Checking&quot; -- a debit (or withdrawal)
-of $23.00 -- which leaves the ending balance in &quot;Checking&quot; at $77.00.
-This is a very manual procedure; but that's where computers come in...
+Once configure is done running, just type:
 
-The transaction must balance to $0: $23 went to Pacific Bell, $23 came
-from Checking.  There is nothing left over to be accounted for, since
-the money has simply moved from one account to another.  This is the
-basis of double-entry accounting: that money never pops in or out of
-existence; it is always a transaction from one account to another.
+    make install
 
-Keeping a general ledger is the same as keeping two separate ledgers:
-One for Pacific Bell and one for Checking.  In that case, each time a
-credit is written into one, you write a corresponding debit into the
-other.  This makes it easier to write in a &quot;running balance&quot;, since
-you don't have to look back at the last time the account was
-referenced -- but it also means having a lot of ledger books, if you
-deal with multiple accounts.
 
-Enter the beauty of computerized accounting.  The purpose of the
-Ledger program is to make general ledger accounting simple, by keeping
-track of the balances for you.  Your only job is to enter the
-credit/debit transactions.  If a transaction does not balance, Ledger
-will display an error and indicate which transaction is wrong.[1]
+Mailing List and IRC
+====================
 
-In summary, there are two aspects of Ledger use: Updating the ledger
-data file, and using the Ledger tool to view the summarized result of
-your entries.
+If you need help on how to use Ledger, or run into problems, you can
+just the Ledger mailing list at the following Web address:
 
-And just for the sake of example -- as a starting point for those who
-want to dive in head-first -- here are the ledger entries from above,
-formatting as the ledger program wishes to see them:
+    https://lists.sourceforge.net/lists/listinfo/ledger-discuss
 
-&lt;example&gt;
-; Set the year for subsequent entries to 2004
-Y 2004
+You can also find help at the #ledger channel on the IRC server
+irc.freenode.net.
 
-9/29 Pacific Bell
-     Payable:Pacific Bell            $-200.00
-     Equity:Opening Balances
 
-9/29 Checking
-     Accounts:Checking                $100.00
-     Equity:Opening Balances
+Building Ledger as a Python Module
+==================================
 
-9/29 Pacific Bell
-     Payable:Pacific Bell              $23.00
-     Accounts:Checking
-&lt;/example&gt;
+If you have Python 2.2 or higher installed, and Boost.Python, then
+Ledger can also be built as a Python module, if --enable-python is
+passed to the configure script.  This means you can interact with your
+Ledger data from Python, making it easy to write custom reports.
 
-The account balances and registers in this file, if saved as
-=ledger.dat=, could be reported using:
-
-&lt;example&gt;
-$ ledger -f ledger.dat balance
-$ ledger -f ledger.dat register checking
-$ ledger -f ledger.dat register bell
-&lt;/example&gt;
-
-** Building the program
-
-Ledger is written in ANSI C++, and should compile on any platform.  It
-depends only on the GNU multiprecision integer library (libgmp), and
-the Perl regular expression library (libpcre).  It was developed using
-GNU make and gcc 3.3.
-
-To build and install once you have these libraries on your system,
-enter these commands:
-
-&lt;example&gt;
-make
-cp ledger /usr/local/bin
-&lt;/example&gt;
-
-Note that when building GNUmp, make sure to pass the =--enable-cxx=
-flag to configure, otherwise it will not build **libgmpxx.a**.  And in
-case it is not already on your system, **xmlparse.h** is part of the
-libxmltok package, and not expat.
-
-* Keeping a ledger
-
-The most important part of accounting is keeping a good ledger.  If
-you have a good ledger, tools can be written to work whatever
-mathematically tricks you need to better understand your spending
-patterns.  Without a good ledger, no tool, however smart, can help
-you.
-
-The Ledger program aims at making ledger entry as simple as possible.
-Since it is a command-line tool, it does not provide a user interface
-for keeping a ledger.  If you like, you may use Gnucash to maintain
-your ledger, in which case the Ledger program will read Gnucash's data
-files directly.  In that case, read the Gnucash manual now, and skip
-to the next chapter.
-
-If you are not using Gnucash, but a text editor to maintain your
-ledger, read on.  Ledger has been designed to make data entry as
-simple as possible, by keeping the ledger format easy, and also by
-automagically determining as much information as possible based on the
-nature of your entries.
-
-For example, you do not need to tell Ledger about the accounts you
-use.  Any time Ledger sees a debit or a credit to an account it knows
-nothing about, it will create it.  If you use a commodity that is new
-to Ledger, it will create that commodity, and determine its display
-characteristics (placement of the symbol before or after the amount,
-display precision, etc) based on how you used the commodity in the
-transaction.
-
-Here is the Pacific Bell example from above, given as a Ledger
-transaction:
-
-&lt;example&gt;
-9/29  (100)  Pacific Bell
-    Expenses:Utilities:Telephone               $23.00
-    Assets:Checking                           $-23.00
-&lt;/example&gt;
-
-As you can see, it is very similar to what would be written on paper,
-minus the computed balance totals, and adding in account names that
-work better with Ledger's scheme of things.  In fact, since Ledger is
-smart about many things, you don't need to specify the balanced
-amount, if it is the same as the first line:
-
-&lt;example&gt;
-9/29  (100)  Pacific Bell
-    Expenses:Utilities:Telephone               $23.00
-    Assets:Checking
-&lt;/example&gt;
-
-For this entry, Ledger will figure out that $-23.00 must come from
-&quot;Assets:Checking&quot; in order to balance the entry.
-
-** Credits and Debits
-
-Credit and debit are simple enough terms in themselves, but the usages
-of the modern world have made them very hard to puzzle out.
-
-Basically, a credit means you add something to an account, and a debit
-means you take away.  A debit card is correctly name: From your point
-of view, it debits your checking account every time you use it.
-
-The credit card is strangely named, because you have to look at it
-from the merchant's point of view: Every time you use it, it credit's
-*his* account right away.  This was a giant leap from the days of cash
-and checks, when the only other way to supply immediate credit was by
-a wire transfer.  But a credit card does not credit you anything at
-all.  In fact, from your point of view, it should be called a
-liability card, since it increases your liability to the issuing bank
-every time you use it.
-
-In Ledger, credits and debits are given as they are, which means that
-sometimes you will see a minus sign where you don't expect one.  For
-example, when you get paid, in order to credit your bank account, you
-need to debit an income account:
-
-&lt;example&gt;
-9/29  My Employer
-    Assets:Checking                           $500.00
-    Income:Salary                            $-500.00
-&lt;/example&gt;
-
-But wait, you say, why is the Income a negative figure?  And when you
-look at the balance totals for your ledger, you will certainly be
-surprised to see Expenses as a positive figure, and Income as a
-negative figure.  Isn't that the opposite of how it should look?
-
-It may take getting used to, but to properly use a general ledger you
-will need to think in terms of correct debits and credits.  Rather
-than Ledger &quot;fixing&quot; the minus signs, let's understand why they are
-there.
-
-When you earn money, the money has to come from somewhere.  Let's call
-that somewhere &quot;society&quot;.  In order for society to give you an income,
-you must take money away from society (debit) in order to put it into
-your bank (credit).  When you then spend that money, it leaves your
-bank account (debit) and goes back to society (credit).  This is why
-Income will appear negative -- it reflects the money you have drawn
-from society -- and why Expenses will be positive -- it is the amount
-you've given back.  These credits and debits will always cancel each
-other out in the end, because you don't have the ability to create new
-money: It must always come from somewhere, and in the end must always
-leave.  This is the beginning of economy, after which the explanation
-gets terribly difficult.
-
-Based on that explanation, here's another way to look at your balance
-report: Every negative figure means that that account or person or
-place has less money now than when you started your ledger; and every
-positive figure means that that account or person or place has more
-money now that when you started your ledger.  Make sense?
-
-Also, credit cards will have a negative value, because you are
-spending *from* them (debit) in order pay someone else (credit).  They
-are called credit cards because you are able to instantly credit that
-other person, by simply waving a card.
-
-** Commodities and Currencies
-
-Ledger makes no assumptions about the commodities you use; it only
-requires that you specify a commodity.  The commodity may be any
-non-numeric string that does not contain a period, comma, forward
-slash or at-sign.  It may appear before or after the amount, although
-it is assumed that symbols appearing before the amount refer to
-currencies, while non-joined symbols appearing after the amount refer
-to commodities.  Here are some valid currency and commodity
-specifiers:
-
-&lt;example&gt;
-$20.00         ; currency: twenty US dollars
-USD 20         ; currency: the same
-40 AAPL        ; commodity: 40 shares of Apple stock
-MD 60          ; currency: 60 Deutsch Mark
-&#163;50            ; currency: 50 British pounds
-50e            ; currency: 50 Euros (use symbol)
-&lt;/example&gt;
-
-Ledger will examine the first use of any commodity to determine how
-that commodity should be printed on reports.  It pays attention to
-whether the name of commodity was separated from the amount, whether
-it came before or after, the precision used in specifying the amount,
-whether thousand marks were used, etc.  This is done so that printing
-the commodity looks the same as the way you use it.
-
-An account may contain multiple commodities, in which case it will
-have separate totals for each.  For example, if your brokerage account
-contains both cash, gold, and several stock quantities, the balance
-might look like:
-
-&lt;example&gt;
-  $200.00
-100.00 AU
-  AAPL 40
- BORL 100
- FEQTX 50  Assets:Brokerage
-&lt;/example&gt;
-
-This balance report shows how much of each commodity is in your
-brokerage account.
-
-Sometimes, you will want to know the current street value of your
-balance, and not the commodity totals.  For this to happen, you must
-specify what the current price is for each commodity.  The price can
-be in any commodity, in which case the balance will be computed in
-terms of that commodity.  The usual way to specify prices is with a
-file of price settings, which might look like this:
-
-&lt;example&gt;
-AU=$357.00
-AAPL=$37
-BORL=$19
-FEQTX=$32
-&lt;/example&gt;
-
-Specify the prices file using the =-p= option:
-
-&lt;example&gt;
-ledger -p prices.db balance brokerage
-&lt;/example&gt;
-
-Now the balance for your brokerage account will be given in US
-dollars, since the prices database has specified conversion factors
-from each commodity into dollars:
-
-&lt;example&gt;
-$40880.00  Assets:Brokerage
-&lt;/example&gt;
-
-You can convert from any commodity to any other commodity.  Let's say
-you had $5000 in your checking account, and for whatever reason you
-wanted to know many ounces of gold that would buy.  If gold is
-currently $357 per ounce, then each dollar is worth 1/357 AU:
-
-&lt;example&gt;
-ledger -p &quot;$=0.00280112 AU&quot; balance checking
-&lt;/example&gt;
-
-&lt;example&gt;
-14.01 AU  Assets:Checking
-&lt;/example&gt;
-
-$5000 would buy 14 ounces of gold, which becomes the new display
-commodity since a conversion factor was provided.
-
-Commodities conversions can also be chained, up to a depth of 10.
-Here is a sample prices database that uses chaining:
-
-&lt;example&gt;
-AAPL=$15
-$=0.00280112 AU
-AU=300 Euro
-Euro=MD 0.75
-&lt;/example&gt;
-
-This is a roundabout way of reporting AAPL shares in their Deutsch
-Mark equivalent.
-
-*** Commodity price histories
-
-Whenever a commodity is purchased using a different commodity (such as
-a share of common stock using dollars), it establishes a price for
-that commodity on that day.  It is also possible, by recording price
-details in a ledger file, to specify other prices for commodities at
-any given time.  Such price entries might look like those below:
-
-&lt;example&gt;
-P 2004/06/21 02:17:58 TWCUX $27.76
-P 2004/06/21 02:17:59 AGTHX $25.41
-P 2004/06/21 02:18:00 OPTFX $39.31
-P 2004/06/21 02:18:01 FEQTX $22.49
-P 2004/06/21 02:18:02 AAPL $32.91
-&lt;/example&gt;
-
-By default, ledger will not consider commodity prices when generating
-its various reports.  It will always report balances in terms of the
-commodity total, rather than the current value of those commodities.
-To enable pricing reports, three options are possible:
-
-**-P FILE** ::
-  With this option, or if the environment variable =PRICE_HIST= is
-  set, pricing information obtained from the Internet will be kept
-  in this file.  Also, this file will be read after all other ledger
-  files are read, so that full history information is available for
-  reports.
-  
-**-T** ::
-  Report commodity totals only, not their market value or basis cost.
-
-**-V** ::
-  Report commodity values in terms of their last known market price.
-
-**-B** ::
-  Report commodities in terms of their &quot;basis cost&quot;, or what they cost
-  at time of purchase.  Thus, totals in the register and balance
-  report reflect the total amount spent.
-
-**-A** ::
-  Report commodities in terms of their net gain, which is: the market
-  value minus the cost basis.  A balance report using this option
-  shows very quickly the performance of investments.
-
-**-Q** ::
-  When needed (see the =-L= option) pricing quotes are obtained by
-  calling the script =getquote= (a sample Perl script is provided, but
-  the interface is kept simple so replacements may be made).
-
-**-L MINS** ::
-  When using the =-Q= flag, new quotes are obtained only if current
-  pricing data is older than MINS minutes.  The default is one day,
-  or 1440 minutes.
-
-**-p ARG** ::
-  If a string, such as &quot;COMM=$1.20&quot;, the commodity COMM will be
-  reported only in terms of the conversion factor, which supersedes
-  all other pricing histories for that commodity.  This can be used to
-  perform arbitrary value substitutions.  For example, to report the
-  value of your dollars in terms of the ounces of gold they would buy,
-  use: -p &quot;$=0.00280112 AU&quot; (or whatever the current exchange rate
-  is).
-
-Note that the =-B=, =-T=, =-V=, and =-A= are mutually exclusive.
-
-** Accounts and Inventories
-
-Since Ledger's accounts and commodity system is so flexible, you can
-have accounts that don't really exist, and use commodities that no one
-else recognizes.  For example, let's say you are buying and selling
-various items in EverQuest, and want to keep track of them using a
-ledger.  Just add items of whatever quantity you wish into your
-EverQuest account:
-
-&lt;example&gt;
-9/29  Get some stuff at the Inn
-    Places:Black's Tavern                   -3 Apples
-    Places:Black's Tavern                   -5 Steaks
-    EverQuest:Inventory
-&lt;/example&gt;
-
-Now your EverQuest:Inventory has 3 apples and 5 steaks in it.  The
-amounts are negative, because you are taking *from* Black's Tavern in
-order to credit your Inventory account.  Note that you don't have to
-use &quot;Places:Black's Tavern&quot; as the source account.  You could use
-&quot;EverQuest:System&quot; to represent the fact that you acquired them
-online.  The only purpose for choosing one kind of source account over
-another is for generate more informative reports later on.  The more
-you know, the better analysis you can perform.
-
-If you later sell some of these items to another player, the entry
-would look like:
-
-&lt;example&gt;
-10/2  Strum Brightblade
-    EverQuest:Inventory                     -2 Steaks
-    EverQuest:Inventory                     15 Gold
-&lt;/example&gt;
-
-Now you've turned 2 steaks into 15 gold, courtesy of your customer,
-Strum Brightblade.
-
-** Understanding Equity
-
-The most confusing entry in any ledger will be your equity account --
-because starting balances can't come out of nowhere.
-
-When you first start your ledger, you will likely already have money
-in some of your accounts.  Let's say there's $100 in your checking
-account; then add an entry to your ledger to reflect this amount.
-Where will money come from?  The answer: your equity.
-
-&lt;example&gt;
-10/2  Opening Balance
-    Assets:Checking                         $100.00
-    Equity:Opening Balances
-&lt;/example&gt;
-
-But what is equity?  You may have heard of equity when people talked
-about house mortgages, as &quot;the part of the house that you own&quot;.
-Basically, equity is like the value of something.  If you own a car
-worth $5000, then you have $5000 in equity in that car.  In order to
-turn that car (a commodity) into a cash flow, or a credit to your bank
-account, you will have to debit the equity by selling it.
-
-When you start a ledger, you are probably already worth something.
-Your net worth is your current equity.  By transferring the money in
-the ledger from your equity to your bank accounts, you are crediting
-the ledger account based on your prior equity value.  That is why,
-when you look at the balance report, you will see a large negative
-number for Equity that never changes: Because that is what you were
-worth (what you debited from yourself in order to start the ledger)
-before the money started moving around.  If the total positive value
-of your assets is greater than the absolute value of your starting
-equity, it means you are making money.
-
-Clear as mud?  Keep thinking about it.  Until you figure it out, put
-&quot;-- -Equity&quot; at the end of your balance command, to remove the
-confusing figure from the totals.
-
-** Dealing with cash
-
-Something that stops many people from keeping a ledger at all is the
-insanity of tracking cash expenses.  They rarely generate a receipt,
-and there are often a lot of small transactions, rather than a few
-large ones, as with checks.
-
-The answer is: don't bother.  Move your spending to a debit card, but
-in general ignore cash.  Once you withdraw it from the ATM, mark it as
-already spent to an &quot;Expenses:Cash&quot; category:
-
-&lt;example&gt;
-2004/03/15 ATM
-    Expenses:Cash                      $100.00
-    Assets:Checking
-&lt;/example&gt;
-
-If at some point you make a large cash expense that you want to track,
-just &quot;move&quot; the amount of the expense from &quot;Expenses:Cash&quot; into the
-target account:
-
-&lt;example&gt;
-2004/03/20 Somebody
-    Expenses:Food                       $65.00
-    Expenses:Cash
-&lt;/example&gt;
-
-This way, you can still track large cash expenses, while ignoring all
-of the smaller ones.
-
-** Archiving previous years
-
-After a while, your ledger can get to be pretty large.  While this
-will not slow down the ledger program much -- it's designed to process
-ledger files very quickly -- things can start to feel &quot;messy&quot;; and
-it's a universal complaint that when finances feel messy, people avoid
-them.
-
-Thus, archiving the data from previous years into their own files can
-offer a sense of completion, and freedom from the past.  But how to
-best accomplish this with the ledger program?  There are two commands
-that make it very simple: &quot;print&quot;, and &quot;equity&quot;.
-
-Let's take an example file, with data ranging from year 2000 until
-2004.  We want to archive years 2000 and 2001 to their own file,
-leaving just 2003 and 2004 in the current file.  So, use &quot;print&quot; to
-output all the earlier entries to a file called =ledger-old.dat=.
-(Keeping in mind that the ending date is not inclusive, which is why
-2002 is mentioned in the following command):
-
-&lt;example&gt;
-$ ledger -f ledger.dat -b 2000/1/1 -e 2002/1/1 print \
-    &gt; ledger-old.dat
-&lt;/example&gt;
-
-To delete older data from the current ledger file, use &quot;print&quot; again,
-this time specifying year 2002 as the starting date:
-
-&lt;example&gt;
-$ ledger -f ledger.dat -b 2002/1/1 print &gt; x
-$ mv x ledger.dat
-&lt;/example&gt;
-
-However, now the current file contains *only* transactions from 2002
-onward, which will not yield accurate present-day balances, because
-the net income from previous years is no longer being tallied.  To
-compensate for this, we must append an equity report for the old
-ledger at the beginning of the new one:
-
-&lt;example&gt;
-$ ledger -f ledger-old.dat equity &gt; equity.dat
-$ cat equity.dat ledger.dat &gt; x
-$ mv x ledger.dat
-$ rm equity.dat
-&lt;/example&gt;
-
-Now the balances reported from =ledger.dat= are identical to what they
-were before the data was split.
-
-How often should you split your ledger?  You never need to, if you
-don't want to.  Even eighty years of data will not slow down ledger
-much -- and that's just using present day hardware!  Or, you can keep
-the previous and current year in one file, and each year before that
-in its own file.  It's really up to you, and how you want to organize
-your finances.  For those who also keep an accurate paper trail, it
-might be useful to archive the older years to their own files, then
-burn those files to a CD to keep with the paper records -- along with
-any electronic statements received during the year.  In the arena of
-organization, just keep in mind this maxim: Do whatever keeps you
-doing it.
-
-** Virtual transactions
-
-A virtual transaction is when you, in your mind, see money as moving
-to a certain place, when in reality that money has not moved at all.
-There are several scenarios in which this type of tracking comes in
-handy, and each of them will be discussed in detail.
-
-To enter a virtual transaction, surround the account name in
-parentheses.  This form of usage does not need to balance.  However,
-if you want to ensure the virtual transaction balances with other
-virtual transactions in the same entry, use square brackets.  For
-example:
-
-&lt;example&gt;
-10/2  Paycheck
-    Assets:Checking                        $1000.00
-    Income:Salary                         $-1000.00
-    (Debt:Alimony)                          $200.00
-&lt;/example&gt;
-
-In this example, after receiving a paycheck an alimony debt is
-increased -- even though no money has moved around yet.
-
-&lt;example&gt;
-10/2  Paycheck
-    Assets:Checking                        $1000.00
-    Income:Salary                         $-1000.00
-    [Savings:Trip]                          $200.00
-    [Assets:Checking]                      $-200.00
-&lt;/example&gt;
-
-In this example, $200 has been deducted from checking toward savings
-for a trip.  It will appear as though the money has been moved from
-the account into &quot;Savings:Trip&quot;, although no money has actually moved
-anywhere.
-
-When balances are displayed, virtual transactions will be factored in.
-To view balances without any virtual balances factored in, using the
-&quot;-R&quot; flag, for &quot;Reality&quot;.
-
-Write about: Saving for a Special Occasion; Keeping a Budget; Tracking
-Allocated Funds.
-
-** Automated transactions
-
-As a Bah&#225;'&#237;, I need to compute Huq&#250;qu'll&#225;h whenever I acquire assets.
-The exact details of this are a bit complex, so if you have further
-interest, please consult the Web.
-
-For any fellow Bah&#225;'&#237;s out there who want to track Huq&#250;qu'll&#225;h, the
-Ledger tool makes this extremely easy.  Just set up the following
-automated transaction at the top of your ledger file:
-
-&lt;example&gt;
-; These entries will compute Huq&#250;qu'll&#225;h based on the
-; contents of the ledger.
-
-= ^Income:
-= ^Expenses:Rent$                               
-= ^Expenses:Furnishings
-= ^Expenses:Business
-= ^Expenses:Taxes
-= ^Expenses:Insurance
-  (Liabilities:Huq&#250;qu'll&#225;h)               0.19
-&lt;/example&gt;
-
-This automated transaction works by looking at each transaction
-appearing afterward in the ledger file.  If any match the account
-regexps, occurring after the equal signs above, 19% of the value of
-that transaction is applied to the &quot;Liabilities:Huq&#250;qu'll&#225;h&quot; account.
-So if $1000 is earned through Income:Salary, which is seen as a debit
-from Income, a debit of $190 is applied to &quot;Liabilities:Huq&#250;qu'll&#225;h&quot;;
-if $1000 is spent on Rent -- seen as a credit to the Expense account
--- a credit of $190 is applied to Huq&#250;qu'll&#225;h.  The ultimate balance
-of Huq&#250;qu'll&#225;h reflects how much must be paid to that account in order
-to balance it to zero.
-
-When you're ready to pay, just write a check directly to the account
-&quot;Liabilities:Huq&#250;qu'll&#225;h&quot;:
-
-&lt;example&gt;
-2003/01/01 (101) Baha'i Huq&#250;qu'll&#225;h Trust
-    Liabilities:Huq&#250;qu'll&#225;h          $1,000.00
-    Assets:Checking
-&lt;/example&gt;
-
-That's it.  To see how much Huq&#250;q is currently owed based on your
-ledger entries, use:
-
-&lt;example&gt;
-ledger balance Liabilities:Huq&#250;q
-&lt;/example&gt;
-
-
-** Using Emacs to Keep Your Ledger
-
-In the Ledger tarball is an Emacs module, =ledger.el=.  This module
-makes the process of keeping a text ledger much easier for Emacs
-users.  I recommend putting this at the top of your ledger file:
-
-&lt;example&gt;
-; -*-ledger-*-
-&lt;/example&gt;
-
-And this in your =.emacs= file, after copying =ledger.el= to your
-site-lisp directory:
-
-&lt;example&gt;
-(load &quot;ledger&quot;)
-&lt;/example&gt;
-
-Now when you edit your ledger file, it will be in =ledger-mode=.
-=ledger-mode= adds the following commands:
-
-C-c C-a ::
-  For quickly adding new entries based on the form of older ones
-  (see previous section).
-
-C-c C-c ::
-  Toggles the &quot;cleared&quot; flag of the transaction under point.
-
-C-c C-r ::
-  Reconciles an account by displaying the transactions in another
-  buffer, where simply hitting the spacebar will toggle the cleared
-  flag of the transaction in the ledger.  It also displays the current
-  cleared balance for the account in the modeline.
-
-** Using GnuCash to Keep Your Ledger
-
-The Ledger tool is fast and simple, but it offers no custom method for
-actually editing the ledger.  It assumes you know how to use a text
-editor, and like doing so.  Perhaps an Emacs mode will appear someday
-soon to make editing Ledger's data files much easier.
-
-Until then, you are free to use GnuCash to maintain your ledger, and
-the Ledger program for querying and reporting on the contents
-of that ledger.  It takes a little longer to parse the XML data format
-that GnuCash uses, but the end result is identical.
-
-Then again, why would anyone use a Gnome-centric, 35 megabyte behemoth
-to edit their data, and a 65 kilobyte binary to query it...
-
-** Using timeclock to record billable time
-
-The timeclock tool makes it easy to track time events, like clocking
-into and out of a particular job.  These events accumulate in a
-timelog file.
-
-Each in/out event may have an optional description.  If the &quot;in&quot;
-description is a ledger account name, these in/out pairs may be viewed
-as virtual transactions, adding time commodities (hours) to that
-account.
-
-For example, the command-line version of the timeclock tool (which is
-written in Python) could be used to begin a timelog file like:
-
-&lt;example&gt;
-$ export TIMELOG=$HOME/.timelog
-$ ti ClientOne  category
-$ sleep 10
-$ to waited for ten seconds
-&lt;/example&gt;
-
-The **.timelog** file now contains:
-
-&lt;example&gt;
-i 2004/10/06 15:21:00 ClientOne  category
-o 2004/10/06 15:21:10 waited for ten seconds
-&lt;/example&gt;
-
-Ledger can parse this directly, as if it had seen the following ledger
-entry:
-
-&lt;example&gt;
-2004/10/06 category
-    (ClientOne)      0.00277h
-&lt;/example&gt;
-
-In other words, the timelog event pair is seen as adding 0.00277h (ten
-seconds) worth of time to the ClientOne account.  This would be
-considered billable time, which later could be invoiced and credited
-to accounts receivable:
-
-&lt;example&gt;
-2004/11/01 (INV#1) ClientOne, Inc.
-    Receivable:ClientOne       $0.10
-    ClientOne              -0.00277h @ $35.00
-&lt;/example&gt;
-
-The above transaction converts the clocked time into an invoice for
-the time spent, at an hourly rate of $35.  Once the invoice is paid,
-the money is deposited from the receivable account into a checking
-account:
-
-&lt;example&gt;
-2004/12/01 ClientOne, Inc.
-    Assets:Checking            $0.10
-    Receivable:ClientOne
-&lt;/example&gt;
-
-And now the time spent has been turned into hard cash in the checking
-account.
-
-The advantage to using timeclock and invoicing to bill time is that
-you will always know, by looking at the balance report, exactly how
-much unbilled and unpaid time you've spent working for any particular
-client.
-
-I like to =!include= my timelog at the top of my company's accounting
-ledger, with the attached prefix &quot;Billable&quot;:
-
-&lt;example&gt;
-; -*-ledger-*-
-
-; This is the ledger file for my company.  But first, include the
-; timelog data, entering all of the time events within the umbrella
-; account &quot;Billable&quot;.
-
-!include /home/johnw/.timelog Billable
-
-; Here follows this fiscal year's transactions for the company.
-
-2004/11/01 (INV#1) ClientOne, Inc.
-    Receivable:ClientOne           $0.10
-    Billable:ClientOne         -0.00277h @ $35.00
-
-2004/12/01 ClientOne, Inc.
-    Assets:Checking                $0.10
-    Receivable:ClientOne
-&lt;/example&gt;
-
-* Running Ledger
-
-Now that you have an orderly and well-organized general ledger, it's
-time to start generating some orderly and well-organized reports.
-This is where the Ledger tool comes in.  With it, you can balance your
-checkbook, see where your money is going, tell whether you've made a
-profit this year, and even compute the present day value of your
-retirement accounts.  And all with the simplest of interfaces: the
-command-line.
-
-The most often used command will be the &quot;balance&quot; command:
-
-&lt;example&gt;
-export LEDGER=/home/johnw/doc/ledger.dat
-ledger balance
-&lt;/example&gt;
-
-Here I've set my Ledger environment variable to point to where my
-ledger file is hiding.  Thereafter, I needn't specify it again.
-
-The balance command prints out the summarized balances of all my
-top-level accounts, excluding sub-accounts.  In order to see the
-balances for a specific account, just specify a regular expression
-after the balance command:
-
-&lt;example&gt;
-ledger balance expenses:food
-&lt;/example&gt;
-
-This will show all the money that's been spent on food, since the
-beginning of the ledger.  For food spending just this month
-(September), use:
-
-&lt;example&gt;
-ledger -d sep balance expenses:food
-&lt;/example&gt;
-
-Or maybe I want to see all of my assets, in which case the -s (show
-sub-accounts) option comes in handy:
-
-&lt;example&gt;
-ledger balance -s
-&lt;/example&gt;
-
-To exclude a particular account, use a regular expression with a
-leading minus sign.  The following will show all expenses, but without
-food spending:
-
-&lt;example&gt;
-ledger balance expenses -food
-&lt;/example&gt;
-
-If you want to show all accounts but for one account, remember to use
-&quot;--&quot; to separate the exclusion pattern from the options list:
-
-&lt;example&gt;
-ledger balance -- -equity
-&lt;/example&gt;
-
-** File format
-
-The ledger file format is quite simple, but supports many options.
-These are summarized here.
-
-The initial character of each line determines what that line means,
-and how it should be parsed.  The possibilities are:
-
-NUMBER ::
-  A line starting with a number denotes a regular ledger entry.  It
-  may be followed by any number of lines that beginning whitespace, to
-  denote account transactions.  The format of the header line is:
-&lt;example&gt;
-DATE [*] [(CODE)] DESC
-&lt;/example&gt;
-
-+ ::
-  If a line begins with plus, it denotes an inclusion regexp that
-  will always be considered, as if it had been specified by the user
-  at the end of their command-line.
-
-**-** ::
-  If a line begins with minus, it denotes an exclusion regexp that
-  will always be considered, as if it had been specified by the user
-  at the end of their command-line.
-
-**&lt;verbatim&gt;=&lt;/verbatim&gt;** ::
-  If a line begins with equals, it denotes an automated transaction.
-  The next item on the line must be a regular expression.  Any number
-  of such lines may appear, with no intervening whitespace.
-  Following this block of lines can be a list of account transactions
-  preceded by whitespace.
-
-!WORD ::
-  A line beginning with an exclamation mark denotes a command
-  directive.  It must be immediately followed by a word specifying
-  which directories.  At the moment, only =!include= is supported, for
-  including the content of other ledger files into the current one.
-
-whitespace ::
-  A line beginning with whitespace, which is not part of a regular or
-  automated transaction, is ignored.
-
-; ::
-  If a line begins with semicolon it is ignored.  This is the
-  preferred method of entering comments.
-
-Y NUM ::
-  If a line begins with a capital Y, it denotes the year to be used
-  for all subsequent entries that specify a date, whatever their type.
-  This sets the &quot;default year&quot;, which ordinarily is the current year
-  at the time the program is run.  Useful at the beginning of a file
-  to specify the file's year.
-
-P DATE SYMBOL PRICE ::
-  Capital P specifies a historical price for a commodity.  Any such
-  number of entries are allowed.  These are usually found in a pricing
-  history file (see the =-Q= option).
-
-C SYMBOL PRICE ::
-  Capital C specifies a conversion price for a commodity.  This has
-  no reference to time, and always takes precedence over any
-  historical price (even very current prices).
-
-N SYMBOL ::
-  Capital N indicates that no implicit price conversions should be
-  obtained for the given symbol.  This means that no quotes will ever
-  be downloaded for that symbol.  Useful for a home currency, such as
-  the dollar ($).  Be aware that these pricing options will set the
-  default reporting characteristics for a commodity.  Thus it is
-  recommended that pricing options occur only after all regular ledger
-  entries have been parsed.
-
-i DATE TIME ACCOUNT  [DESC] ::
-  Lowercase (and capital) i indicate an time-in event.  This will
-  start accumulating hours in the account specified.  Usually these
-  entries are created in a timelog file by the timeclock program,
-  which is distributed with ledger.  There must be two spaces between
-  the account name, and the optional description, if one is used.
-
-o DATE TIME ACCOUNT  [DESC] ::
-  Lowercase (and capital) o indicate an time-out event.  This will
-  accumulate hours in the account specified.  Usually these entries
-  are created in a timelog file by the timeclock program, which is
-  distributed with ledger.  There must be two spaces between the
-  account name, and the optional description, if one is used.
-
-b, h ::
-  Entries beginning with lowercase b and h are ignored.  These are
-  special entries used by timeclock, but ignored by ledger.
-
-** Command summary
-
-*** balance
-
-The &quot;balance&quot; command reports the current balance of any account.
-This command accepts a list of optional regexps, which will confine
-the balance report to only matching accounts.  By default, the
-balances for all accounts will be printed.  If an account contains
-multiple types of commodities, each commodity's total is separately
-reported.
-
-*** register
-
-The &quot;register&quot; command displays all the transactions occurring in a
-single account, line by line.  The account regexp must be specified as
-the only argument to this command.  If any regexps occur after the
-required account name, the register will contain only those
-transactions that match.  Very useful for hunting down a particular
-transaction.
-
-The output from &quot;register&quot; is very close to what a typical checkbook,
-or single account ledger, would look like.  It also shows a running
-balance.  The final running balance of any register should always be
-the same as the current balance of that account.
-
-*** print
-
-The &quot;print&quot; command prints out ledger entries just as they appear in
-the original ledger.  They will be properly formatted, and output in
-the most economic form possible.  The &quot;print&quot; command also takes a
-list of optional regexps, which will cause only those transactions
-which match in some way to be printed.
-
-The &quot;print&quot; command is a handy way to clean up a ledger file whose
-formatting has gotten out of hand.
-
-*** equity
-
-Equity transactions are used to establish the starting value of an
-account.  You might think of equity as the &quot;ether&quot; from which initial
-balances appear.
-
-*** price
-
-This commands displays the last known current price for a given
-commodity, using the specified end date for the cutoff (default is the
-present moment).  It takes a list of regexps, which can match the
-commodities used in the ledger file.  This command is helpful to
-quickly seeing the last current price for a specific commodity, or all
-commodities referenced by a ledger.
-
-*** entry
-
-The three most laborious tasks of keeping a ledger are: adding new
-entries, reconciling accounts, and generating reports.  To address the
-first of these, there is a sub-command to ledger called &quot;entry&quot;.  It
-works on the principle that 80% of all transactions are variants of
-earlier transactions.  Here's how it works:
-
-Let's say you have an old transaction of the following form:
-
-&lt;example&gt;
-2004/03/15 * Viva Italiano
-    Expenses:Food                       $12.45
-    Expenses:Tips                        $2.55
-    Liabilities:MasterCard             $-15.00
-&lt;/example&gt;
-
-Now it's 2004/4/9, and you've just eating at Viva Italiano again.  The
-exact amounts are different, but the overall form is the same.  With
-the &quot;entry&quot; command you can type:
-
-&lt;example&gt;
-ledger entry 2004/4/9 viva food 11.00 tips 2.50
-&lt;/example&gt;
-
-This will produce the following output:
-
-&lt;example&gt;
-2004/04/09 Viva Italiano
-    Expenses:Food                       $11.00
-    Expenses:Tips                        $2.50
-    Liabilities:MasterCard             $-13.50
-&lt;/example&gt;
-
-This works by finding a transaction that matches the regexp &quot;viva&quot;,
-and then assuming that any accounts or amounts you specify will be the
-same as that earlier transaction.  If Ledger does not succeed in
-generating a new entry for you, it will print an error and set the
-exit code to 1.
-
-There is a shell script in the distribution called &quot;entry&quot;, which
-simplifies the task of adding a new entry to your ledger, and then
-launches =vi= to let you confirm that the entry looks appropriate.
-
-** Option summary
-
-*** Basic options
-
-**-v** ::
-  Display the version of ledger being used.
-
-**-h** ::
-  Print out quick help on the various options and commands.
-
-**-f FILE[&lt;verbatim&gt;=&lt;/verbatim&gt;ACCOUNT]** ::
-  Read ledger entries from FILE.  This takes precedence over the
-  environment variable LEDGER.  If &quot;&lt;verbatim&gt;=&lt;/verbatim&gt;ACCOUNT&quot; is
-  appended to the filename, then all of the entries are seen as if the
-  transactions accounts were prefixed by &quot;ACCOUNT:&quot;.  There may be
-  multiple occurrences of the =-f= option.
-
-**-i FILE** ::
-  Read in the list of patterns to include/exclude from FILE.
-  Ordinarily, these are specified as arguments after the command.
-
-*** Filtering options
-
-**-b DATE** ::
-  Only consider entries occuring on or after the given date.
-
-**-e DATE** ::
-  Only consider entries occuring before the given date.  The date is
-  not inclusive, so any entries occurring on that date will not be
-  used.
-
-**-c** ::
-  Only consider entries occurring on or before the current date.
-
-**-d DATE** ::
-  Only consider entries fitting the given date mask.  DATE in this
-  case may be the name of a month, or a year, or a year and month,
-  such as &quot;2004/05&quot;.  It's a shorthand for having to specify -b and -e
-  together.
-
-**-C** ::
-  Only consider entries whose cleared flag has been set.  The default
-  is to consider both.
-
-**-U** ::
-  Show only uncleared transactions.  The default is to consider both.
-
-**-l AMT** ::
-  Limit balance reports to those which are greater than AMT.
-
-**-N REGEXP** ::
-  If an account matches REGEXP, only display it in the balance report
-  if its total is negative.  Useful to avoid seeing credit in accounts
-  where one cannot spend that credit, and it will soon become negative
-  anyway (such as credit cards).
-
-**-R** ::
-  Ignore all virtual transactions, and report only the real balance
-  for each account.
-
-*** Output formatting options
-
-**-n** ::
-  Do not show subtotals in the balance report, or split transactions
-  in the register report.
-
-**-s** ::
-  If an account has children, show them in the balance report.
-
-**-S** ::
-  Sort the ledger after reading it.  This may affect &quot;register&quot; and
-  &quot;print&quot; output.
-
-**-E** ::
-  Also show empty accounts in the balance totals report.
-
-**-F** ::
-  Print full account names in all cases, such as &quot;Assets:Checking&quot;
-  instead of just &quot;Checking&quot;.  Only used current by the &quot;balance&quot;
-  command.
-
-**-M** ::
-  When used with the &quot;register&quot; command, causes only monthly subtotals
-  to appear.  This can be useful for looking at spending patterns.
-  TODO: Accept an argument which specifies the period to use.
-
-**-G** ::
-  Modifies the output generated by -M to be friendly to programs like
-  Gnuplot.  It strips away the commodity label, and outputs only two
-  columns: the date and the amount.
-
-*** Commodity reporting options
-
-**-P FILE** ::
-  With this option, or if the environment variable =PRICE_HIST= is
-  set, pricing information obtained from the Internet will be kept
-  in this file.  Also, this file will be read after all other ledger
-  files are read, so that full history information is available for
-  reports.
-  
-**-T** ::
-  Report commodity totals only, not their market value or basis cost.
-
-**-V** ::
-  Report commodity values in terms of their last known market price.
-
-**-B** ::
-  Report commodities in terms of their &quot;basis cost&quot;, or what they cost
-  at time of purchase.  Thus, totals in the register and balance
-  report reflect the total amount spent.
-
-**-A** ::
-  Report commodities in terms of their net gain, which is: the market
-  value minus the cost basis.  A balance report using this option
-  shows very quickly the performance of investments.
-
-**-Q** ::
-  When needed (see the =-L= option) pricing quotes are obtained by
-  calling the script =getquote= (a sample Perl script is provided, but
-  the interface is kept simple so replacements may be made).
-
-**-L MINS** ::
-  When using the =-Q= flag, new quotes are obtained only if current
-  pricing data is older than MINS minutes.  The default is one day,
-  or 1440 minutes.
-
-**-p ARG** ::
-  If a string, such as &quot;COMM=$1.20&quot;, the commodity COMM will be
-  reported only in terms of the conversion factor, which supersedes
-  all other pricing histories for that commodity.  This can be used to
-  perform arbitrary value substitutions.  For example, to report the
-  value of your dollars in terms of the ounces of gold they would buy,
-  use: -p &quot;$=0.00280112 AU&quot; (or whatever the current exchange rate
-  is).
-
-** Environment variables
-
-=LEDGER= ::
-  A colon-separated list of files to be parsed whenever ledger is run.
-  Easier than typing =-f= all the time.
-
-=PRICE_HIST= ::
-  The ledger file used to hold pricing data.  =~/.pricedb= would be a
-  good choice.
-
-=PRICE_EXP= ::
-  The number of minutes before pricing data becomes out-of-date.  The
-  default is one day.  Use =-L= to temporarily decrease or increase
-  the value.
-
-Footnotes:
-[1]  In some special cases, it will automatically balance the entry
-     for you.
+This feature is mostly undocumented in version 2.0, although main.py
+is offered as a working example.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,621 +1,1326 @@
-#include &quot;ledger.h&quot;
+#include &quot;amount.h&quot;
+#include &quot;util.h&quot;
 
+#include &lt;list&gt;
 #include &lt;sstream&gt;
-#include &lt;cstdio&gt;
-#include &lt;gmp.h&gt;                // GNU multi-precision library
+#include &lt;cstdlib&gt;
+
+#include &lt;gmp.h&gt;
 
 namespace ledger {
 
-#define MAX_PRECISION 10        // must be 2 or higher
+#define BIGINT_BULK_ALLOC 0x0001
 
-//////////////////////////////////////////////////////////////////////
-//
-// The `amount' structure.  Every transaction has an associated
-// amount, which is represented by this structure.  `amount' uses the
-// GNU multi-precision library, allowing for arbitrarily large
-// amounts.  Each amount is a quantity of a certain commodity, with
-// an optional price per-unit for that commodity at the time the
-// amount was stated.
-//
-// To create an amount, for example:
-//
-//     amount * cost = create_amount(&quot;50.2 MSFT @ $100.50&quot;);
-//
+class amount_t::bigint_t {
+ public:
+  mpz_t		 val;
+  unsigned short prec;
+  unsigned short flags;
+  unsigned int	 ref;
+  unsigned int	 index;
 
-class gmp_amount : public amount
-{
-  bool priced;
+  bigint_t() : prec(0), flags(0), ref(1), index(0) {
+    mpz_init(val);
+  }
+  bigint_t(mpz_t _val) : prec(0), flags(0), ref(1), index(0) {
+    mpz_init_set(val, _val);
+  }
+  bigint_t(const bigint_t&amp; other)
+    : prec(other.prec), flags(0), ref(1), index(0) {
+    mpz_init_set(val, other.val);
+  }
+  ~bigint_t() {
+    assert(ref == 0);
+    mpz_clear(val);
+  }
+};
 
-  mpz_t price;
-  commodity * price_comm;
+unsigned int sizeof_bigint_t() {
+  return sizeof(amount_t::bigint_t);
+}
 
-  mpz_t quantity;
-  commodity * quantity_comm;
+#define MPZ(x) ((x)-&gt;val)
 
-  gmp_amount(const gmp_amount&amp; other) {}
-  gmp_amount&amp; operator=(const gmp_amount&amp; other) { return *this; }
+static mpz_t		  temp;
+static mpz_t		  divisor;
+static amount_t::bigint_t true_value;
 
- public:
-  gmp_amount() : priced(false), price_comm(NULL), quantity_comm(NULL) {
-    mpz_init(price);
-    mpz_init(quantity);
-  }
+commodity_t::updater_t *  commodity_t::updater = NULL;
+commodities_map		  commodity_t::commodities;
+commodity_t *             commodity_t::null_commodity;
 
-  virtual ~gmp_amount() {
-    mpz_clear(price);
-    mpz_clear(quantity);
-  }
+static struct _init_amounts {
+  _init_amounts() {
+    mpz_init(temp);
+    mpz_init(divisor);
 
-  virtual commodity * commdty() const {
-    return quantity_comm;
-  }
+    mpz_set_ui(true_value.val, 1);
 
-  virtual void set_commdty(commodity * comm) {
-    quantity_comm = comm;
+    commodity_t::updater = NULL;
+    commodity_t::null_commodity = commodity_t::find_commodity(&quot;&quot;, true);
   }
 
-  virtual amount * copy() const;
-  virtual amount * value(const amount *) const;
-  virtual void set_value(const amount * val);
-  virtual amount * street(std::time_t * when = NULL,
-			  bool use_history = false,
-			  bool download = false) const;
+  ~_init_amounts() {
+    mpz_clear(temp);
+    mpz_clear(divisor);
 
-  virtual bool has_price() const {
-    return priced;
-  }
-  virtual amount * per_item_price() const;
+    if (commodity_t::updater) {
+      delete commodity_t::updater;
+      commodity_t::updater = NULL;
+    }
 
-  virtual bool is_zero() const;
-  virtual bool is_negative() const;
-  virtual int  compare(const amount * other) const;
+    for (commodities_map::iterator i = commodity_t::commodities.begin();
+	 i != commodity_t::commodities.end();
+	 i++)
+      delete (*i).second;
 
-  virtual void negate() {
-    mpz_ui_sub(quantity, 0, quantity);
-  }
-  virtual void credit(const amount * other);
+    commodity_t::commodities.clear();
 
-  virtual void parse(const std::string&amp; num);
-  virtual const std::string as_str(bool full_prec) const;
-
-  friend amount * create_amount(const std::string&amp; value,
-				const amount * cost);
-};
+    true_value.ref--;
+  }
+} _init_obj;
 
-amount * create_amount(const std::string&amp; value, const amount * cost)
+static void mpz_round(mpz_t out, mpz_t value, int value_prec, int round_prec)
 {
-  gmp_amount * a = new gmp_amount();
-  a-&gt;parse(value);
-  if (cost)
-    a-&gt;set_value(cost);
-  return a;
-}
+  // Round `value', with an encoding precision of `value_prec', to a
+  // rounded value with precision `round_prec'.  Result is stored in
+  // `out'.
+
+  assert(value_prec &gt; round_prec);
 
-static void round(mpz_t out, const mpz_t val, int prec)
-{
-  mpz_t divisor;
   mpz_t quotient;
   mpz_t remainder;
 
-  mpz_init(divisor);
   mpz_init(quotient);
   mpz_init(remainder);
 
-  mpz_ui_pow_ui(divisor, 10, MAX_PRECISION - prec);
-  mpz_tdiv_qr(quotient, remainder, val, divisor);
-  mpz_ui_pow_ui(divisor, 10, MAX_PRECISION - prec - 1);
+  mpz_ui_pow_ui(divisor, 10, value_prec - round_prec);
+  mpz_tdiv_qr(quotient, remainder, value, divisor);
+  mpz_divexact_ui(divisor, divisor, 10);
   mpz_mul_ui(divisor, divisor, 5);
 
   if (mpz_sgn(remainder) &lt; 0) {
-    mpz_ui_sub(divisor, 0, divisor);
-
+    mpz_neg(divisor, divisor);
     if (mpz_cmp(remainder, divisor) &lt; 0) {
-      mpz_ui_pow_ui(divisor, 10, MAX_PRECISION - prec);
+      mpz_ui_pow_ui(divisor, 10, value_prec - round_prec);
       mpz_add(remainder, divisor, remainder);
       mpz_ui_sub(remainder, 0, remainder);
-      mpz_add(out, val, remainder);
+      mpz_add(out, value, remainder);
     } else {
-      mpz_sub(out, val, remainder);
+      mpz_sub(out, value, remainder);
     }
   } else {
     if (mpz_cmp(remainder, divisor) &gt;= 0) {
-      mpz_ui_pow_ui(divisor, 10, MAX_PRECISION - prec);
+      mpz_ui_pow_ui(divisor, 10, value_prec - round_prec);
       mpz_sub(remainder, divisor, remainder);
-      mpz_add(out, val, remainder);
+      mpz_add(out, value, remainder);
     } else {
-      mpz_sub(out, val, remainder);
+      mpz_sub(out, value, remainder);
     }
   }
-
-  mpz_clear(divisor);
   mpz_clear(quotient);
   mpz_clear(remainder);
+
+  // chop off the rounded bits
+  mpz_ui_pow_ui(divisor, 10, value_prec - round_prec);
+  mpz_tdiv_q(out, out, divisor);
 }
 
-static void multiply(mpz_t out, const mpz_t l, const mpz_t r)
+amount_t::amount_t(const bool value)
 {
-  mpz_t divisor;
+  if (value) {
+    quantity = &amp;true_value;
+    quantity-&gt;ref++;
+  } else {
+    quantity = NULL;
+  }
+  commodity_ = NULL;
+}
 
-  mpz_init(divisor);
+amount_t::amount_t(const long value)
+{
+  if (value != 0) {
+    quantity = new bigint_t;
+    mpz_set_si(MPZ(quantity), value);
+  } else {
+    quantity  = NULL;
+  }
+  commodity_ = NULL;
+}
 
-  mpz_mul(out, l, r);
+amount_t::amount_t(const unsigned long value)
+{
+  if (value != 0) {
+    quantity = new bigint_t;
+    mpz_set_ui(MPZ(quantity), value);
+  } else {
+    quantity  = NULL;
+  }
+  commodity_ = NULL;
+}
 
-  // The number is at double-precision right now, so rounding at
-  // precision 0 effectively means rounding to the ordinary
-  // precision.
-  round(out, out, 0);
+amount_t::amount_t(const double value)
+{
+  if (value != 0.0) {
+    quantity = new bigint_t;
+    mpz_set_d(MPZ(quantity), value);
+  } else {
+    quantity  = NULL;
+  }
+  commodity_ = NULL;
+}
 
-  // after multiplying, truncate to the correct precision
-  mpz_ui_pow_ui(divisor, 10, MAX_PRECISION);
-  mpz_tdiv_q(out, out, divisor);
+void amount_t::_release()
+{
+  if (--quantity-&gt;ref == 0) {
+    if (! (quantity-&gt;flags &amp; BIGINT_BULK_ALLOC))
+      delete quantity;
+    else
+      quantity-&gt;~bigint_t();
+  }
+}
 
-  mpz_clear(divisor);
+void amount_t::_init()
+{
+  if (! quantity) {
+    quantity = new bigint_t;
+  }
+  else if (quantity-&gt;ref &gt; 1) {
+    _release();
+    quantity = new bigint_t;
+  }
 }
 
-amount * gmp_amount::copy() const
+void amount_t::_dup()
 {
-  gmp_amount * new_amt = new gmp_amount();
+  if (quantity-&gt;ref &gt; 1) {
+    bigint_t * q = new bigint_t(*quantity);
+    _release();
+    quantity = q;
+  }
+}
 
-  mpz_set(new_amt-&gt;quantity, quantity);
-  new_amt-&gt;quantity_comm = quantity_comm;
+void amount_t::_copy(const amount_t&amp; amt)
+{
+  if (quantity != amt.quantity) {
+    if (quantity)
+      _release();
+
+    // Never maintain a pointer into a bulk allocation pool; such
+    // pointers are not guaranteed to remain.
+    if (amt.quantity-&gt;flags &amp; BIGINT_BULK_ALLOC) {
+      quantity = new bigint_t(*amt.quantity);
+    } else {
+      quantity = amt.quantity;
+      quantity-&gt;ref++;
+    }
+  }
+  commodity_ = amt.commodity_;
+}
 
-  return new_amt;
+amount_t&amp; amount_t::operator=(const std::string&amp; value)
+{
+  std::istringstream str(value);
+  parse(str);
+  return *this;
 }
 
-amount * gmp_amount::per_item_price() const
+amount_t&amp; amount_t::operator=(const char * value)
 {
-  if (! priced)
-    return NULL;
+  std::string	     valstr(value);
+  std::istringstream str(valstr);
+  parse(str);
+  return *this;
+}
 
-  gmp_amount * new_amt = new gmp_amount();
+// assignment operator
+amount_t&amp; amount_t::operator=(const amount_t&amp; amt)
+{
+  if (this != &amp;amt) {
+    if (amt.quantity)
+      _copy(amt);
+    else if (quantity)
+      _clear();
+  }
+  return *this;
+}
 
-  mpz_set(new_amt-&gt;quantity, price);
-  new_amt-&gt;quantity_comm = price_comm;
+amount_t&amp; amount_t::operator=(const bool value)
+{
+  if (! value) {
+    if (quantity)
+      _clear();
+  } else {
+    commodity_ = NULL;
+    if (quantity)
+      _release();
+    quantity = &amp;true_value;
+    quantity-&gt;ref++;
+  }
+  return *this;
+}
 
-  return new_amt;
+amount_t&amp; amount_t::operator=(const long value)
+{
+  if (value == 0) {
+    if (quantity)
+      _clear();
+  } else {
+    commodity_ = NULL;
+    _init();
+    mpz_set_si(MPZ(quantity), value);
+  }
+  return *this;
 }
 
-amount * gmp_amount::value(const amount * pr) const
+amount_t&amp; amount_t::operator=(const unsigned long value)
 {
-  if (pr) {
-    const gmp_amount * p = dynamic_cast&lt;const gmp_amount *&gt;(pr);
-    assert(p);
+  if (value == 0) {
+    if (quantity)
+      _clear();
+  } else {
+    commodity_ = NULL;
+    _init();
+    mpz_set_ui(MPZ(quantity), value);
+  }
+  return *this;
+}
 
-    gmp_amount * new_amt = new gmp_amount();
+amount_t&amp; amount_t::operator=(const double value)
+{
+  if (value == 0.0) {
+    if (quantity)
+      _clear();
+  } else {
+    commodity_ = NULL;
+    _init();
+    mpz_set_d(MPZ(quantity), value);
+  }
+  return *this;
+}
 
-    multiply(new_amt-&gt;quantity, quantity, p-&gt;quantity);
 
-    // If the price we are multiplying by has no commodity, use the
-    // commodity of the current amount.
-    if (p-&gt;quantity_comm)
-      new_amt-&gt;quantity_comm = p-&gt;quantity_comm;
-    else
-      new_amt-&gt;quantity_comm = quantity_comm;
+void amount_t::_resize(unsigned int prec)
+{
+  assert(prec &lt; 256);
+
+  if (! quantity || prec == quantity-&gt;prec)
+    return;
 
-    if (new_amt-&gt;quantity_comm &amp;&amp;
-	new_amt-&gt;quantity_comm-&gt;precision &lt; MAX_PRECISION)
-      round(new_amt-&gt;quantity, new_amt-&gt;quantity,
-	    new_amt-&gt;quantity_comm-&gt;precision);
+  _dup();
 
-    return new_amt;
+  if (prec &lt; quantity-&gt;prec) {
+    mpz_ui_pow_ui(divisor, 10, quantity-&gt;prec - prec);
+    mpz_tdiv_q(MPZ(quantity), MPZ(quantity), divisor);
+  } else {
+    mpz_ui_pow_ui(divisor, 10, prec - quantity-&gt;prec);
+    mpz_mul(MPZ(quantity), MPZ(quantity), divisor);
   }
-  else if (! priced) {
-    return copy();
+
+  quantity-&gt;prec = prec;
+}
+
+
+amount_t&amp; amount_t::operator+=(const amount_t&amp; amt)
+{
+  if (! amt.quantity)
+    return *this;
+
+  if (! quantity) {
+    _copy(amt);
+    return *this;
   }
-  else {
-    gmp_amount * new_amt = new gmp_amount();
 
-    multiply(new_amt-&gt;quantity, quantity, price);
+  _dup();
 
-    new_amt-&gt;quantity_comm = price_comm;
-    if (new_amt-&gt;quantity_comm-&gt;precision &lt; MAX_PRECISION)
-      round(new_amt-&gt;quantity, new_amt-&gt;quantity,
-	    new_amt-&gt;quantity_comm-&gt;precision);
+  if (commodity_ != amt.commodity_)
+    throw amount_error(&quot;Adding amounts with different commodities&quot;);
 
-    return new_amt;
+  if (quantity-&gt;prec == amt.quantity-&gt;prec) {
+    mpz_add(MPZ(quantity), MPZ(quantity), MPZ(amt.quantity));
   }
+  else if (quantity-&gt;prec &lt; amt.quantity-&gt;prec) {
+    _resize(amt.quantity-&gt;prec);
+    mpz_add(MPZ(quantity), MPZ(quantity), MPZ(amt.quantity));
+  } else {
+    amount_t temp = amt;
+    temp._resize(quantity-&gt;prec);
+    mpz_add(MPZ(quantity), MPZ(quantity), MPZ(temp.quantity));
+  }
+
+  return *this;
 }
 
-amount * gmp_amount::street(std::time_t * when,
-			    bool use_history, bool download) const
+amount_t&amp; amount_t::operator-=(const amount_t&amp; amt)
 {
-  static std::time_t now = std::time(NULL);
-  if (! when)
-    when = &amp;now;
+  if (! amt.quantity)
+    return *this;
+
+  if (! quantity) {
+    quantity  = new bigint_t(*amt.quantity);
+    commodity_ = amt.commodity_;
+    mpz_neg(MPZ(quantity), MPZ(quantity));
+    return *this;
+  }
 
-  amount * amt = copy();
+  _dup();
 
-  if (! amt-&gt;commdty())
-    return amt;
+  if (commodity_ != amt.commodity_)
+    throw amount_error(&quot;Subtracting amounts with different commodities&quot;);
 
-  int  max = 10;
-  while (--max &gt;= 0) {
-    amount * price = amt-&gt;commdty()-&gt;price(when, use_history, download);
-    if (! price)
-      break;
+  if (quantity-&gt;prec == amt.quantity-&gt;prec) {
+    mpz_sub(MPZ(quantity), MPZ(quantity), MPZ(amt.quantity));
+  }
+  else if (quantity-&gt;prec &lt; amt.quantity-&gt;prec) {
+    _resize(amt.quantity-&gt;prec);
+    mpz_sub(MPZ(quantity), MPZ(quantity), MPZ(amt.quantity));
+  } else {
+    amount_t temp = amt;
+    temp._resize(quantity-&gt;prec);
+    mpz_sub(MPZ(quantity), MPZ(quantity), MPZ(temp.quantity));
+  }
 
-    amount * old = amt;
-    amt = amt-&gt;value(price);
+  return *this;
+}
 
-    if (amt-&gt;commdty() == old-&gt;commdty()) {
-      delete old;
-      break;
-    }
+amount_t&amp; amount_t::operator*=(const amount_t&amp; amt)
+{
+  if (! amt.quantity)
+    return (*this = amt);
+  else if (! quantity)
+    return *this;
+
+  _dup();
 
-    delete old;
+  mpz_mul(MPZ(quantity), MPZ(quantity), MPZ(amt.quantity));
+  quantity-&gt;prec += amt.quantity-&gt;prec;
+
+  unsigned int comm_prec = commodity().precision;
+  if (quantity-&gt;prec &gt; comm_prec + 6U) {
+    mpz_round(MPZ(quantity), MPZ(quantity), quantity-&gt;prec, comm_prec + 6U);
+    quantity-&gt;prec = comm_prec + 6U;
   }
 
-  return amt;
+  return *this;
 }
 
-void gmp_amount::set_value(const amount * val)
+amount_t&amp; amount_t::operator/=(const amount_t&amp; amt)
 {
-  assert(! priced);             // don't specify the pricing twice!
+  if (! amt.quantity)
+    throw amount_error(&quot;Divide by zero&quot;);
+  else if (! quantity)
+    return *this;
+
+  _dup();
+
+  // Increase the value's precision, to capture fractional parts after
+  // the divide.
+  mpz_ui_pow_ui(divisor, 10, amt.quantity-&gt;prec + 6);
+  mpz_mul(MPZ(quantity), MPZ(quantity), divisor);
+  mpz_tdiv_q(MPZ(quantity), MPZ(quantity), MPZ(amt.quantity));
+  quantity-&gt;prec += 6;
+
+  unsigned int comm_prec = commodity().precision;
+  if (quantity-&gt;prec &gt; comm_prec + 6U) {
+    mpz_round(MPZ(quantity), MPZ(quantity), quantity-&gt;prec, comm_prec + 6U);
+    quantity-&gt;prec = comm_prec + 6U;
+  }
 
-  const gmp_amount * v = dynamic_cast&lt;const gmp_amount *&gt;(val);
-  assert(v);
+  return *this;
+}
 
-  mpz_t quotient;
-  mpz_t remainder;
-  mpz_t addend;
+// unary negation
+void amount_t::negate()
+{
+  if (quantity) {
+    _dup();
+    mpz_neg(MPZ(quantity), MPZ(quantity));
+  }
+}
 
-  mpz_init(quotient);
-  mpz_init(remainder);
-  mpz_init(addend);
+int amount_t::sign() const
+{
+  return quantity ? mpz_sgn(MPZ(quantity)) : 0;
+}
 
-  mpz_ui_pow_ui(addend, 10, MAX_PRECISION);
+// comparisons between amounts
+#define AMOUNT_CMP_AMOUNT(OP)					\
+bool amount_t::operator OP(const amount_t&amp; amt) const		\
+{								\
+  if (! quantity)						\
+    return ! (amt OP 0);					\
+  if (! amt.quantity)						\
+    return *this OP 0;						\
+								\
+  if (commodity() &amp;&amp; amt.commodity() &amp;&amp;				\
+      commodity() != amt.commodity())                           \
+    return false;						\
+								\
+  if (quantity-&gt;prec == amt.quantity-&gt;prec) {			\
+    return mpz_cmp(MPZ(quantity), MPZ(amt.quantity)) OP 0;	\
+  }								\
+  else if (quantity-&gt;prec &lt; amt.quantity-&gt;prec) {		\
+    amount_t temp = *this;					\
+    temp._resize(amt.quantity-&gt;prec);				\
+    return mpz_cmp(MPZ(temp.quantity), MPZ(amt.quantity)) OP 0;	\
+  }								\
+  else {							\
+    amount_t temp = amt;					\
+    temp._resize(quantity-&gt;prec);				\
+    return mpz_cmp(MPZ(quantity), MPZ(temp.quantity)) OP 0;	\
+  }								\
+}
 
-  mpz_tdiv_qr(quotient, remainder, v-&gt;quantity, quantity);
-  mpz_mul(remainder, remainder, addend);
-  mpz_tdiv_q(remainder, remainder, quantity);
-  mpz_mul(quotient, quotient, addend);
-  mpz_add(quotient, quotient, remainder);
-  mpz_abs(quotient, quotient);
+AMOUNT_CMP_AMOUNT(&lt;)
+AMOUNT_CMP_AMOUNT(&lt;=)
+AMOUNT_CMP_AMOUNT(&gt;)
+AMOUNT_CMP_AMOUNT(&gt;=)
+AMOUNT_CMP_AMOUNT(==)
 
-  priced = true;
-  mpz_set(price, quotient);
-  price_comm = v-&gt;quantity_comm;
+amount_t::operator bool() const
+{
+  if (! quantity)
+    return false;
 
-  mpz_clear(quotient);
-  mpz_clear(remainder);
-  mpz_clear(addend);
+  if (quantity-&gt;prec &lt;= commodity().precision) {
+    return mpz_sgn(MPZ(quantity)) != 0;
+  } else {
+    mpz_set(temp, MPZ(quantity));
+    if (commodity_)
+      mpz_ui_pow_ui(divisor, 10, quantity-&gt;prec - commodity_-&gt;precision);
+    else
+      mpz_ui_pow_ui(divisor, 10, quantity-&gt;prec);
+    mpz_tdiv_q(temp, temp, divisor);
+    bool zero = mpz_sgn(temp) == 0;
+    return ! zero;
+  }
 }
 
-bool gmp_amount::is_zero() const
+amount_t::operator long() const
 {
-  mpz_t copy;
-  mpz_init_set(copy, quantity);
-  if (quantity_comm &amp;&amp; quantity_comm-&gt;precision &lt; MAX_PRECISION)
-    round(copy, copy, quantity_comm-&gt;precision);
-  bool zero = mpz_sgn(copy) == 0;
-  mpz_clear(copy);
-  return zero;
+  if (! quantity)
+    return 0;
+
+  mpz_set(temp, MPZ(quantity));
+  mpz_ui_pow_ui(divisor, 10, quantity-&gt;prec);
+  mpz_tdiv_q(temp, temp, divisor);
+  return mpz_get_si(temp);
 }
 
-bool gmp_amount::is_negative() const
+amount_t::operator double() const
 {
-  return mpz_sgn(quantity) &lt; 0;
+  if (! quantity)
+    return 0.0;
+
+  mpz_t remainder;
+  mpz_init(remainder);
+
+  mpz_set(temp, MPZ(quantity));
+  mpz_ui_pow_ui(divisor, 10, quantity-&gt;prec);
+  mpz_tdiv_qr(temp, remainder, temp, divisor);
+
+  char * quotient_s  = mpz_get_str(NULL, 10, temp);
+  char * remainder_s = mpz_get_str(NULL, 10, remainder);
+
+  std::ostringstream num;
+  num &lt;&lt; quotient_s &lt;&lt; '.' &lt;&lt; remainder_s;
+
+  std::free(quotient_s);
+  std::free(remainder_s);
+
+  mpz_clear(remainder);
+
+  return std::atof(num.str().c_str());
 }
 
-int gmp_amount::compare(const amount * other) const
+amount_t amount_t::value(const std::time_t moment) const
 {
-  amount * revalued = copy();
-  amount * copied   = other-&gt;copy();
-  revalued-&gt;negate();
-  copied-&gt;credit(revalued);
-  delete revalued;
-  int result = 1;
-  if (copied-&gt;is_zero())
-    result = 0;
-  else if (copied-&gt;is_negative())
-    result = -1;
-  delete copied;
-  return result;
+  if (quantity) {
+    commodity_t&amp; comm = commodity();
+    if (! (comm.flags &amp; COMMODITY_STYLE_NOMARKET))
+      if (amount_t amt = comm.value(moment))
+	return (amt * *this).round(comm.precision);
+  }
+  return *this;
+}
+
+amount_t amount_t::round(unsigned int prec) const
+{
+  if (! quantity || quantity-&gt;prec &lt;= prec)
+    return *this;
+
+  amount_t temp = *this;
+  temp._dup();
+
+  mpz_round(MPZ(temp.quantity), MPZ(temp.quantity), temp.quantity-&gt;prec, prec);
+  temp.quantity-&gt;prec = prec;
+
+  return temp;
 }
 
-static std::string amount_to_str(const commodity * comm, const mpz_t val,
-				 bool full_precision)
+std::string amount_t::quantity_string() const
 {
-  mpz_t temp;
+  if (! quantity)
+    return &quot;0&quot;;
+
+  std::ostringstream out;
+
   mpz_t quotient;
   mpz_t rquotient;
   mpz_t remainder;
-  mpz_t divisor;
-
-  bool negative = false;
-
-  mpz_init_set(temp, val);
 
   mpz_init(quotient);
   mpz_init(rquotient);
   mpz_init(remainder);
-  mpz_init(divisor);
 
-  if (comm == NULL)
-    full_precision = true;
+  bool negative = false;
 
-  if (! full_precision &amp;&amp; comm-&gt;precision &lt; MAX_PRECISION)
-    round(temp, temp, comm-&gt;precision);
+  // Ensure the value is rounded to the commodity's precision before
+  // outputting it.  NOTE: `rquotient' is used here as a temp variable!
 
-  mpz_ui_pow_ui(divisor, 10, MAX_PRECISION);
-  mpz_tdiv_qr(quotient, remainder, temp, divisor);
+  commodity_t&amp;   comm(commodity());
+  unsigned short precision;
 
-  if (mpz_sgn(quotient) &lt; 0 || mpz_sgn(remainder) &lt; 0)
+  if (comm == *commodity_t::null_commodity ||
+      comm.flags &amp; COMMODITY_STYLE_VARIABLE) {
+    mpz_ui_pow_ui(divisor, 10, quantity-&gt;prec);
+    mpz_tdiv_qr(quotient, remainder, MPZ(quantity), divisor);
+    precision = quantity-&gt;prec;
+  }
+  else if (comm.precision &lt; quantity-&gt;prec) {
+    mpz_round(rquotient, MPZ(quantity), quantity-&gt;prec,
+	      comm.precision);
+    mpz_ui_pow_ui(divisor, 10, comm.precision);
+    mpz_tdiv_qr(quotient, remainder, rquotient, divisor);
+    precision = comm.precision;
+  }
+  else if (comm.precision &gt; quantity-&gt;prec) {
+    mpz_ui_pow_ui(divisor, 10, comm.precision - quantity-&gt;prec);
+    mpz_mul(rquotient, MPZ(quantity), divisor);
+    mpz_ui_pow_ui(divisor, 10, comm.precision);
+    mpz_tdiv_qr(quotient, remainder, rquotient, divisor);
+    precision = comm.precision;
+  }
+  else if (quantity-&gt;prec) {
+    mpz_ui_pow_ui(divisor, 10, quantity-&gt;prec);
+    mpz_tdiv_qr(quotient, remainder, MPZ(quantity), divisor);
+    precision = quantity-&gt;prec;
+  }
+  else {
+    mpz_set(quotient, MPZ(quantity));
+    mpz_set_ui(remainder, 0);
+    precision = 0;
+  }
+
+  if (mpz_sgn(quotient) &lt; 0 || mpz_sgn(remainder) &lt; 0) {
     negative = true;
-  mpz_abs(quotient, quotient);
-  mpz_abs(remainder, remainder);
 
-  if (full_precision || comm-&gt;precision == MAX_PRECISION) {
-    mpz_set(rquotient, remainder);
+    mpz_abs(quotient, quotient);
+    mpz_abs(remainder, remainder);
+  }
+  mpz_set(rquotient, remainder);
+
+  if (negative)
+    out &lt;&lt; &quot;-&quot;;
+
+  if (mpz_sgn(quotient) == 0) {
+    out &lt;&lt; '0';
   } else {
-    assert(MAX_PRECISION - comm-&gt;precision &gt; 0);
-    mpz_ui_pow_ui(divisor, 10, MAX_PRECISION - comm-&gt;precision);
-    mpz_tdiv_qr(rquotient, remainder, remainder, divisor);
+    char * p = mpz_get_str(NULL, 10, quotient);
+    out &lt;&lt; p;
+    std::free(p);
   }
 
-  std::ostringstream s;
+  if (precision) {
+    out &lt;&lt; '.';
+
+    out.width(precision);
+    out.fill('0');
 
-  if (comm &amp;&amp; comm-&gt;prefix) {
-    s &lt;&lt; comm-&gt;symbol;
-    if (comm-&gt;separate)
-      s &lt;&lt; &quot; &quot;;
+    char * p = mpz_get_str(NULL, 10, rquotient);
+    out &lt;&lt; p;
+    std::free(p);
   }
 
-  if (negative)
-    s &lt;&lt; &quot;-&quot;;
+  mpz_clear(quotient);
+  mpz_clear(rquotient);
+  mpz_clear(remainder);
+
+  return out.str();
+}
+
+std::ostream&amp; operator&lt;&lt;(std::ostream&amp; _out, const amount_t&amp; amt)
+{
+  if (! amt.quantity) {
+    _out &lt;&lt; &quot;0&quot;;
+    return _out;
+  }
+
+  amount_t base(amt);
+  if (amt.commodity().larger) {
+    amount_t last(amt);
+    while (last.commodity().larger) {
+      last /= *last.commodity_-&gt;larger;
+      last.commodity_ = last.commodity_-&gt;larger-&gt;commodity_;
+      if (ledger::abs(last) &lt; 1)
+	break;
+      base = last;
+    }
+  }
+
+  std::ostringstream out;
 
-  if (mpz_sgn(quotient) == 0)
-    s &lt;&lt; '0';
-  else if (! comm || ! comm-&gt;thousands)
-    s &lt;&lt; quotient;
+  mpz_t quotient;
+  mpz_t rquotient;
+  mpz_t remainder;
+
+  mpz_init(quotient);
+  mpz_init(rquotient);
+  mpz_init(remainder);
+
+  bool negative = false;
+
+  // Ensure the value is rounded to the commodity's precision before
+  // outputting it.  NOTE: `rquotient' is used here as a temp variable!
+
+  commodity_t&amp;   comm(base.commodity());
+  unsigned short precision;
+
+  if (comm == *commodity_t::null_commodity ||
+      comm.flags &amp; COMMODITY_STYLE_VARIABLE) {
+    mpz_ui_pow_ui(divisor, 10, base.quantity-&gt;prec);
+    mpz_tdiv_qr(quotient, remainder, MPZ(base.quantity), divisor);
+    precision = base.quantity-&gt;prec;
+  }
+  else if (comm.precision &lt; base.quantity-&gt;prec) {
+    mpz_round(rquotient, MPZ(base.quantity), base.quantity-&gt;prec,
+	      comm.precision);
+    mpz_ui_pow_ui(divisor, 10, comm.precision);
+    mpz_tdiv_qr(quotient, remainder, rquotient, divisor);
+    precision = comm.precision;
+  }
+  else if (comm.precision &gt; base.quantity-&gt;prec) {
+    mpz_ui_pow_ui(divisor, 10, comm.precision - base.quantity-&gt;prec);
+    mpz_mul(rquotient, MPZ(base.quantity), divisor);
+    mpz_ui_pow_ui(divisor, 10, comm.precision);
+    mpz_tdiv_qr(quotient, remainder, rquotient, divisor);
+    precision = comm.precision;
+  }
+  else if (base.quantity-&gt;prec) {
+    mpz_ui_pow_ui(divisor, 10, base.quantity-&gt;prec);
+    mpz_tdiv_qr(quotient, remainder, MPZ(base.quantity), divisor);
+    precision = base.quantity-&gt;prec;
+  }
   else {
-    bool printed = false;
+    mpz_set(quotient, MPZ(base.quantity));
+    mpz_set_ui(remainder, 0);
+    precision = 0;
+  }
 
-    // jww (2003-09-29): use a smarter starting value for `powers'
-    for (int powers = 27; powers &gt;= 0; powers -= 3) {
-      mpz_ui_pow_ui(divisor, 10, powers);
-      mpz_tdiv_q(temp, quotient, divisor);
+  if (mpz_sgn(quotient) &lt; 0 || mpz_sgn(remainder) &lt; 0) {
+    negative = true;
 
-      if (mpz_sgn(temp) == 0)
-	continue;
+    mpz_abs(quotient, quotient);
+    mpz_abs(remainder, remainder);
+  }
+  mpz_set(rquotient, remainder);
 
-      mpz_ui_pow_ui(divisor, 10, 3);
-      mpz_tdiv_r(temp, temp, divisor);
+  if (mpz_sgn(quotient) == 0 &amp;&amp; mpz_sgn(rquotient) == 0) {
+    _out &lt;&lt; &quot;0&quot;;
+    return _out;
+  }
 
-      if (printed) {
-	s.width(3);
-	s.fill('0');
-      }
-      s &lt;&lt; temp;
+  if (! (comm.flags &amp; COMMODITY_STYLE_SUFFIXED)) {
+    if (comm.quote)
+      out &lt;&lt; &quot;\&quot;&quot; &lt;&lt; comm.symbol &lt;&lt; &quot;\&quot;&quot;;
+    else
+      out &lt;&lt; comm.symbol;
+    if (comm.flags &amp; COMMODITY_STYLE_SEPARATED)
+      out &lt;&lt; &quot; &quot;;
+  }
+
+  if (negative)
+    out &lt;&lt; &quot;-&quot;;
+
+  if (mpz_sgn(quotient) == 0) {
+    out &lt;&lt; '0';
+  }
+  else if (! (comm.flags &amp; COMMODITY_STYLE_THOUSANDS)) {
+    char * p = mpz_get_str(NULL, 10, quotient);
+    out &lt;&lt; p;
+    std::free(p);
+  }
+  else {
+    std::list&lt;std::string&gt; strs;
+    char buf[4];
 
+    for (int powers = 0; true; powers += 3) {
       if (powers &gt; 0) {
-	s &lt;&lt; (comm &amp;&amp; comm-&gt;european ? '.' : ',');
-	printed = true;
+	mpz_ui_pow_ui(divisor, 10, powers);
+	mpz_tdiv_q(temp, quotient, divisor);
+	if (mpz_sgn(temp) == 0)
+	  break;
+	mpz_tdiv_r_ui(temp, temp, 1000);
+      } else {
+	mpz_tdiv_r_ui(temp, quotient, 1000);
       }
+      mpz_get_str(buf, 10, temp);
+      strs.push_back(buf);
     }
-  }
 
-  s &lt;&lt; (comm &amp;&amp; comm-&gt;european ? ',' : '.');
+    bool printed = false;
 
-  if (comm &amp;&amp; (! full_precision || mpz_sgn(rquotient) == 0)) {
-    s.width(comm-&gt;precision);
-    s.fill('0');
-    s &lt;&lt; rquotient;
-  } else {
-    char buf[MAX_PRECISION + 1];
-    gmp_sprintf(buf, &quot;%Zd&quot;, rquotient);
+    for (std::list&lt;std::string&gt;::reverse_iterator i = strs.rbegin();
+	 i != strs.rend();
+	 i++) {
+      if (printed) {
+	out &lt;&lt; (comm.flags &amp; COMMODITY_STYLE_EUROPEAN ? '.' : ',');
+	out.width(3);
+	out.fill('0');
+      }
+      out &lt;&lt; *i;
 
-    int width = std::strlen(buf);
-    char * p = buf + (width - 1);
+      printed = true;
+    }
+  }
 
-    width = MAX_PRECISION - width;
+  if (precision) {
+    out &lt;&lt; ((comm.flags &amp; COMMODITY_STYLE_EUROPEAN) ? ',' : '.');
 
-    if (comm) {
-      while (p &gt;= buf &amp;&amp; *p == '0' &amp;&amp;
-	     (p - buf) &gt;= (comm-&gt;precision - width))
-	p--;
-      *(p + 1) = '\0';
-    }
+    out.width(precision);
+    out.fill('0');
 
-    s.width(width + std::strlen(buf));
-    s.fill('0');
-    s &lt;&lt; buf;
+    char * p = mpz_get_str(NULL, 10, rquotient);
+    out &lt;&lt; p;
+    std::free(p);
   }
 
-  if (comm &amp;&amp; ! comm-&gt;prefix) {
-    if (comm-&gt;separate)
-      s &lt;&lt; &quot; &quot;;
-    s &lt;&lt; comm-&gt;symbol;
+  if (comm.flags &amp; COMMODITY_STYLE_SUFFIXED) {
+    if (comm.flags &amp; COMMODITY_STYLE_SEPARATED)
+      out &lt;&lt; &quot; &quot;;
+    if (comm.quote)
+      out &lt;&lt; &quot;\&quot;&quot; &lt;&lt; comm.symbol &lt;&lt; &quot;\&quot;&quot;;
+    else
+      out &lt;&lt; comm.symbol;
   }
 
-  mpz_clear(temp);
   mpz_clear(quotient);
   mpz_clear(rquotient);
   mpz_clear(remainder);
-  mpz_clear(divisor);
 
-  return s.str();
+  // Things are output to a string first, so that if anyone has
+  // specified a width or fill for _out, it will be applied to the
+  // entire amount string, and not just the first part.
+
+  _out &lt;&lt; out.str();
+
+  return _out;
 }
 
-const std::string gmp_amount::as_str(bool full_prec) const
+void parse_quantity(std::istream&amp; in, std::string&amp; value)
 {
-  std::ostringstream s;
-
-  s &lt;&lt; amount_to_str(quantity_comm, quantity, full_prec);
+  char buf[256];
+  char c = peek_next_nonws(in);
+  READ_INTO(in, buf, 255, c,
+	    std::isdigit(c) || c == '-' || c == '.' || c == ',');
+  value = buf;
+}
 
-  if (priced) {
-    s &lt;&lt; &quot; @ &quot;;
-    s &lt;&lt; amount_to_str(price_comm, price, full_prec);
+void parse_commodity(std::istream&amp; in, std::string&amp; symbol)
+{
+  char buf[256];
+  char c = peek_next_nonws(in);
+  if (c == '&quot;') {
+    in.get(c);
+    READ_INTO(in, buf, 255, c, c != '&quot;');
+    if (c == '&quot;')
+      in.get(c);
+    else
+      throw amount_error(&quot;Quoted commodity symbol lacks closing quote&quot;);
+  } else {
+    READ_INTO(in, buf, 255, c, ! std::isspace(c) &amp;&amp; ! std::isdigit(c) &amp;&amp;
+	      c != '-' &amp;&amp; c != '.');
   }
-  return s.str();
+  symbol = buf;
 }
 
-static void parse_number(mpz_t out, const std::string&amp; number,
-			 commodity * comm)
+void amount_t::parse(std::istream&amp; in, unsigned short flags)
 {
-  const char * num = number.c_str();
+  // The possible syntax for an amount is:
+  //
+  //   [-]NUM[ ]SYM [@ AMOUNT]
+  //   SYM[ ][-]NUM [@ AMOUNT]
 
-  if (char * p = std::strchr(num, '/')) {
-    mpz_t numer;
-    mpz_t val;
+  std::string  symbol;
+  std::string  quant;
+  unsigned int comm_flags = COMMODITY_STYLE_DEFAULTS;;
 
-    // The number was specified as a numerator over denominator, such
-    // as 5250/100.  This gives us the precision, and avoids any
-    // nastiness having to do with international numbering formats.
+  char c = peek_next_nonws(in);
+  if (std::isdigit(c) || c == '.' || c == '-') {
+    parse_quantity(in, quant);
 
-    std::string numer_str(num, p - num);
-    mpz_init_set_str(numer, numer_str.c_str(), 10);
-    mpz_init(val);
+    char n;
+    if (! in.eof() &amp;&amp; ((n = in.peek()) != '\n')) {
+      if (std::isspace(n))
+	comm_flags |= COMMODITY_STYLE_SEPARATED;
 
-    int missing = MAX_PRECISION - (std::strlen(++p) - 1);
-    assert(missing &gt; 0);
-    mpz_ui_pow_ui(val, 10, missing);
+      parse_commodity(in, symbol);
 
-    mpz_mul(out, numer, val);
+      comm_flags |= COMMODITY_STYLE_SUFFIXED;
+    }
+  } else {
+    parse_commodity(in, symbol);
 
-    mpz_clear(numer);
-    mpz_clear(val);
+    if (std::isspace(in.peek()))
+      comm_flags |= COMMODITY_STYLE_SEPARATED;
+
+    parse_quantity(in, quant);
+  }
+
+  if (quant.empty())
+    throw amount_error(&quot;No quantity specified for amount&quot;);
+
+  _init();
+
+  std::string::size_type last_comma  = quant.rfind(',');
+  std::string::size_type last_period = quant.rfind('.');
+
+  if (last_comma != std::string::npos &amp;&amp; last_period != std::string::npos) {
+    comm_flags |= COMMODITY_STYLE_THOUSANDS;
+    if (last_comma &gt; last_period) {
+      comm_flags |= COMMODITY_STYLE_EUROPEAN;
+      quantity-&gt;prec = quant.length() - last_comma - 1;
+    } else {
+      quantity-&gt;prec = quant.length() - last_period - 1;
+    }
+  }
+  else if (last_comma != std::string::npos) {
+    comm_flags |= COMMODITY_STYLE_EUROPEAN;
+    quantity-&gt;prec = quant.length() - last_comma - 1;
+  }
+  else if (last_period != std::string::npos) {
+    quantity-&gt;prec = quant.length() - last_period - 1;
   }
   else {
-    static char buf[256];
+    quantity-&gt;prec = 0;
+  }
 
-    // The number is specified as the user desires, with the commodity
-    // telling us how to parse it.
+  // Create the commodity if has not already been seen, and update the
+  // precision if something greater was used for the quantity.
 
-    std::memset(buf, '0', 255);
-    std::strncpy(buf, num, std::strlen(num));
+  commodity_ = commodity_t::find_commodity(symbol, true);
+  if (! (flags &amp; AMOUNT_PARSE_NO_MIGRATE)) {
+    commodity_-&gt;flags |= comm_flags;
+    if (quantity-&gt;prec &gt; commodity_-&gt;precision)
+      commodity_-&gt;precision = quantity-&gt;prec;
+  }
 
-    if (comm &amp;&amp; comm-&gt;thousands)
-      while (char * t = std::strchr(buf, comm-&gt;european ? '.' : ','))
-	do { *t = *(t + 1); } while (*(t++ + 1));
+  // Now we have the final number.  Remove commas and periods, if
+  // necessary.
 
-    char * t = std::strchr(buf, (comm &amp;&amp; comm-&gt;european) ? ',' : '.');
-    if (! t)
-      t = buf + std::strlen(num);
+  if (last_comma != std::string::npos || last_period != std::string::npos) {
+    int		 len = quant.length();
+    char *	 buf = new char[len + 1];
+    const char * p   = quant.c_str();
+    char *	 t   = buf;
 
-    for (int prec = 0; prec &lt; MAX_PRECISION; prec++) {
-      *t = *(t + 1);
-      t++;
+    while (*p) {
+      if (*p == ',' || *p == '.')
+	p++;
+      *t++ = *p++;
     }
     *t = '\0';
 
-    mpz_set_str(out, buf, 10);
+    mpz_set_str(MPZ(quantity), buf, 10);
+    delete[] buf;
+  } else {
+    mpz_set_str(MPZ(quantity), quant.c_str(), 10);
   }
+
+  if (! (flags &amp; AMOUNT_PARSE_NO_REDUCE))
+    reduce();
 }
 
-static commodity * parse_amount(mpz_t out, const char * num,
-				int matched, int * ovector, int base)
+void amount_t::reduce()
 {
-  static char buf[256];
+  while (commodity_ &amp;&amp; commodity_-&gt;smaller) {
+    *this *= *commodity_-&gt;smaller;
+    commodity_ = commodity_-&gt;smaller-&gt;commodity_;
+  }
+}
 
-  bool saw_commodity = false;
-  bool prefix        = false;
-  bool separate      = true;
-  bool thousands     = true;
-  bool european      = false;
+void amount_t::parse(const std::string&amp; str, unsigned short flags)
+{
+  std::istringstream stream(str);
+  parse(stream, flags);
+}
 
-  std::string symbol;
-  int precision, result;
+void parse_conversion(const std::string&amp; larger_str,
+		      const std::string&amp; smaller_str)
+{
+  amount_t larger, smaller;
 
-  if (ovector[base * 2] &gt;= 0) {
-    // A prefix symbol was found
-    saw_commodity = true;
-    prefix = true;
-    separate = ovector[(base + 2) * 2] != ovector[(base + 2) * 2 + 1];
-    result = pcre_copy_substring(num, ovector, matched, base + 1, buf, 255);
-    assert(result &gt;= 0);
-    symbol = buf;
-  }
+  larger.parse(larger_str.c_str(), AMOUNT_PARSE_NO_REDUCE);
+  smaller.parse(smaller_str.c_str(), AMOUNT_PARSE_NO_REDUCE);
 
-  // This is the value, and must be present
-  assert(ovector[(base + 3) * 2] &gt;= 0);
-  result = pcre_copy_substring(num, ovector, matched, base + 3, buf, 255);
-  assert(result &gt;= 0);
+  larger *= smaller;
 
-  // Where &quot;thousands&quot; markers used?  Is it a european number?
-  if (char * p = std::strrchr(buf, ',')) {
-    if (std::strchr(p, '.'))
-      thousands = true;
-    else
-      european = true;
+  if (larger.commodity()) {
+    larger.commodity().smaller = new amount_t(smaller);
+    larger.commodity().flags   = smaller.commodity().flags;
   }
+  if (smaller.commodity())
+    smaller.commodity().larger = new amount_t(larger);
+}
 
-  // Determine the precision used
-  if (char * p = std::strchr(buf, european ? ',' : '.'))
-    precision = std::strlen(++p);
-  else if (char * p = std::strchr(buf, '/'))
-    precision = std::strlen(++p) - 1;
-  else
-    precision = 0;
 
-  // Parse the actual quantity
-  std::string value_str = buf;
-
-  if (ovector[(base + 4) * 2] &gt;= 0) {
-    // A suffix symbol was found
-    saw_commodity = true;
-    prefix = false;
-    separate = ovector[(base + 5) * 2] != ovector[(base + 5) * 2 + 1];
-    result = pcre_copy_substring(num, ovector, matched, base + 6, buf, 255);
-    assert(result &gt;= 0);
-    symbol = buf;
-  }
-
-  commodity * comm = NULL;
-  if (saw_commodity) {
-    commodities_map_iterator item =
-      main_ledger-&gt;commodities.find(symbol.c_str());
-    if (item == main_ledger-&gt;commodities.end())
-      comm = new commodity(symbol, prefix, separate, thousands,
-			   european, precision);
-    else
-      comm = (*item).second;
+char *	     bigints;
+char *	     bigints_next;
+unsigned int bigints_index;
+unsigned int bigints_count;
+
+void amount_t::read_quantity(char *&amp; data)
+{
+  char byte = *data++;;
+
+  if (byte == 0) {
+    quantity = NULL;
   }
+  else if (byte == 1) {
+    quantity = new((bigint_t *)bigints_next) bigint_t;
+    bigints_next += sizeof(bigint_t);
+    quantity-&gt;flags |= BIGINT_BULK_ALLOC;
+
+    unsigned short len = *((unsigned short *) data);
+    data += sizeof(unsigned short);
+    mpz_import(MPZ(quantity), len / sizeof(short), 1, sizeof(short),
+	       0, 0, data);
+    data += len;
+
+    char negative = *data++;
+    if (negative)
+      mpz_neg(MPZ(quantity), MPZ(quantity));
+
+    quantity-&gt;prec = *((unsigned short *) data);
+    data += sizeof(unsigned short);
+  } else {
+    unsigned int index = *((unsigned int *) data);
+    data += sizeof(unsigned int);
 
-  parse_number(out, value_str.c_str(), comm);
+    quantity = (bigint_t *) (bigints + (index - 1) * sizeof(bigint_t));
+    quantity-&gt;ref++;
+  }
+}
 
-  return comm;
+static char buf[4096];
+
+void amount_t::read_quantity(std::istream&amp; in)
+{
+  char byte;
+  in.read(&amp;byte, sizeof(byte));
+
+  if (byte == 0) {
+    quantity = NULL;
+  }
+  else if (byte == 1) {
+    quantity = new bigint_t;
+
+    unsigned short len;
+    in.read((char *)&amp;len, sizeof(len));
+    assert(len &lt; 4096);
+    in.read(buf, len);
+    mpz_import(MPZ(quantity), len / sizeof(short), 1, sizeof(short),
+	       0, 0, buf);
+
+    char negative;
+    in.read(&amp;negative, sizeof(negative));
+    if (negative)
+      mpz_neg(MPZ(quantity), MPZ(quantity));
+
+    in.read((char *)&amp;quantity-&gt;prec, sizeof(quantity-&gt;prec));
+  }
+  else {
+    assert(0);
+  }
 }
 
-void gmp_amount::parse(const std::string&amp; number)
+void amount_t::write_quantity(std::ostream&amp; out) const
 {
-  // Compile the regular expression used for parsing amounts
-  static pcre * re = NULL;
-  if (! re) {
-    const char *error;
-    int erroffset;
-    static const std::string amount_re =
-      &quot;(([^-0-9/., ]+)(\\s*))?([-0-9/.,]+)((\\s*)([^-0-9/., @]+))?&quot;;
-    const std::string regexp =
-      &quot;^&quot; + amount_re + &quot;(\\s*@\\s*&quot; + amount_re + &quot;)?$&quot;;
-    re = pcre_compile(regexp.c_str(), 0, &amp;error, &amp;erroffset, NULL);
+  char byte;
+
+  if (! quantity) {
+    byte = 0;
+    out.write(&amp;byte, sizeof(byte));
+    return;
   }
 
-  int ovector[60];
-  int matched;
+  if (quantity-&gt;index == 0) {
+    quantity-&gt;index = ++bigints_index;
+    bigints_count++;
 
-  matched = pcre_exec(re, NULL, number.c_str(), number.length(),
-		      0, 0, ovector, 60);
-  if (matched &gt; 0) {
-    quantity_comm = parse_amount(quantity, number.c_str(), matched,
-				 ovector, 1);
+    byte = 1;
+    out.write(&amp;byte, sizeof(byte));
 
-    // If the following succeeded, then we have a price
-    if (ovector[8 * 2] &gt;= 0) {
-      priced = true;
-      price_comm = parse_amount(price, number.c_str(), matched,
-				ovector, 9);
+    std::size_t size;
+    mpz_export(buf, &amp;size, 1, sizeof(short), 0, 0, MPZ(quantity));
+    unsigned short len = size * sizeof(short);
+    out.write((char *)&amp;len, sizeof(len));
+    if (len) {
+      assert(len &lt; 4096);
+      out.write(buf, len);
     }
+
+    byte = mpz_sgn(MPZ(quantity)) &lt; 0 ? 1 : 0;
+    out.write(&amp;byte, sizeof(byte));
+
+    out.write((char *)&amp;quantity-&gt;prec, sizeof(quantity-&gt;prec));
   } else {
-    std::cerr &lt;&lt; &quot;Failed to parse amount: &quot; &lt;&lt; number &lt;&lt; std::endl;
+    assert(quantity-&gt;ref &gt; 1);
+
+    // Since this value has already been written, we simply write
+    // out a reference to which one it was.
+    byte = 2;
+    out.write(&amp;byte, sizeof(byte));
+    out.write((char *)&amp;quantity-&gt;index, sizeof(quantity-&gt;index));
   }
 }
 
-void gmp_amount::credit(const amount * value)
+bool amount_t::valid() const
 {
-  const gmp_amount * val = dynamic_cast&lt;const gmp_amount *&gt;(value);
-  assert(quantity_comm == val-&gt;quantity_comm);
-  mpz_add(quantity, quantity, val-&gt;quantity);
+  if (quantity) {
+    if (! commodity_)
+      return false;
+
+    if (quantity-&gt;ref == 0)
+      return false;
+  }
+  else if (commodity_) {
+    return false;
+  }
+
+  return true;
+}
+
+
+void commodity_t::add_price(const std::time_t date, const amount_t&amp; price)
+{
+  if (! history)
+    history = new history_t;
+
+  history_map::iterator i = history-&gt;prices.find(date);
+  if (i != history-&gt;prices.end()) {
+    (*i).second = price;
+  } else {
+    std::pair&lt;history_map::iterator, bool&gt; result
+      = history-&gt;prices.insert(history_pair(date, price));
+    assert(result.second);
+  }
+}
+
+commodity_t * commodity_t::find_commodity(const std::string&amp; symbol,
+					  bool auto_create)
+{
+  commodities_map::const_iterator i = commodities.find(symbol);
+  if (i != commodities.end())
+    return (*i).second;
+
+  if (auto_create) {
+    commodity_t * commodity = new commodity_t(symbol);
+    add_commodity(commodity);
+    return commodity;
+  }
+
+  return NULL;
+}
+
+amount_t commodity_t::value(const std::time_t moment)
+{
+  std::time_t age = 0;
+  amount_t    price;
+
+  if (! history)
+    return price;
+
+  for (history_map::reverse_iterator i = history-&gt;prices.rbegin();
+       i != history-&gt;prices.rend();
+       i++)
+    if (moment == 0 || std::difftime(moment, (*i).first) &gt;= 0) {
+      age   = (*i).first;
+      price = (*i).second;
+      break;
+    }
+
+  if (updater)
+    (*updater)(*this, moment, age,
+	       (history-&gt;prices.size() &gt; 0 ?
+		(*history-&gt;prices.rbegin()).first : 0), price);
+
+  return price;
 }
 
 } // namespace ledger
+
+#ifdef USE_BOOST_PYTHON
+
+#include &lt;boost/python.hpp&gt;
+#include &lt;Python.h&gt;
+
+using namespace boost::python;
+using namespace ledger;
+
+void py_parse_1(amount_t&amp; amount, const std::string&amp; str,
+		unsigned short flags) {
+  amount.parse(str, flags);
+}
+void py_parse_2(amount_t&amp; amount, const std::string&amp; str) {
+  amount.parse(str);
+}
+
+struct commodity_updater_wrap : public commodity_t::updater_t
+{
+  PyObject * self;
+  commodity_updater_wrap(PyObject * self_) : self(self_) {}
+
+  virtual void operator()(commodity_t&amp;      commodity,
+			  const std::time_t moment,
+			  const std::time_t date,
+			  const std::time_t last,
+			  amount_t&amp;         price) {
+    call_method&lt;void&gt;(self, &quot;__call__&quot;, commodity, moment, date, last, price);
+  }
+};
+
+commodity_t * py_find_commodity_1(const std::string&amp; symbol)
+{
+  return commodity_t::find_commodity(symbol);
+}
+
+commodity_t * py_find_commodity_2(const std::string&amp; symbol, bool auto_create)
+{
+  return commodity_t::find_commodity(symbol, auto_create);
+}
+
+#define EXC_TRANSLATOR(type)				\
+  void exc_translate_ ## type(const type&amp; err) {	\
+    PyErr_SetString(PyExc_RuntimeError, err.what());	\
+  }
+
+EXC_TRANSLATOR(amount_error)
+
+void export_amount()
+{
+  scope().attr(&quot;AMOUNT_PARSE_NO_MIGRATE&quot;) = AMOUNT_PARSE_NO_MIGRATE;
+  scope().attr(&quot;AMOUNT_PARSE_NO_REDUCE&quot;)  = AMOUNT_PARSE_NO_REDUCE;
+
+  class_&lt; amount_t &gt; (&quot;Amount&quot;)
+    .def(init&lt;amount_t&gt;())
+    .def(init&lt;std::string&gt;())
+    .def(init&lt;char *&gt;())
+    .def(init&lt;bool&gt;())
+    .def(init&lt;long&gt;())
+    .def(init&lt;unsigned long&gt;())
+    .def(init&lt;double&gt;())
+
+    .def(&quot;commodity&quot;, &amp;amount_t::commodity,
+	 return_value_policy&lt;reference_existing_object&gt;())
+    .def(&quot;set_commodity&quot;, &amp;amount_t::set_commodity)
+    .def(&quot;clear_commodity&quot;, &amp;amount_t::clear_commodity)
+    .def(&quot;quantity_string&quot;, &amp;amount_t::quantity_string)
+
+    .def(self += self)
+    .def(self += long())
+    .def(self +  self)
+    .def(self +  long())
+    .def(self -= self)
+    .def(self -= long())
+    .def(self -  self)
+    .def(self -  long())
+    .def(self *= self)
+    .def(self *= long())
+    .def(self *  self)
+    .def(self *  long())
+    .def(self /= self)
+    .def(self /= long())
+    .def(self /  self)
+    .def(self /  long())
+    .def(- self)
+
+    .def(self &lt;  self)
+    .def(self &lt;  long())
+    .def(self &lt;= self)
+    .def(self &lt;= long())
+    .def(self &gt;  self)
+    .def(self &gt;  long())
+    .def(self &gt;= self)
+    .def(self &gt;= long())
+    .def(self == self)
+    .def(self == long())
+    .def(self != self)
+    .def(self != long())
+    .def(! self)
+
+    .def(self_ns::int_(self))
+    .def(self_ns::float_(self))
+    .def(self_ns::str(self))
+    .def(abs(self))
+
+    .def(&quot;negate&quot;, &amp;amount_t::negate)
+    .def(&quot;parse&quot;, py_parse_1)
+    .def(&quot;parse&quot;, py_parse_2)
+    .def(&quot;reduce&quot;, &amp;amount_t::reduce)
+    .def(&quot;valid&quot;, &amp;amount_t::valid)
+    ;
+
+  class_&lt; commodity_t::updater_t, commodity_updater_wrap, boost::noncopyable &gt;
+    (&quot;Updater&quot;)
+    ;
+
+  scope().attr(&quot;COMMODITY_STYLE_DEFAULTS&quot;)  = COMMODITY_STYLE_DEFAULTS;
+  scope().attr(&quot;COMMODITY_STYLE_SUFFIXED&quot;)  = COMMODITY_STYLE_SUFFIXED;
+  scope().attr(&quot;COMMODITY_STYLE_SEPARATED&quot;) = COMMODITY_STYLE_SEPARATED;
+  scope().attr(&quot;COMMODITY_STYLE_EUROPEAN&quot;)  = COMMODITY_STYLE_EUROPEAN;
+  scope().attr(&quot;COMMODITY_STYLE_THOUSANDS&quot;) = COMMODITY_STYLE_THOUSANDS;
+  scope().attr(&quot;COMMODITY_STYLE_NOMARKET&quot;)  = COMMODITY_STYLE_NOMARKET;
+  scope().attr(&quot;COMMODITY_STYLE_VARIABLE&quot;)  = COMMODITY_STYLE_VARIABLE;
+
+  class_&lt; commodity_t &gt; (&quot;Commodity&quot;)
+    .def(init&lt;std::string, optional&lt;unsigned int, unsigned int&gt; &gt;())
+
+    .def_readonly(&quot;symbol&quot;, &amp;commodity_t::symbol)
+    .def(&quot;set_symbol&quot;, &amp;commodity_t::set_symbol)
+    .def_readwrite(&quot;name&quot;, &amp;commodity_t::name)
+    .def_readwrite(&quot;note&quot;, &amp;commodity_t::name)
+    .def_readwrite(&quot;precision&quot;, &amp;commodity_t::precision)
+    .def_readwrite(&quot;flags&quot;, &amp;commodity_t::flags)
+    .def_readwrite(&quot;ident&quot;, &amp;commodity_t::ident)
+    .def_readwrite(&quot;updater&quot;, &amp;commodity_t::updater)
+    .add_property(&quot;smaller&quot;,
+		  make_getter(&amp;commodity_t::smaller,
+			      return_value_policy&lt;reference_existing_object&gt;()))
+    .add_property(&quot;larger&quot;,
+		  make_getter(&amp;commodity_t::larger,
+			      return_value_policy&lt;reference_existing_object&gt;()))
+
+    .def(self_ns::str(self))
+
+    .def(&quot;add_price&quot;, &amp;commodity_t::add_price)
+    .def(&quot;remove_price&quot;, &amp;commodity_t::remove_price)
+    .def(&quot;value&quot;, &amp;commodity_t::value)
+
+    .def(&quot;valid&quot;, &amp;commodity_t::valid)
+    ;
+
+  def(&quot;add_commodity&quot;, &amp;commodity_t::add_commodity);
+  def(&quot;remove_commodity&quot;, &amp;commodity_t::remove_commodity);
+  def(&quot;find_commodity&quot;, py_find_commodity_1,
+      return_value_policy&lt;reference_existing_object&gt;());
+  def(&quot;find_commodity&quot;, py_find_commodity_2,
+      return_value_policy&lt;reference_existing_object&gt;());
+
+#define EXC_TRANSLATE(type)					\
+  register_exception_translator&lt;type&gt;(&amp;exc_translate_ ## type);
+
+  EXC_TRANSLATE(amount_error);
+}
+
+#endif // USE_BOOST_PYTHON</diff>
      <filename>amount.cc</filename>
    </modified>
    <modified>
      <diff>@@ -1,24 +1,38 @@
+#include &quot;gnucash.h&quot;
+#include &quot;journal.h&quot;
+#include &quot;format.h&quot;
+#include &quot;error.h&quot;
+
+#include &lt;iostream&gt;
 #include &lt;sstream&gt;
 #include &lt;cstring&gt;
 
-#include &quot;ledger.h&quot;
-
 extern &quot;C&quot; {
 #include &lt;xmlparse.h&gt;           // expat XML parser
 }
 
 namespace ledger {
 
-static account *    curr_account;
-static std::string  curr_account_id;
-static entry *      curr_entry;
-static commodity *  entry_comm;
-static commodity *  curr_comm;
-static amount *     curr_value;
-static std::string  curr_quant;
-static XML_Parser   current_parser;
-static accounts_map accounts_by_id;
-static bool	    do_compute;
+typedef std::map&lt;const std::string, account_t *&gt;  accounts_map;
+typedef std::pair&lt;const std::string, account_t *&gt; accounts_pair;
+
+typedef std::map&lt;account_t *, commodity_t *&gt;  account_comm_map;
+typedef std::pair&lt;account_t *, commodity_t *&gt; account_comm_pair;
+
+static journal_t *	curr_journal;
+static account_t *	master_account;
+static account_t *	curr_account;
+static std::string	curr_account_id;
+static entry_t *	curr_entry;
+static commodity_t *	entry_comm;
+static commodity_t *	curr_comm;
+static amount_t		curr_value;
+static amount_t		curr_quant;
+static XML_Parser	current_parser;
+static accounts_map	accounts_by_id;
+static account_comm_map	account_comms;
+static unsigned int	count;
+static std::string	have_error;
 
 static enum {
   NO_ACTION,
@@ -43,8 +57,7 @@ static enum {
 static void startElement(void *userData, const char *name, const char **atts)
 {
   if (std::strcmp(name, &quot;gnc:account&quot;) == 0) {
-    assert(! curr_account);
-    curr_account = new account;
+    curr_account = new account_t(master_account);
   }
   else if (std::strcmp(name, &quot;act:name&quot;) == 0)
     action = ACCOUNT_NAME;
@@ -54,7 +67,7 @@ static void startElement(void *userData, const char *name, const char **atts)
     action = ACCOUNT_PARENT;
   else if (std::strcmp(name, &quot;gnc:commodity&quot;) == 0) {
     assert(! curr_comm);
-    curr_comm = new commodity;
+    curr_comm = new commodity_t(&quot;&quot;);
   }
   else if (std::strcmp(name, &quot;cmdty:id&quot;) == 0)
     action = COMM_SYM;
@@ -64,7 +77,7 @@ static void startElement(void *userData, const char *name, const char **atts)
     action = COMM_PREC;
   else if (std::strcmp(name, &quot;gnc:transaction&quot;) == 0) {
     assert(! curr_entry);
-    curr_entry = new entry(main_ledger);
+    curr_entry = new entry_t;
   }
   else if (std::strcmp(name, &quot;trn:num&quot;) == 0)
     action = ENTRY_NUM;
@@ -76,7 +89,7 @@ static void startElement(void *userData, const char *name, const char **atts)
     action = ENTRY_DESC;
   else if (std::strcmp(name, &quot;trn:split&quot;) == 0) {
     assert(curr_entry);
-    curr_entry-&gt;xacts.push_back(new transaction());
+    curr_entry-&gt;add_transaction(new transaction_t(curr_account));
   }
   else if (std::strcmp(name, &quot;split:reconciled-state&quot;) == 0)
     action = XACT_STATE;
@@ -92,32 +105,52 @@ static void startElement(void *userData, const char *name, const char **atts)
     action = XACT_NOTE;
 }
 
-
 static void endElement(void *userData, const char *name)
 {
   if (std::strcmp(name, &quot;gnc:account&quot;) == 0) {
     assert(curr_account);
-    if (! curr_account-&gt;parent)
-      main_ledger-&gt;accounts.insert(accounts_map_pair(curr_account-&gt;name,
-						    curr_account));
-    accounts_by_id.insert(accounts_map_pair(curr_account_id, curr_account));
+    if (curr_account-&gt;parent == master_account)
+      curr_journal-&gt;add_account(curr_account);
+    accounts_by_id.insert(accounts_pair(curr_account_id, curr_account));
     curr_account = NULL;
   }
   else if (std::strcmp(name, &quot;gnc:commodity&quot;) == 0) {
     assert(curr_comm);
-    main_ledger-&gt;commodities.insert(commodities_map_pair(curr_comm-&gt;symbol,
-							curr_comm));
+    commodity_t::add_commodity(curr_comm);
     curr_comm = NULL;
   }
   else if (std::strcmp(name, &quot;gnc:transaction&quot;) == 0) {
     assert(curr_entry);
-    assert(curr_entry-&gt;validate());
-    main_ledger-&gt;entries.push_back(curr_entry);
+    if (! curr_journal-&gt;add_entry(curr_entry)) {
+      print_entry(std::cerr, *curr_entry);
+      have_error = &quot;The above entry does not balance&quot;;
+      delete curr_entry;
+    } else {
+      count++;
+    }
     curr_entry = NULL;
   }
   action = NO_ACTION;
 }
 
+
+static amount_t convert_number(const std::string&amp; number)
+{
+  const char * num = number.c_str();
+
+  if (char * p = std::strchr(num, '/')) {
+    std::string numer_str(num, p - num);
+    std::string denom_str(p + 1);
+
+    amount_t amt(numer_str);
+    amount_t den(denom_str);
+
+    return amt / den;
+  } else {
+    return amount_t(number);
+  }
+}
+
 static void dataHandler(void *userData, const char *s, int len)
 {
   switch (action) {
@@ -130,21 +163,31 @@ static void dataHandler(void *userData, const char *s, int len)
     break;
 
   case ACCOUNT_PARENT: {
-    accounts_map_iterator i = accounts_by_id.find(std::string(s, len));
+    accounts_map::iterator i = accounts_by_id.find(std::string(s, len));
     assert(i != accounts_by_id.end());
     curr_account-&gt;parent = (*i).second;
-    (*i).second-&gt;children.insert(accounts_map_pair(curr_account-&gt;name,
-						   curr_account));
+    curr_account-&gt;depth  = curr_account-&gt;parent-&gt;depth + 1;
+    (*i).second-&gt;add_account(curr_account);
     break;
   }
 
   case COMM_SYM:
-    if (curr_comm)
-      curr_comm-&gt;symbol = std::string(s, len);
-    else if (curr_account)
-      curr_account-&gt;comm = main_ledger-&gt;commodities[std::string(s, len)];
-    else if (curr_entry)
-      entry_comm = main_ledger-&gt;commodities[std::string(s, len)];
+    if (curr_comm) {
+      curr_comm-&gt;set_symbol(std::string(s, len));
+    }
+    else if (curr_account) {
+      std::string symbol(s, len);
+      commodity_t * comm = commodity_t::find_commodity(symbol, true);
+      if (symbol != &quot;$&quot; &amp;&amp; symbol != &quot;USD&quot;)
+	comm-&gt;flags |= COMMODITY_STYLE_SEPARATED;
+      account_comms.insert(account_comm_pair(curr_account, comm));
+    }
+    else if (curr_entry) {
+      std::string symbol(s, len);
+      entry_comm = commodity_t::find_commodity(symbol, true);
+      if (symbol != &quot;$&quot; &amp;&amp; symbol != &quot;USD&quot;)
+	entry_comm-&gt;flags |= COMMODITY_STYLE_SEPARATED;
+    }
     break;
 
   case COMM_NAME:
@@ -167,57 +210,62 @@ static void dataHandler(void *userData, const char *s, int len)
   }
 
   case ENTRY_DESC:
-    curr_entry-&gt;desc = std::string(s, len);
+    curr_entry-&gt;payee = std::string(s, len);
     break;
 
   case XACT_STATE:
-    curr_entry-&gt;cleared = (*s == 'y' || *s == 'c');
+    if (*s == 'y')
+      curr_entry-&gt;state = entry_t::PENDING;
+    else
+      curr_entry-&gt;state = entry_t::CLEARED;
     break;
 
-  case XACT_VALUE: {
+  case XACT_VALUE:
     assert(entry_comm);
-    std::string value = std::string(s, len) + &quot; &quot; + entry_comm-&gt;symbol;
-    curr_value = create_amount(value.c_str());
+    curr_value = convert_number(std::string(s, len));
+    curr_value.set_commodity(*entry_comm);
     break;
-  }
 
   case XACT_QUANTITY:
-    curr_quant = std::string(s, len);
+    curr_quant = convert_number(std::string(s, len));
     break;
 
   case XACT_ACCOUNT: {
-    accounts_map_iterator i = accounts_by_id.find(std::string(s, len));
-    if (i == accounts_by_id.end()) {
-      std::cerr &lt;&lt; &quot;Could not find account &quot; &lt;&lt; std::string(s, len)
-		&lt;&lt; std::endl;
-      std::exit(1);
-    }
+    transaction_t * xact = curr_entry-&gt;transactions.back();
 
-    transaction * xact = curr_entry-&gt;xacts.back();
-    xact-&gt;acct = (*i).second;
+    accounts_map::iterator i = accounts_by_id.find(std::string(s, len));
+    if (i != accounts_by_id.end()) {
+      xact-&gt;account = (*i).second;
+    } else {
+      xact-&gt;account = curr_journal-&gt;find_account(&quot;&lt;Unknown&gt;&quot;);
 
-    std::string value = curr_quant + &quot; &quot; + xact-&gt;acct-&gt;comm-&gt;symbol;
-
-    if (curr_value-&gt;commdty() == xact-&gt;acct-&gt;comm) {
-      // assert: value must be equal to curr_value.
-      delete curr_value;
-      curr_value = NULL;
+      have_error = (std::string(&quot;Could not find account &quot;) +
+		    std::string(s, len));
     }
 
-    xact-&gt;cost = create_amount(value.c_str(), curr_value);
+    amount_t value;
+
+    account_comm_map::iterator ac = account_comms.find(xact-&gt;account);
+    if (ac != account_comms.end()) {
+      commodity_t * default_commodity = (*ac).second;
 
-    if (curr_value) {
-      delete curr_value;
-      curr_value = NULL;
+      curr_quant.set_commodity(*default_commodity);
+      value = curr_quant.round(default_commodity-&gt;precision);
+
+      if (curr_value.commodity() == *default_commodity)
+	curr_value = value;
+    } else {
+      value = curr_quant;
     }
 
-    if (do_compute)
-      xact-&gt;acct-&gt;balance.credit(xact-&gt;cost);
+    xact-&gt;amount = value;
+    if (value != curr_value)
+      xact-&gt;cost = new amount_t(curr_value);
     break;
   }
 
   case XACT_NOTE:
-    curr_entry-&gt;xacts.back()-&gt;note = std::string(s, len);
+    curr_entry-&gt;transactions.back()-&gt;note = std::string(s, len);
     break;
 
   case NO_ACTION:
@@ -231,25 +279,38 @@ static void dataHandler(void *userData, const char *s, int len)
   }
 }
 
-book * parse_gnucash(std::istream&amp; in, bool compute_balances)
+bool gnucash_parser_t::test(std::istream&amp; in) const
 {
-  char buf[BUFSIZ];
+  char buf[128];
+  in.getline(buf, 127);
+  in.seekg(0, std::ios::beg);
 
-  book * ledger = new book;
+  return std::strncmp(buf, &quot;&lt;?xml version=\&quot;1.0\&quot;?&gt;&quot;, 21) == 0;
+}
 
-  main_ledger  = ledger;
-  do_compute   = compute_balances;
-  action       = NO_ACTION;
-  curr_account = NULL;
-  curr_entry   = NULL;
-  curr_value   = NULL;
-  curr_comm    = NULL;
-  entry_comm   = NULL;
+unsigned int gnucash_parser_t::parse(std::istream&amp;	 in,
+				     journal_t *	 journal,
+				     account_t *	 master,
+				     const std::string * original_file)
+{
+  char buf[BUFSIZ];
+
+  count		 = 0;
+  action	 = NO_ACTION;
+  curr_journal	 = journal;
+  master_account = master ? master : journal-&gt;master;
+  curr_account	 = NULL;
+  curr_entry	 = NULL;
+  curr_comm	 = NULL;
+  entry_comm	 = NULL;
 
   // GnuCash uses the USD commodity without defining it, which really
-  // means to use $.
-  commodity * usd = new commodity(&quot;$&quot;, true, false, true, false, 2);
-  main_ledger-&gt;commodities.insert(commodities_map_pair(&quot;USD&quot;, usd));
+  // means $.
+  commodity_t * usd;
+  usd = new commodity_t(&quot;$&quot;, 2, COMMODITY_STYLE_THOUSANDS);
+  commodity_t::add_commodity(usd, &quot;$&quot;);
+  usd = new commodity_t(&quot;$&quot;, 2, COMMODITY_STYLE_THOUSANDS);
+  commodity_t::add_commodity(usd, &quot;USD&quot;);
 
   XML_Parser parser = XML_ParserCreate(NULL);
   current_parser = parser;
@@ -259,23 +320,48 @@ book * parse_gnucash(std::istream&amp; in, bool compute_balances)
 
   while (! in.eof()) {
     in.getline(buf, BUFSIZ - 1);
-
     if (! XML_Parse(parser, buf, std::strlen(buf), in.eof())) {
-      std::cerr &lt;&lt; XML_ErrorString(XML_GetErrorCode(parser))
-		&lt;&lt; &quot; at line &quot; &lt;&lt; XML_GetCurrentLineNumber(parser)
-		&lt;&lt; std::endl;
-      return NULL;
+      unsigned long line = XML_GetCurrentLineNumber(parser);
+      const char *  msg  = XML_ErrorString(XML_GetErrorCode(parser));
+      XML_ParserFree(parser);
+      throw parse_error(original_file ? *original_file : &quot;&lt;gnucash&gt;&quot;, line,
+			msg);
+    }
+
+    if (! have_error.empty()) {
+      unsigned long line = XML_GetCurrentLineNumber(parser);
+      parse_error err(original_file ? *original_file : &quot;&lt;gnucash&gt;&quot;, line,
+		      have_error);
+      std::cerr &lt;&lt; &quot;Error: &quot; &lt;&lt; err.what() &lt;&lt; std::endl;
+      have_error = &quot;&quot;;
     }
   }
+
   XML_ParserFree(parser);
 
   accounts_by_id.clear();
   curr_account_id.clear();
-  curr_quant.clear();
-
-  main_ledger-&gt;commodities.erase(&quot;USD&quot;);
 
-  return ledger;
+  return count;
 }
 
 } // namespace ledger
+
+#ifdef USE_BOOST_PYTHON
+
+#include &lt;boost/python.hpp&gt;
+
+using namespace boost::python;
+using namespace ledger;
+
+BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(gnucash_parse_overloads,
+				       gnucash_parser_t::parse, 2, 4)
+
+void export_gnucash() {
+  class_&lt; gnucash_parser_t, bases&lt;parser_t&gt; &gt; (&quot;GnucashParser&quot;)
+    .def(&quot;test&quot;, &amp;gnucash_parser_t::test)
+    .def(&quot;parse&quot;, &amp;gnucash_parser_t::parse, gnucash_parse_overloads())
+    ;
+}
+
+#endif // USE_BOOST_PYTHON</diff>
      <filename>gnucash.cc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-;;; ledger.el --- Helper code for using my &quot;ledger&quot; command-line tool
+;;; ledger.el --- Helper code for use with the &quot;ledger&quot; command-line tool
 
 ;; Copyright (C) 2004 John Wiegley (johnw AT gnu DOT org)
 
@@ -32,7 +32,14 @@
 
 ;;; Commentary:
 
-;; This code is only meaningful if you are using &quot;ledger&quot;.
+;; To use this module: Load this file, open a ledger data file, and
+;; type M-x ledger-mode.  Once this is done, you can type:
+;;
+;;   C-c C-a  add a new entry, based on previous entries
+;;   C-c C-r  reconcile the entries related to an account
+;;
+;; In the reconcile buffer, use SPACE to toggle the cleared status of
+;; a transaction.
 
 (defvar ledger-version &quot;1.1&quot;
   &quot;The version of ledger.el currently loaded&quot;)
@@ -46,6 +53,11 @@
   :type 'file
   :group 'ledger)
 
+(defcustom ledger-data-file (getenv &quot;LEDGER&quot;)
+  &quot;Path to the ledger data file.&quot;
+  :type 'file
+  :group 'ledger)
+
 (defvar bold 'bold)
 
 (defvar ledger-font-lock-keywords
@@ -88,11 +100,10 @@
 	(if (time-less-p moment date)
 	    (throw 'found t)))))))
 
-(defun ledger-add-entry (entry)
+(defun ledger-add-entry (entry-text)
   (interactive
-   (list (read-string &quot;Entry: &quot; (format-time-string &quot;%Y/%m/%d &quot;))))
-  (let* ((args (mapcar 'shell-quote-argument (split-string entry)))
-	 (date (car args))
+   (list (read-string &quot;Entry: &quot; (format-time-string &quot;%Y/%m/&quot;))))
+  (let* ((date (car (split-string entry-text)))
 	 (insert-year t) exit-code)
     (if (string-match &quot;\\([0-9]+\\)/\\([0-9]+\\)/\\([0-9]+\\)&quot; date)
 	(setq date (encode-time 0 0 0 (string-to-int (match-string 3 date))
@@ -106,14 +117,20 @@
       (insert
        (with-temp-buffer
 	 (setq exit-code
-	       (apply 'call-process ledger-binary-path nil t nil
-		      (cons &quot;entry&quot; args)))
+	       (ledger-run-ledger
+		&quot;entry&quot;
+		(with-temp-buffer
+		  (insert entry-text)
+		  (goto-char (point-min))
+		  (while (re-search-forward &quot;\\([&amp;$]\\)&quot; nil t)
+		    (replace-match &quot;\\\\\\1&quot;))
+		  (buffer-string))))
 	 (if (= 0 exit-code)
 	     (if insert-year
-		 (buffer-string)
-	       (buffer-substring 5 (point-max)))
-	   (concat (if insert-year entry
-		     (substring entry 5)) &quot;\n\n&quot;)))))))
+		 (buffer-substring 2 (point-max))
+	       (buffer-substring 7 (point-max)))
+	   (concat (if insert-year entry-text
+		     (substring entry-text 6)) &quot;\n&quot;))) &quot;\n&quot;))))
 
 (defun ledger-expand-entry ()
   (interactive)
@@ -206,9 +223,7 @@
 (defun ledger-update-balance-display ()
   (let ((account ledger-acct))
     (with-temp-buffer
-      (let ((exit-code
-	     (apply 'call-process ledger-binary-path nil t nil
-		    (list &quot;-C&quot; &quot;balance&quot; account))))
+      (let ((exit-code (ledger-run-ledger &quot;-C&quot; &quot;balance&quot; account)))
 	(if (/= 0 exit-code)
 	    (setq ledger-reconcile-text &quot;Reconcile [ERR]&quot;)
 	  (goto-char (point-min))
@@ -218,7 +233,7 @@
 		(concat &quot;Reconcile [&quot;
 			(buffer-substring-no-properties (point-min) (point))
 			&quot;]&quot;))))))
-  (redraw-modeline))
+  (force-mode-line-update))
 
 (defun ledger-reconcile-toggle ()
   (interactive)
@@ -290,6 +305,15 @@
 	  (insert &quot;  &quot;)))
       (forward-line))))
 
+(defun ledger-run-ledger (&amp;rest args)
+  &quot;run ledger with supplied arguments&quot;
+  (let ((command
+	 (mapconcat 'identity
+		    (append (list ledger-binary-path
+				  &quot;-f&quot; ledger-data-file) args) &quot; &quot;)))
+    (insert (shell-command-to-string command)))
+  0)
+
 (provide 'ledger)
 
 ;;; ledger.el ends here</diff>
      <filename>ledger.el</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 #ifndef _LEDGER_H
-#define _LEDGER_H &quot;$Revision$&quot;
+#define _LEDGER_H
 
 //////////////////////////////////////////////////////////////////////
 //
@@ -7,353 +7,30 @@
 //
 //   A command-line tool for general double-entry accounting.
 //
-// Copyright (c) 2003 John Wiegley &lt;johnw@newartisans.com&gt;
+// Copyright (c) 2003,2004 John Wiegley &lt;johnw@newartisans.com&gt;
 //
 
-#include &lt;iostream&gt;
-#include &lt;string&gt;
-#include &lt;vector&gt;
-#include &lt;list&gt;
-#include &lt;map&gt;
-#include &lt;ctime&gt;
-
-#ifdef DEBUG
-#include &lt;cassert&gt;
-#else
-#ifdef assert
-#undef assert
-#endif
-#define assert(x)
-#endif
-
-#include &lt;pcre.h&gt;               // Perl regular expression library
-
-namespace ledger {
-
-class amount;
-class commodity
-{
-  commodity(const commodity&amp;);
-
-  typedef std::map&lt;const std::time_t, amount *&gt;  price_map;
-  typedef std::pair&lt;const std::time_t, amount *&gt; price_map_pair;
-
- public:
-  std::string name;
-  std::string symbol;
-
-  mutable bool sought;
-
-  bool prefix;
-  bool separate;
-  bool thousands;
-  bool european;
-  int  precision;
-
- protected:
-  mutable price_map history;	// the price history
-  mutable amount *  conversion;	// fixed conversion (ignore history)
-
- public:
-  explicit commodity() : sought(false), prefix(false), separate(true),
-    thousands(false), european(false), conversion(NULL) {}
-
-  explicit commodity(const std::string&amp; sym, bool pre = false,
-		     bool sep = true, bool thou = true,
-		     bool euro = false, int prec = 2);
-  ~commodity();
-
-  void     set_price(amount * price, std::time_t * when = NULL);
-  amount * price(std::time_t * when = NULL,
-		 bool use_history = false, bool download = false) const;
-};
-
-typedef std::map&lt;const std::string, commodity *&gt;  commodities_map;
-typedef commodities_map::iterator                 commodities_map_iterator;
-typedef std::pair&lt;const std::string, commodity *&gt; commodities_map_pair;
-
-
-class amount
-{
- public:
-  virtual ~amount() {}
-
-  virtual commodity * commdty() const = 0;
-  virtual void set_commdty(commodity *) = 0;
-
-  virtual amount * copy() const = 0;
-  virtual amount * value(const amount * pr = NULL) const = 0;
-  virtual void set_value(const amount * pr) = 0;
-  virtual amount * street(std::time_t * when = NULL,
-			  bool use_history = false,
-			  bool download = false) const = 0;
-
-  virtual bool has_price() const = 0;
-  virtual amount * per_item_price() const = 0;
-
-  // Comparison
-
-  virtual bool is_zero() const = 0;
-  virtual bool is_negative() const = 0;
-  virtual int  compare(const amount * other) const = 0;
-
-  // Assignment
-
-  virtual void credit(const amount * other) = 0;
-  virtual void negate() = 0;
-
-  // String conversion routines
-
-  virtual void parse(const std::string&amp; num) = 0;
-  virtual const std::string as_str(bool full_prec = false) const = 0;
-};
-
-extern amount * create_amount(const std::string&amp; value,
-			      const amount * cost = NULL);
-
-class mask
-{
- public:
-  bool        exclude;
-  std::string pattern;
-  pcre *      regexp;
-
-  explicit mask(const std::string&amp; pattern);
-
-  mask(const mask&amp;);
-
-  ~mask() {
-    pcre_free(regexp);
-  }
-
-  bool match(const std::string&amp; str) const;
-};
-
-typedef std::list&lt;mask&gt;                 regexps_list;
-typedef std::list&lt;mask&gt;::iterator       regexps_list_iterator;
-typedef std::list&lt;mask&gt;::const_iterator regexps_list_const_iterator;
-
-class account;
-class transaction
-{
-  transaction(const transaction&amp;);
-
- public:
-  account * acct;
-  amount *  cost;
-
-  std::string note;
-
-  bool is_virtual;
-  bool must_balance;
-  bool specified;
-
-  explicit transaction(account * _acct = NULL, amount * _cost = NULL)
-    : acct(_acct), cost(_cost),
-      is_virtual(false), must_balance(true), specified(false) {}
-
-  ~transaction() {
-    if (cost)
-      delete cost;
-  }
-
-  const std::string acct_as_str() const;
-
-  void print(std::ostream&amp; out, bool display_quantity = true,
-	     bool display_price = true) const;
-};
-
-
-class book;
-class entry
-{
-  entry(const entry&amp;);
-
- public:
-  book * ledger;
-  
-  std::time_t date;
-  std::string code;
-  std::string desc;
-
-  bool cleared;
-
-  std::list&lt;transaction *&gt; xacts;
-
-  explicit entry(book * l) : ledger(l), cleared(false) {}
-
-  // If we're running as a command-line tool, it's cheaper to just
-  // throw away the heap on exit, than spend time freeing things up
-  // like a good citizen.
-
-  ~entry() {
-    for (std::list&lt;transaction *&gt;::iterator i = xacts.begin();
-	 i != xacts.end();
-	 i++) {
-      delete *i;
-    }
-  }
-
-  bool matches(const regexps_list&amp; regexps) const;
-  bool validate(bool show_unaccounted = false) const;
-  bool finalize(bool do_compute = false);
-
-  void print(std::ostream&amp; out, bool shortcut = true) const;
-};
-
-struct cmp_entry_date {
-  bool operator()(const entry * left, const entry * right) {
-    return std::difftime(left-&gt;date, right-&gt;date) &lt; 0;
-  }
-};
-
-typedef std::vector&lt;entry *&gt;           entries_list;
-typedef entries_list::iterator         entries_list_iterator;
-typedef entries_list::reverse_iterator entries_list_reverse_iterator;
-typedef entries_list::const_iterator   entries_list_const_iterator;
-
-
-class totals
-{
-  totals(const totals&amp;);
-
- public:
-  typedef std::map&lt;commodity *, amount *&gt;  map;
-  typedef map::iterator                    iterator;
-  typedef map::const_iterator              const_iterator;
-  typedef std::pair&lt;commodity *, amount *&gt; pair;
-
-  map amounts;
-
-  totals() {}
-  ~totals();
-
-  void     credit(const amount * val);
-  void     credit(const totals&amp; other);
-
-  void     negate();
-
-  bool     is_zero() const;
-  bool     is_negative() const;
-
-  void     print(std::ostream&amp; out, int width) const;
-
-  totals * value() const;
-  totals * street(std::time_t * when = NULL,
-		    bool use_history = false,
-		    bool download = false) const;
-};
-
-
-typedef std::map&lt;const std::string, account *&gt;  accounts_map;
-typedef accounts_map::iterator                  accounts_map_iterator;
-typedef std::pair&lt;const std::string, account *&gt; accounts_map_pair;
-
-class account
-{
-  account(const account&amp;);
-
- public:
-  account *    parent;
-
-  std::string  name;
-#ifdef READ_GNUCASH
-  commodity *  comm;           // default commodity for this account
-#endif
-  totals       balance;        // optional, parse-time computed balance
-  int          checked;        // 'balance' uses this for speed's sake
-  accounts_map children;
-
-  mutable std::string full_name;
-
-  explicit account() : parent(NULL), checked(0) {}
-
-  explicit account(const std::string&amp; _name,
-		   struct account * _parent = NULL)
-    : parent(_parent), name(_name), checked(0) {}
-
-  ~account();
-
-  const std::string as_str(const account * stop = NULL) const;
-};
-
-
-class book
-{
-  book(const book&amp;);
-
- public:
-  typedef std::map&lt;regexps_list *,
-		   std::list&lt;transaction *&gt; *&gt; virtual_map;
-
-  typedef std::pair&lt;regexps_list *,
-		    std::list&lt;transaction *&gt; *&gt; virtual_map_pair;
-
-  typedef virtual_map::const_iterator virtual_map_iterator;
-
-  commodities_map commodities;
-  accounts_map    accounts;
-  accounts_map    accounts_cache; // maps full names to accounts
-  virtual_map     virtual_mapping;
-  entries_list    entries;
-  int             current_year;
-
-  book() {}
-  ~book();
-
-  template&lt;typename Compare&gt;
-  void sort(Compare comp) {
-    std::sort(entries.begin(), entries.end(), comp);
-  }
-  void print(std::ostream&amp; out, regexps_list&amp; regexps,
-	     bool shortcut) const;
-
-  account * re_find_account(const std::string&amp; regex);
-  account * find_account(const std::string&amp; name, bool create = true);
-};
-
-extern book * main_ledger;
-
-inline commodity::commodity(const std::string&amp; sym, bool pre, bool sep,
-			    bool thou, bool euro, int prec)
-  : symbol(sym), sought(false), prefix(pre), separate(sep),
-    thousands(thou), european(euro), precision(prec), conversion(NULL) {
-#ifdef DEBUG
-  std::pair&lt;commodities_map_iterator, bool&gt; result =
-#endif
-    main_ledger-&gt;commodities.insert(commodities_map_pair(sym, this));
-#ifdef DEBUG
-  assert(result.second);
-#endif
-}
-
-// Parsing routines
-
-extern int parse_ledger(book * ledger, std::istream&amp; in,
-			regexps_list&amp; regexps,
-			bool compute_balances = false,
-			const char * acct_prefix = NULL);
-#ifdef READ_GNUCASH
-extern book * parse_gnucash(std::istream&amp; in, bool compute_balances = false);
-#endif
-
-extern int parse_ledger_file(book * ledger, const std::string&amp; file,
-			     regexps_list&amp; regexps,
-			     bool compute_balances = false,
-			     const char * acct_prefix = NULL);
-
-extern bool parse_date_mask(const char * date_str,
-			    struct std::tm * result);
-extern bool parse_date(const char * date_str, std::time_t * result,
-		       const int year = -1);
-
-extern void record_regexp(const std::string&amp; pattern, regexps_list&amp; regexps);
-extern void read_regexps(const std::string&amp; path, regexps_list&amp; regexps);
-extern bool matches(const regexps_list&amp; regexps, const std::string&amp; str,
-		    bool * by_exclusion = NULL);
-
-extern void parse_price_setting(const std::string&amp; setting);
-
-} // namespace ledger
+#include &lt;amount.h&gt;
+#include &lt;balance.h&gt;
+#include &lt;value.h&gt;
+
+#include &lt;journal.h&gt;
+
+#include &lt;datetime.h&gt;
+#include &lt;format.h&gt;
+#include &lt;quotes.h&gt;
+#include &lt;valexpr.h&gt;
+#include &lt;walk.h&gt;
+#include &lt;derive.h&gt;
+#include &lt;error.h&gt;
+#include &lt;option.h&gt;
+#include &lt;config.h&gt;
+
+#include &lt;parser.h&gt;
+#include &lt;textual.h&gt;
+#include &lt;binary.h&gt;
+#include &lt;xml.h&gt;
+#include &lt;gnucash.h&gt;
+#include &lt;qif.h&gt;
 
 #endif // _LEDGER_H</diff>
      <filename>ledger.h</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,37 @@
 @setfilename ledger.info
 @settitle Ledger: Command-Line Accounting
 
+@copying
+Copyright (c) 2003-2004, John Wiegley.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+- Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+
+- Neither the name of New Artisans LLC nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+@end copying
+
 @documentencoding iso-8859-1
 
 @iftex
@@ -14,28 +45,32 @@
 @author John Wiegley
 @end titlepage
 
+@contents
+
+@ifnottex
 @node Top, Introduction, (dir), (dir)
 @top Overview
-@c Page published by Emacs Muse begins here
-
 
+@insertcopying
+@end ifnottex
 
 @menu
-* Introduction::		
-* Keeping a ledger::		
-* Running Ledger::		
+* Introduction::                
+* Running Ledger::              
+* Keeping a ledger::            
+* Extending with Python::       
 @end menu
 
-@node Introduction, Keeping a ledger, Top, Top
+@node Introduction, Running Ledger, Top, Top
 @chapter Introduction
 
 Ledger is an accounting tool with the moxie to exist.  It provides no
 bells or whistles, and returns the user to the days before user
 interfaces were even a twinkling in their father's CRT.
 
-What it does do is to offer a double-entry accounting ledger with all
-the flexibility and muscle of its modern day cousins, without any of
-the fat.  Think of it as the Bran Muffin of accounting tools.
+What it does offer is a double-entry accounting ledger with all the
+flexibility and muscle of its modern day cousins, without any of the
+fat.  Think of it as the Bran Muffin of accounting tools.
 
 To use it, you need to start keeping a ledger.  This is the basis of
 all accounting, and if you haven't started yet, now is the time to
@@ -61,10 +96,10 @@ accounting tools.
 
 The next step up from a checkbook ledger, is a ledger that keeps track
 of all your accounts, not just checking.  In such a ledger, you record
-not only who gets paid---in the case of a debit---but where the
-money came from.  In a checkbook ledger, its assumed that all the
-money comes from your checking account.  But in a general ledger, you
-write transaction two-lines: The source account and target account.
+not only who gets paid---in the case of a debit---but where the money
+came from.  In a checkbook ledger, its assumed that all the money
+comes from your checking account.  But in a general ledger, you write
+transaction two-lines: the source account and target account.
 @emph{There must always be a debit from at least one account for every
 credit made to another account}.  This is what is meant by
 ``double-entry'' accounting: the ledger must always balance to zero,
@@ -79,23 +114,24 @@ pay it from your checking account.  In the general ledger you need to
 say where the money came from, in addition to where it's going to.
 The entry might look like this:
 
-@example
+@smallexample
 9/29  BAL  Pacific Bell              $-200.00   $-200.00
            Equity:Opening Balances    $200.00
 9/29  BAL  Checking                   $100.00    $100.00
            Equity:Opening Balances   $-100.00
 9/29  100  Pacific Bell                $23.00    $223.00
            Checking                   $-23.00     $77.00
-@end example
-
-The first line shows a credit (or payment) to Pacific Bell for $23.00.
-Because there is no ``balance'' in a general ledger---it's always zero---we write in the total balance of all payments to ``Pacific Bell'',
-which now is $223.00 (previously the balance was $200.00).  This is
-done by looking at the last entry for ``Pacific Bell'' in the ledger,
-adding $23.00 to that amount, and writing the total in the balance
-column.  And the money came from ``Checking''---a debit (or withdrawal)
-of $23.00---which leaves the ending balance in ``Checking'' at $77.00.
-This is a very manual procedure; but that's where computers come in...
+@end smallexample
+
+The first line shows a payment to Pacific Bell for $23.00.  Because
+there is no ``balance'' in a general ledger---it's always zero---we
+write in the total balance of all payments to ``Pacific Bell'', which
+now is $223.00 (previously the balance was $200.00).  This is done by
+looking at the last entry for ``Pacific Bell'' in the ledger, adding
+$23.00 to that amount, and writing the total in the balance column.
+And the money came from ``Checking''---a withdrawal of $23.00---which
+leaves the ending balance in ``Checking'' at $77.00.  This is a very
+manual procedure; but that's where computers come in...
 
 The transaction must balance to $0: $23 went to Pacific Bell, $23 came
 from Checking.  There is nothing left over to be accounted for, since
@@ -105,20 +141,20 @@ existence; it is always a transaction from one account to another.
 
 Keeping a general ledger is the same as keeping two separate ledgers:
 One for Pacific Bell and one for Checking.  In that case, each time a
-credit is written into one, you write a corresponding debit into the
-other.  This makes it easier to write in a ``running balance'', since
-you don't have to look back at the last time the account was
+payment is written into one, you write a corresponding withdrawal into
+the other.  This makes it easier to write in a ``running balance'',
+since you don't have to look back at the last time the account was
 referenced---but it also means having a lot of ledger books, if you
 deal with multiple accounts.
 
 Enter the beauty of computerized accounting.  The purpose of the
 Ledger program is to make general ledger accounting simple, by keeping
 track of the balances for you.  Your only job is to enter the
-credit/debit transactions.  If a transaction does not balance, Ledger
-will display an error and indicate which transaction is wrong.@footnote{In some special cases, it will automatically balance the entry
-for you.}
+transactions.  If a transaction does not balance, Ledger displays an
+error and indicates the incorrect transaction.@footnote{In some
+special cases, it automatically balances this entry for you.}
 
-In summary, there are two aspects of Ledger use: Updating the ledger
+In summary, there are two aspects of Ledger use: updating the ledger
 data file, and using the Ledger tool to view the summarized result of
 your entries.
 
@@ -126,25 +162,22 @@ And just for the sake of example---as a starting point for those who
 want to dive in head-first---here are the ledger entries from above,
 formatting as the ledger program wishes to see them:
 
-@example
-; Set the year for subsequent entries to 2004
-Y 2004
-
-9/29 Pacific Bell
+@smallexample
+2004/09/29 Pacific Bell
      Payable:Pacific Bell            $-200.00
      Equity:Opening Balances
 
-9/29 Checking
+2004/09/29 Checking
      Accounts:Checking                $100.00
      Equity:Opening Balances
 
-9/29 Pacific Bell
+2004/09/29 Pacific Bell
      Payable:Pacific Bell              $23.00
      Accounts:Checking
-@end example
+@end smallexample
 
 The account balances and registers in this file, if saved as
-@samp{ledger.dat}, could be reported using:
+@file{ledger.dat}, could be reported using:
 
 @example
 $ ledger -f ledger.dat balance
@@ -153,31 +186,2361 @@ $ ledger -f ledger.dat register bell
 @end example
 
 @menu
-* Building the program::	
+* Building the program::        
+* Getting help::                
 @end menu
 
-@node Building the program,  , Introduction, Introduction
+@node Building the program, Getting help, Introduction, Introduction
 @section Building the program
 
 Ledger is written in ANSI C++, and should compile on any platform.  It
-depends only on the GNU multiprecision integer library (libgmp), and
-the Perl regular expression library (libpcre).  It was developed using
-GNU make and gcc 3.3.
+depends on the GNU multiprecision integer library (libgmp), and the
+Perl regular expression library (libpcre).  It was developed using GNU
+make and gcc 3.3, on a PowerBook running OS/X.
 
 To build and install once you have these libraries on your system,
 enter these commands:
 
 @example
-make
-cp ledger /usr/local/bin
+./configure &amp;&amp; make install
+@end example
+
+@node Getting help,  , Building the program, Introduction
+@section Getting help
+
+If you need help on how to use Ledger, or run into problems, you can
+just the Ledger mailing list at the following Web address:
+
+@example
+https://lists.sourceforge.net/lists/listinfo/ledger-discuss
+@end example
+
+You can also find help at the @samp{#ledger} channel on the IRC server
+@samp{irc.freenode.net}.
+
+@node Running Ledger, Keeping a ledger, Introduction, Top
+@chapter Running Ledger
+
+Ledger has a very simple command-line interface, named---enticing
+enough---@command{ledger}.  It supports a few reporting commands, and
+a large number of options for refining the output from those commands.
+The basic syntax of any ledger command is:
+
+@example
+ledger [OPTIONS...] COMMAND [ARGS...]
+@end example
+
+Command options must always precede the command word.  After the
+command word there may appear any number of arguments.  For most
+commands, these arguments are regular expressions that cause the
+output to relate only to transactions matching those regular
+expressions.  For the @command{entry} command, the arguments have a
+special meaning, described below.
+
+The regular expressions arguments always match the account name that a
+transaction refers to.  To match on the payee of the entry instead,
+precede the regular expression with @samp{--}.  For example, the
+following balance command reports account totals for rent, food and
+movies, but only those whose payee matches Freddie:
+
+@example
+ledger bal rent food movies -- freddie
+@end example
+
+There are many, many command options available with the
+@command{ledger} command, and it takes a while to master them.
+However, none of them are required to use the basic reporting
+commands.
+
+@menu
+* Usage overview::              
+* Commands::                    
+* Options::                     
+* Format strings::              
+* Value expressions::           
+* Period expressions::          
+* File format::                 
+* Some typical queries::        
+* Budgeting and forecasting::   
+@end menu
+
+@node Usage overview, Commands, Running Ledger, Running Ledger
+@section Usage overview
+
+Before getting into the details of how to run Ledger, it will be
+easier to introduce the features in the context of their typical
+usage.  To that end, this section presents a series of recipes,
+gradually introducing all of the command-line features of Ledger.
+
+For the purpose of these examples, assume the environment variable
+@var{LEDGER} is set to the file @file{sample.dat} (which is included
+in the distribution), and that the contents of that file are:
+
+@smallexample
+= /^Expenses:Books/
+  (Liabilities:Taxes)             -0.10
+
+~ Monthly
+  Assets:Bank:Checking          $500.00
+  Income:Salary
+
+2004/05/01 * Checking balance
+  Assets:Bank:Checking        $1,000.00
+  Equity:Opening Balances
+
+2004/05/01 * Investment balance
+  Assets:Brokerage              50 AAPL @ $30.00
+  Equity:Opening Balances
+
+2004/05/14 * Pay day
+  Assets:Bank:Checking          $500.00
+  Income:Salary
+
+2004/05/27 Book Store
+  Expenses:Books                 $20.00
+  Liabilities:MasterCard
+
+2004/05/27 (100) Credit card company
+  Liabilities:MasterCard         $20.00
+  Assets:Bank:Checking
+@end smallexample
+
+This sample file demonstrates a basic principle of accounting which it
+is recommended you follow: Keep all of your accounts under five parent
+Assets, Liabilities, Income, Expenses and Equity.  It is important to
+do so in order to make sense out of the following examples.
+
+@subsection Checking balances
+
+Ledger has seven basic commands, but by far the most often used are
+@command{balance} and @command{register}.  To see a summary balance of
+all accounts, use:
+
+@example
+ledger bal
+@end example
+
+@command{bal} is a short-hand for @command{balance}.  This command
+prints out the summary totals of the five parent accounts used in
+@file{sample.dat}:
+
+@smallexample
+           $1,480.00
+             50 AAPL  Assets
+          $-2,500.00  Equity
+              $20.00  Expenses
+            $-500.00  Income
+              $-2.00  Liabilities
+--------------------
+          $-1,502.00
+             50 AAPL    
+@end smallexample
+
+None of the child accounts are shown, just the parent account totals.
+We can see that in @samp{Assets} there is $1,480.00, and 50 shares of
+Apple stock.  There is also a negative grand total.  Usually the grand
+total is zero, which means that all accounts balance@footnote{It is
+impossible for accounts not to balance in ledger; it reports an error
+if a transaction does not balance}.  In this case, since the 50 shares
+of Apple stock cost $1,500.00 dollars, then these two amounts balance
+each other in the grand total.  The extra $2.00 comes from a virtual
+transaction being added by the automatic entry at the top of the file.
+The entry is virtual because the account name was surrounded by
+parentheses in an automatic entry.  Automatic entries will be
+discussed later, but first let's remove the virtual transaction from
+the balance report by using the @option{--real} option:
+
+@example
+ledger --real bal
+@end example
+
+Now the report is:
+
+@smallexample
+           $1,480.00
+             50 AAPL  Assets
+          $-2,500.00  Equity
+              $20.00  Expenses
+            $-500.00  Income
+--------------------
+          $-1,500.00
+             50 AAPL    
+@end smallexample
+
+Since the liability was a virtual transaction, it has dropped from the
+report and we see that final total is balanced.
+
+But we only know that it balances because @file{sample.dat} is quite
+simple, and we happen to know that the 50 shares of Apple stock cost
+$1,500.00.  We can verify that things really balance by reporting the
+Apple shares in terms of their cost, instead of their quantity.  To do
+this requires the @option{--basis}, or @option{-B}, option:
+
+@example
+ledger --real -B bal
 @end example
 
-Note that when building GNUmp, make sure to pass the @samp{--enable-cxx}
-flag to configure, otherwise it will not build @strong{libgmpxx.a}.  And in
-case it is not already on your system, @strong{xmlparse.h} is part of the
-libxmltok package, and not expat.
+This command reports:
+
+@smallexample
+           $2,980.00  Assets
+          $-2,500.00  Equity
+              $20.00  Expenses
+            $-500.00  Income
+@end smallexample
+
+With the basis cost option, the grand total has disappeared, as it is
+now zero.  The confirms that the cost of everything balances to zero,
+@emph{which must always be true}.  Reporting the real basis cost
+should never yield a remainder@footnote{If it ever does, then
+generated transactions are involved, which can be removed using
+@option{--actual}}.
+
+@subsubsection Sub-account balances
+
+The totals reported by the balance command are only the topmost parent
+accounts.  To see the totals of all child accounts as well, use the
+@option{-s} option:
+
+@example
+ledger --real -B -s bal
+@end example
+
+This reports:
+
+@smallexample
+           $2,980.00  Assets
+           $1,480.00    Bank:Checking
+           $1,500.00    Brokerage
+          $-2,500.00  Equity:Opening Balances
+              $20.00  Expenses:Books
+            $-500.00  Income:Salary
+@end smallexample
+
+This shows that the @samp{Assets} total is made up from two child
+account, but that the total for each of the other accounts comes from
+one child account.
+
+Sometimes you may have a lot of children, nested very deeply, but only
+want to report the first two levels.  This can be done with a display
+predicate, using a value expression.  In the value expression,
+@code{T} represents the reported total, and @code{l} is the display
+level for the account:
+
+@example
+ledger --real -B -d &quot;T&amp;l&lt;=2&quot; bal
+@end example
+
+This reports:
+
+@smallexample
+           $2,980.00  Assets
+           $1,480.00    Bank
+           $1,500.00    Brokerage
+          $-2,500.00  Equity:Opening Balances
+              $20.00  Expenses:Books
+            $-500.00  Income:Salary
+@end smallexample
+
+Instead of reporting @samp{Bank:Checking} as a child of @samp{Assets},
+it report only @samp{Bank}, since that account is a nesting level of
+2, while @samp{Checking} is at level 3.
+
+To review the display predicate used---@code{T&amp;l&lt;=2}---this rather
+terse expression means: Display an account only if it has a non-zero
+total (@code{T}), and its nesting level is less than or equal to 2
+(@code{l&lt;=2}).
+
+@subsubsection Specific account balances
+
+While reporting the totals for all accounts can be useful, most often
+you will want to check the balance of a specific account or accounts.
+To do this, put one or more account names after the balance command.
+Since these names are really regular expressions, you can use partial
+names if you wish:
+
+@example
+ledger bal checking
+@end example
+
+Reports:
+
+@smallexample
+           $1,480.00  Assets:Bank:Checking
+@end smallexample
+
+Any number of names may be used:
+
+@example
+ledger bal checking broker liab
+@end example
+
+Reports:
+
+@smallexample
+           $1,480.00  Assets:Bank:Checking
+             50 AAPL  Assets:Brokerage
+              $-2.00  Liabilities
+@end smallexample
+
+In this case no grand total is reported, because you are asking for
+specific account balances.
+
+For those comfortable with regular expressions, any Perl regexp is
+allowed:
+
+@example
+ledger bal ^assets.*checking ^liab
+@end example
+
+Reports:
+
+@smallexample
+           $1,480.00  Assets:Bank:Checking
+              $-2.00  Liabilities:Taxes
+@end smallexample
+
+@subsection The register report
+
+While the @command{balance} command can be very handy for checking
+account totals, by far the most powerful of Ledger's reporting tools
+is the @command{register} command.  In fact, internally both commands
+use the same logic, but report the results differently:
+@command{balance} shows the summary totals, while @command{register}
+reports each transaction and how it contributes to that total.
+
+Paradoxically, the most basic form of @command{register} is almost
+never used, since it displays every transaction:
+
+@example
+ledger reg
+@end example
+
+@command{reg} is a short-hand for @command{register}.  This command
+reports:
+
+@smallexample
+2004/05/01 Checking balance     Assets:Bank:Checking      $1,000.00    $1,000.00
+                                Equity:Opening Balan..   $-1,000.00            0
+2004/05/01 Investment balance   Assets:Brokerage            50 AAPL      50 AAPL
+                                Equity:Opening Balan..   $-1,500.00   $-1,500.00
+                                                                         50 AAPL
+2004/05/14 Pay day              Assets:Bank:Checking        $500.00   $-1,000.00
+                                                                         50 AAPL
+                                Income:Salary              $-500.00   $-1,500.00
+                                                                         50 AAPL
+2004/05/27 Book Store           Expenses:Books               $20.00   $-1,480.00
+                                                                         50 AAPL
+                                Liabilities:MasterCard      $-20.00   $-1,500.00
+                                                                         50 AAPL
+                                (Liabilities:Taxes)          $-2.00   $-1,502.00
+                                                                         50 AAPL
+2004/05/27 Credit card company  Liabilities:MasterCard       $20.00   $-1,482.00
+                                                                         50 AAPL
+                                Assets:Bank:Checking        $-20.00   $-1,502.00
+                                                                         50 AAPL
+@end smallexample
+
+This rather verbose output shows every account transaction in
+@file{sample.dat}, and how it affects the running total.  The final
+total is identical to what we saw with the plain @command{balance}
+command.  To see how things really balance, we can use @samp{--real
+-B}, just as we did with @command{balance}:
+
+@example
+ledger --real -B reg
+@end example
+
+Reports:
+
+@smallexample
+2004/05/01 Checking balance     Assets:Bank:Checking      $1,000.00    $1,000.00
+                                Equity:Opening Balan..   $-1,000.00            0
+2004/05/01 Investment balance   Assets:Brokerage          $1,500.00    $1,500.00
+                                Equity:Opening Balan..   $-1,500.00            0
+2004/05/14 Pay day              Assets:Bank:Checking        $500.00      $500.00
+                                Income:Salary              $-500.00            0
+2004/05/27 Book Store           Expenses:Books               $20.00       $20.00
+                                Liabilities:MasterCard      $-20.00            0
+2004/05/27 Credit card company  Liabilities:MasterCard       $20.00       $20.00
+                                Assets:Bank:Checking        $-20.00            0
+@end smallexample
+
+Here we see that everything balances to zero in the end, as it must.
+
+@subsubsection Specific register queries
+
+The most common use of the register command is to summarize
+transactions based on the account(s) they affect.  Using
+@file{sample.dat} as as example, we could look at all book purchases
+using:
+
+@example
+ledger reg books
+@end example
+
+Reports:
+
+@smallexample
+2004/05/29 Book Store           Expenses:Books               $20.00       $20.00
+@end smallexample
+
+If a double-dash (@samp{--}) occurs in the list of regular
+expressions, any following arguments are matched against payee names,
+instead of account names:
+
+@example
+ledger reg ^liab -- credit
+@end example
+
+Reports:
+
+@smallexample
+2004/05/29 Credit card company  Liabilities:MasterCard       $20.00       $20.00
+@end smallexample
+
+There are many reporting options for tailoring which transactions are
+found, and also how to summarize the various amounts and totals that
+result.  These are plumbed in greater depth below.
+
+@subsection Selecting transactions
+
+Although the easiest way to use the register is to report all the
+transactions affecting a set of accounts, it can often result in more
+information than you want.  To cope with an ever-growing amount of
+data, there are several options which can help you pinpoint your
+report to exactly the transactions that interest you most.  This is
+called the ``calculation'' phase of Ledger.  All of its related
+options are documented under @option{--help-calc}.
+
+@subsubsection By date
+
+@c  -c, --current          show only current and past entries (not future)
+
+@option{--current}(@option{-c}) displays entries occurring on or
+before the current date.  Any entry recorded for a future date will be
+ignored, as if it had not been seen.  This is useful if you happen to
+pre-record entries, but still wish to view your balances in terms of
+what is available today.
+
+@c  -b, --begin DATE       set report begin date
+@c  -e, --end DATE         set report end date
+
+@option{--begin DATE} (@option{-b DATE}) limits the report to only
+those entries occurring on or after @var{DATE}.  The running total in
+the register will start at zero with the first transaction, even if
+there are earlier entries.
+
+To limit the display only, but still add earlier transactions to the
+running total, use the display expression @samp{-d 'd&gt;=[DATE]'}):
+
+@example
+ledger --basis -b may -d 'd&gt;=[5/14]' reg ^assets
+@end example
+
+Reports:
+
+@smallexample
+2004/05/14 Pay day              Assets:Bank:Checking        $500.00    $3,000.00
+2004/05/27 Credit card company  Assets:Bank:Checking        $-20.00    $2,980.00
+@end smallexample
+
+In this example, the displayed transactions start from @samp{5/14},
+but the calculated total starts from the beginning of @samp{may}.
+
+@option{--end DATE} (@option{-e DATE}) states when reporting should
+end, both calculation and display.  This ending date is not inclusive,
+which means you must always use a date that is at least one day after
+the last transaction you want to see.
+
+The @var{DATE} argument to the @option{-b} and @option{-e} options can
+be rather flexible.  Assuming the current date to be November 15,
+2004, then all of the following are equivalent:
+
+@example
+ledger -b oct bal
+ledger -b &quot;this oct&quot; bal
+ledger -b 2004/10 bal
+ledger -b 10 bal
+ledger -b last bal
+ledger -b &quot;last month&quot; bal
+@end example
+
+@c  -p, --period STR       report using the given period
+@c      --period-sort EXPR sort each report period's entries by EXPR
+
+To constrain the report to a specific time period, use
+@option{--period} (@option{-p}).  A time period may have both a
+beginning and an end, or neither, as well as a specified interval.
+Here are a few examples:
+
+@example
+ledger -p 2004 bal
+ledger -p august bal
+ledger -p &quot;from aug to oct&quot; bal
+ledger -p &quot;daily from 8/1 to 8/15&quot; bal
+ledger -p &quot;weekly since august&quot; bal
+ledger -p &quot;monthly from feb to oct&quot; bal
+ledger -p &quot;quarterly in 2004&quot; bal
+ledger -p yearly bal
+@end example
+
+See @ref{Period expressions} for more on syntax.  Also, all of the
+options @option{-b}, @option{-e} and @option{-p} may be used together,
+but whatever information occurs last takes priority.  An example of
+such usage (in a script, perhaps) would be:
+
+@example
+ledger -b 2004 -e 2005 -p monthly reg ^expenses
+@end example
+
+This command is identical to:
+
+@example
+ledger -p &quot;monthly in 2004&quot; reg ^expenses
+@end example
+
+The transactions within a period may be sorted using
+@option{--period-sort}, which takes a value expression.  This is
+similar to the @option{--sort} option, except that it sorts within
+each period entry, rather than sorting all transactions in the report.
+See the documentation on @option{--sort} below for more details.
+
+@subsubsection By status
+
+By default, all regular transactions are included in each report.  To
+limit the report to certain kinds of transactions, use one or more of
+the following options:
+
+@table @option
+@item -C, --cleared
+Consider only cleared transactions.
+@item -U, --uncleared
+Consider only uncleared transactions.
+@item -R, --real
+Consider only real (non-virtual) transactions.
+@item -L, --actual
+Consider only actual (non-automated) transactions.
+@end table
+
+Cleared transactions are indicated by an asterix placed just before
+the payee name in a transaction.  The meaning of this flag is up to
+the user, but typically it means that an entry has been seen on a
+financial statement.  Uncleared transactions are things like uncashed
+checks, credit charges that haven't appeared on a statement yet, etc.
+
+Real transactions are all non-virtual transactions, where the account
+name is not surrounded by parentheses or square brackets.  Virtual
+transactions are useful for showing a transfer of money that never
+really happened, like money set aside for savings without actually
+transferring it from the parent account.
+
+Actual transactions are those not generated, either as part of an
+automated entry, or a budget or forecast report.  A useful of when you
+might like to filter out generated transactions is with a budget:
+
+@example
+ledger --budget --actual reg ^expenses
+@end example
+
+This command outputs all transactions affecting a budgeted account,
+but without subtracting the budget amount (because the generated
+transactions are suppressed with @option{--actual}).  The report shows
+how much you actually spent on budgeted items.
+
+@subsubsection By relationship
+
+@c  -r, --related          calculate report using related transactions
+
+Normally, a register report includes only the transactions that match
+the regular expressions specified after the command word.  For
+example, to report all expenses:
+
+@example
+ledger reg ^expenses
+@end example
+
+This reports:
+
+@smallexample
+2004/05/29 Book Store           Expenses:Books               $20.00       $20.00
+@end smallexample
+
+Using @option{--related} (@option{-r}) reports the transactions that
+did not match your query, but only in entries that otherwise would
+have matched.  This has the effect of indicating where money came
+from, or when to:
+
+@example
+ledger -r reg ^expenses
+@end example
+
+Reports:
+
+@smallexample
+2004/05/29 Book Store           Liabilities:MasterCard       $20.00       $20.00
+@end smallexample
+
+@subsubsection By budget
+
+@c      --budget           generate budget entries based on FILE
+
+There is more information about budgeting and forecasting in
+@ref{Budgeting and forecasting}.  Basically, if you have any period
+entries in your ledger file, you can use these options.  A period
+entry looks like:
+
+@example
+~ Monthly
+  Assets:Bank:Checking         $500.00
+  Income:Salary
+@end example
+
+The difference from a regular entry is that the first line begins with
+a tilde (~), and instead of a payee there's a period expression
+(@ref{Period expressions}).  Otherwise, a period entry is in every
+other way the same as a regular entry.
+
+With such an entry in your ledger file, the @option{--budget} option
+will report only transactions that match a budgeted account.  Using
+@file{sample.dat} from above:
+
+@example
+ledger --budget reg ^income
+@end example
+
+Reports:
+
+@smallexample
+2004/05/01 Budget entry         Income:Salary               $500.00      $500.00
+2004/05/14 Pay day              Income:Salary              $-500.00            0
+@end smallexample
+
+The final total is zero, indicating that the budget matched exactly
+for the reported period.  Budgeting is most often helpful with period
+reporting; for example, to show monthly budget results use
+@option{--budget -p monthly}.
+
+@c      --add-budget       show all transactions plus the budget
+@c      --unbudgeted       show only unbudgeted transactions
+
+The @option{--add-budget} option reports all matching transactions in
+addition to budget transactions; while @option{--unbudgeted} shows
+only those that don't match a budgeted account.  To summarize:
+
+@table @option
+@item --budget
+Show transactions matching budgeted accounts.
+@item --unbudgeted
+Show transactions matching unbudgeted accounts.
+@item --add-budget
+Show both budgeted and unbudgeted transactions together (i.e., add the
+generated budget transactions to the regular report).
+@end table
+
+@c      --forecast EXPR    generate forecast entries while EXPR is true
+
+A report with the @option{--forecast} option will add budgeted
+transactions while the specified value expression is true.  For
+example:
+
+@example
+ledger --forecast 'd&lt;[2005] reg ^income
+@end example
+
+Reports:
+
+@smallexample
+2004/05/14 Pay day              Income:Salary              $-500.00     $-500.00
+2004/12/01 Forecast entry       Income:Salary              $-500.00   $-1,000.00
+2005/01/01 Forecast entry       Income:Salary              $-500.00   $-1,500.00
+@end smallexample
+
+The date this report was made was November 5, 2004; the reason the
+first forecast entry is in december is that forecast entries are only
+added for the future, and they only stop after the value expression
+has matched at least once, which is why the January entry appears.  A
+forecast report can be very useful for determining when money will run
+out in an account, or for projecting future cash flow:
+
+@example
+ledger --forecast 'd&lt;[2008]' -p yearly reg ^inc ^exp
+@end example
+
+This reports balances projected income against projected expenses,
+showing the resulting total in yearly intervals until 2008.  For the
+case of @file{sample.dat}, which has no budgeted expenses, the result
+of the above command (in November 2004) is:
+
+@smallexample
+2004/01/01 - 2004/12/31         Income:Salary            $-1,000.00   $-1,000.00
+                                Expenses:Books               $20.00     $-980.00
+2005/01/01 - 2005/12/31         Income:Salary            $-6,000.00   $-6,980.00
+2006/01/01 - 2006/12/31         Income:Salary            $-6,000.00  $-12,980.00
+2007/01/01 - 2007/12/31         Income:Salary            $-6,000.00  $-18,980.00
+2008/01/01 - 2008/01/01         Income:Salary              $-500.00  $-19,480.00
+@end smallexample
+
+@subsubsection By value expression
+
+@c  -l, --limit EXPR       calculate only transactions matching EXPR
+
+Value expressions can be quite complex, and are treated more fully in
+@ref{Value expressions}.  They can be used for limiting a report with
+@option{--limit} (@option{-l}).  The following command report income
+since august, but expenses since october:
+
+@example
+ledger -l '(/income/&amp;d&gt;=[aug])|(/expenses/&amp;d&gt;=[oct])' reg
+@end example
+
+The basic form of this value expression is @samp{(A&amp;B)|(A&amp;B)}.  The
+@samp{A} in each part matches against an account name with
+@samp{/name/}, while each @samp{B} part compares the date of the
+transaction (@samp{d}) with a specified month.  The resulting report
+will contain only transactions which match the value expression.
+
+@c  -t, --amount EXPR      use EXPR to calculate the displayed amount
+@c  -T, --total EXPR       use EXPR to calculate the displayed total
+
+Another use of value expressions is to calculate the amount reported
+for each line of a register report, or for computing the subtotal of
+each account shown in a balance report.  This example divides each
+transaction amount by two:
+
+@example
+ledger -t 'a/2' reg ^exp
+@end example
+
+The @option{-t} option doesn't affect the running total, only how the
+transaction amount is displayed.  To change the running total, use
+@option{-T}.  In that case, you will likely want to use the total
+(@samp{O}) instead of the amount (@samp{a}):
+
+@example
+ledger -T 'O/2' reg ^exp
+@end example
+
+@subsection Massaging register output
+
+Even after filtering down your data to just the transactions you're
+interested in, the default reporting method of one transaction per
+line is often still too much.  To combat this complexity, it is
+possible to ask Ledger to report the details to you in many different
+forms, summarized in various ways.  This is the ``display'' phase of
+Ledger, and is documented under @option{--help-disp}.
+
+@subsubsection Summarizing
+
+@c  -n, --collapse         register: collapse entries with multiple transactions
+
+When multiple transactions relate to a single entry, they are reported
+as part of that entry.  For example, in the case of @file{sample.dat}:
+
+@example
+ledger reg -- book
+@end example
+
+Reports:
+
+@smallexample
+2004/05/29 Book Store           Expenses:Books               $20.00       $20.00
+                                Liabilities:MasterCard      $-20.00            0
+                                (Liabilities:Taxes)          $-2.00       $-2.00
+@end smallexample
+
+All three transactions are part of one entry, and as such the entry
+details are printed only once.  To report every entry on a single
+line, use @option{-n} to collapse entries with multiple transactions:
+
+@example
+ledger -n reg -- book
+@end example
+
+Reports:
+
+@smallexample
+2004/05/29 Book Store           &lt;Total&gt;                      $-2.00       $-2.00
+@end smallexample
+
+In the balance report, @option{-n} causes the grand total not to be
+displayed at the bottom of the report.
+
+@c  -s, --subtotal         balance: show sub-accounts; other: show subtotals
+
+If an account occurs more than once in a report, it is possible to
+combine them all and report the total per-account, using @option{-s}.
+For example, this command:
+
+@example
+ledger -B reg ^assets
+@end example
+
+Reports:
+
+@smallexample
+2004/05/01 Checking balance     Assets:Bank:Checking      $1,000.00    $1,000.00
+2004/05/01 Investment balance   Assets:Brokerage          $1,500.00    $2,500.00
+2004/05/14 Pay day              Assets:Bank:Checking        $500.00    $3,000.00
+2004/05/27 Credit card company  Assets:Bank:Checking        $-20.00    $2,980.00
+@end smallexample
+
+But if the @option{-s} option is added, the result becomes:
+
+@smallexample
+2004/05/01 - 2004/05/29         Assets:Bank:Checking      $1,480.00    $1,480.00
+                                Assets:Brokerage          $1,500.00    $2,980.00
+@end smallexample
+
+When account subtotaling is used, only one entry is printed, and the
+date and name reflect the range of the combined transactions.
+
+@c  -P, --by-payee         show summarized totals by payee
+
+With @option{-P}, transactions relating to the same payee are
+combined.  In this case, the date of the combined entry is that of the
+latest transaction.
+
+@c  -x, --comm-as-payee    set commodity name as the payee, for reporting
+
+@option{-x} changes the payee name for each transaction to be the same
+as the commodity it uses.  This can be especially useful combined with
+other options, like @option{-P}.  For example:
+
+@example
+ledger -Px reg ^assets
+@end example
+
+Reports:
+
+@smallexample
+2004/05/29 $                    Assets:Bank:Checking      $1,480.00    $1,480.00
+2004/05/01 AAPL                 Assets:Brokerage            50 AAPL    $1,480.00
+                                                                         50 AAPL
+@end smallexample
+
+This reports shows the subtotal for each commodity held, and where it
+is located.  To see the basis cost, or initial investment, add
+@option{-B}.  Applied to the example above:
+
+@smallexample
+2004/05/29 $                    Assets:Bank:Checking      $1,480.00    $1,480.00
+2004/05/01 AAPL                 Assets:Brokerage          $1,500.00    $2,980.00
+@end smallexample
+
+@c  -E, --empty            balance: show accounts with zero balance
+
+The only other options which affect summarized totals is @option{-E},
+which works only in the balance report.  In this case, it shows
+matching accounts with a zero a balance, which are ordinarily
+excluded.  This can be useful to see all the accounts involved in a
+report, even if some have no total.
+
+@subsubsection Quick periods
+
+Although the @option{-p} option (also @option{--period}) is much more
+versatile, there are other options to make the most common period
+reports easier:
+
+@table @option
+@item -W, --weekly
+Show weekly sub-totals.  Same as @samp{-p weekly}.
+@item -M, --monthly
+Show monthly sub-totals.  Same as @samp{-p monthly}.
+@item -Y, --yearly
+Show yearly sub-totals.  Same as @samp{-p yearly}.
+@end table
+
+@c      --dow              show a days-of-the-week report
+
+There is one kind of period report cannot be done with @option{-p}.
+This is the @option{--dow}, or ``days of the week'' report, which
+shows summarized totals for each day of the week.  The following
+examples shows a ``day of the week'' report of income and expenses:
+
+@example
+ledger --dow reg ^inc ^exp
+@end example
+
+Reports:
+
+@smallexample
+2004/05/27 Thursdays            Expenses:Books               $20.00       $20.00
+2004/05/14 Fridays              Income:Salary              $-500.00     $-480.00
+@end smallexample
+
+@subsubsection Ordering and width
+
+@c  -S, --sort EXPR        sort report according to the value expression EXPR
+
+The transactions displayed in a report are shown in the same order as
+they appear in the ledger file.  To change the order and sort a
+report, use the @option{--sort} option.  @option{--sort} takes a value
+expression to determine the value to sort against, making it possible
+to sort according to complex criteria.  Here are some simple and
+useful examples:
+
+@example
+ledger --sort d reg ^exp    # sort by date
+ledger --sort t reg ^exp    # sort by amount total
+ledger --sort -t reg ^exp   # reverse sort by amount total
+ledger --sort Ut reg ^exp   # sort by abs amount total
+@end example
+
+For the balance report, you will want to use @samp{T} instead of
+@samp{t}:
+
+@example
+ledger --sort T reg ^exp    # sort by amount total
+ledger --sort -T reg ^exp   # reverse sort by amount total
+ledger --sort UT reg ^exp   # sort by abs amount total
+@end example
+
+The @option{--sort} options sorts all transactions in a report.  If
+periods are used (such as @option{--monthly}), this can get somewhat
+confusing.  In that case, you'll probably want to sort within periods
+using @option{--period-sort} instead of @option{--sort}.
+
+@c  -w, --wide             for the default register report, use 132 columns
+
+And if the register seems too cramped, and you have a lot of screen
+real estate, you can use @option{-w} to format the report within 132
+acolumns, instead of 80.  You are more likely then to see full payee
+and account names, as well as properly formatted totals when
+long-named commodities are used.
+
+@subsubsection Averages and percentages
+
+@c  -A, --average          report average transaction amount
+
+To see the running total changed to a running average, use
+@option{-A}.  The final transaction's total will be the overall
+average of all displayed transactions.  The works in conjunction with
+period reporting, so that you can see your monthly average expenses
+with:
+
+@example
+ledger -AM  reg ^expenses:food
+ledger -AMn reg ^expenses
+@end example
+
+This works in the balance report too:
+
+@example
+ledger -AM  bal ^expenses:food
+ledger -AMs bal ^expenses
+@end example
+
+@c  -D, --deviation        report deviation from the average
+
+The @option{-D} option changes the running average into a deviation
+from the running average.  This only makes sense in the register
+report, however.
+
+@example
+ledger -DM reg ^expenses:food
+@end example
+
+@c  -%, --percentage       report balance totals as a percentile of the parent
+
+In the balance report only, @option{-%} changes the reported totals
+into a percentage of the parent account.  This kind of report is
+confusing if negative amounts are involved, and doesn't work at all if
+multiple commodities occur in an account's history.  It has a somewhat
+limited usefulness, therefore, but in certain cases it can be handy,
+such as reviewing overall expenses:
+
+@example
+ledger -%s -S T bal ^expenses
+@end example
+
+@subsubsection Reporting total data
+
+@c      --totals           in the &quot;xml&quot; report, include running total
+
+Normally in the @command{xml} report, only transaction amounts are
+printed.  To include the running total under a @samp{&lt;total&gt;} tag, use
+@option{--totals}.  This does not affect any other report.
+
+@c  -j, --amount-data      print only raw amount data (useful for scripting)
+@c  -J, --total-data       print only raw total data
+
+In the register report only, the output can be changed with
+@option{-j} to show only the date and the amount---without
+commodities.  This only makes sense if a single commodity appears in
+the report, but can be quite useful for scripting, or passing the data
+to Gnuplot.  To show only the date and running total, use @option{-J}.
+
+@subsubsection Display by value expression
+
+@c  -d, --display EXPR     display only transactions matching EXPR
+
+With @option{-d} you can decide which transactions (or accounts in the
+balance report) are displayed, according to a value expression.  The
+computed total is not affected, only the display.  This can be very
+useful for shortening a report without changing the running total:
+
+@example
+ledger -d 'd&gt;=[last month]' reg checking
+@end example
+
+This command shows the checking account's register, beginning from
+last month, but with the running total reflecting the entire history
+of the account.
+
+@subsubsection Change report format
+
+@c  -y, --date-format STR  use STR as the date format (default: %Y/%m/%d)
+
+When dates are printed in any report, the default format is
+@samp{%Y/%m/%d}, which yields dates of the form @samp{YYYY/mm/dd}.
+This can be changed with @option{-y}, whose argument is a
+@code{strftime} string---see your system's C library documentation for
+the allowable codes.  Mostly you will want to use @samp{%Y}, @samp{%m}
+and @samp{%d}, in whatever combination is convenient for your locale.
+
+@c  -F, --format STR       use STR as the format; for each report type, use:
+@c      --balance-format      --register-format       --print-format
+@c      --plot-amount-format  --plot-total-format     --equity-format
+@c      --prices-format       --wide-register-format
+
+To change the format of the entire reported line, use @option{-F}.  It
+supports quite a large number of options, which are all documented in
+@ref{Format strings}.  In addition, each specific kind of report
+(except for @command{xml}) can be changed using one of the following
+options:
+
+@table @option
+@item --balance-format
+@command{balance} report.  Default:
+@smallexample
+%20T  %2_%-a\n
+@end smallexample
+
+@item --register-format
+@command{register} report.  Default:
+@smallexample
+%D %-.20P %-.22A %12.66t %12.80T\n%/%32|%-.22A %12.66t %12.80T\n
+@end smallexample
+
+@item --print-format
+@command{print} report.  Default:
+@smallexample
+%D  %-.35P %-.38A %22.108t %22.132T\n%/%48|%-.38A %22.108t %22.132T\n
+@end smallexample
+
+@item --plot-amount-format
+@command{register} report when @option{-j} (plot amount) is used.  Default:
+@smallexample
+%D %(St)\n
+@end smallexample
+
+@item --plot-total-format
+@command{register} report when @option{-J} (plot total) is used.  Default:
+@smallexample
+%D %(ST)\n
+@end smallexample
+
+@item --equity-format
+@command{equity} report.  Default:
+@smallexample
+\n%D %X%C%P\n    %-34A  %12o%n\n%/    %-34A  %12o%n\n
+@end smallexample
+
+@item --prices-format
+@command{prices} report.  Default:
+@smallexample
+\n%D %X%C%P\n%/    %-34A  %12t\n
+@end smallexample
+
+@item --wide-register-format
+@command{register} report when @option{-w} (wide) is used.  Default:
+@smallexample
+%[%Y/%m/%d %H:%M:%S %Z]   %-10A %12t %12T\n
+@end smallexample
+@end table
+
+@subsection Standard queries
+
+If your ledger file uses the standard top-level accounts: Assets,
+Liabilities, Income, Expenses, Equity: then the following queries will
+enable you to generate some typical accounting reports from your data.
+
+Your @emph{net worth} can be determined by balancing assets against
+liabilities:
+
+@example
+ledger bal ^assets ^liab
+@end example
+
+By removing long-term investment and loan accounts, you can see your
+current net liquidity (or liquid net worth):
+
+@example
+ledger bal ^assets ^liab -retirement -brokerage -loan
+@end example
+
+Balancing expenses against income yields your @emph{cash flow}, or net
+profit/loss:
+
+@example
+ledger bal ^exp ^inc
+@end example
+
+In this case, if the number is positive it means you spent more than
+you earned during the report period.
+
+@c ----------------------------------------------------------------------
+
+The most often used command is the ``balance'' command:
+
+@example
+export LEDGER=/home/johnw/doc/ledger.dat
+ledger balance
+@end example
+
+Here I've set my Ledger environment variable to point to where my
+ledger file is hiding.  Thereafter, I needn't specify it again.
+
+@subsection Reporting balance totals
+
+The balance command prints out the summarized balances of all my
+top-level accounts, excluding sub-accounts.  In order to see the
+balances for a specific account, just specify a regular expression
+after the balance command:
+
+@example
+ledger balance expenses:food
+@end example
+
+This will show all the money that's been spent on food, since the
+beginning of the ledger.  For food spending just this month
+(September), use:
+
+@example
+ledger -p sep balance expenses:food
+@end example
+
+Or maybe you want to see all of your assets, in which case the -s
+(show sub-accounts) option comes in handy:
+
+@example
+ledger -s balance ^assets
+@end example
+
+To exclude a particular account, use a regular expression with a
+leading minus sign.  The following will show all expenses, but without
+food spending:
+
+@example
+ledger balance expenses -food
+@end example
+
+@subsection Reporting percentages
+
+There is no built-in way to report transaction amounts or account
+balances in terms of percentages
+
+@node Commands, Options, Usage overview, Running Ledger
+@section Commands
+
+@subsection balance
+
+The @command{balance} command reports the current balance of all
+accounts.  It accepts a list of optional regexps, which confine the
+balance report to the matching accounts.  If an account contains
+multiple types of commodities, each commodity's total is reported
+separately.
+
+@subsection register
+
+The @command{register} command displays all the transactions occurring
+in a single account, line by line.  The account regexp must be
+specified as the only argument to this command.  If any regexps occur
+after the required account name, the register will contain only those
+transactions that match.  Very useful for hunting down a particular
+transaction.
+
+The output from @command{register} is very close to what a typical
+checkbook, or single-account ledger, would look like.  It also shows a
+running balance.  The final running balance of any register should
+always be the same as the current balance of that account.
+
+If you have Gnuplot installed, you may plot the amount or running
+total of any register by using the script @file{report}, which is
+included in the Ledger distribution.  The only requirement is that you
+add either @option{-j} or @option{-J} to your register command, in
+order to plot either the amount or total column, respectively.
+
+@subsection print
+
+The @command{print} command prints out ledger entries just as they
+appear in the original ledger.  They will be properly formatted, and
+output in the most economic form possible.  The ``print'' command also
+takes a list of optional regexps, which will cause only those
+transactions which match in some way to be printed.
+
+The @command{print} command can be a handy way to clean up a ledger
+file whose formatting has gotten out of hand.
+
+@subsection xml
+
+The @command{xml} command outputs results similar to what
+@command{print} and @command{register} display, but as an XML form.
+This data can then be read in and processed.  Use the
+@option{--totals} option to include the running total with each
+transaction.
+
+@subsection equity
+
+The @command{equity} command prints out accounts balances as if they
+were entries.  This makes it easy to establish the starting balances
+for an account, such as when @ref{Archiving previous years}.
+
+@subsection prices
+
+The @command{prices} command displays the price history for matching
+commodities.  The @option{-A} flag is useful with this report, to
+display the running average price, or @option{-D} to show each price's
+deviation from that average.
+
+@subsection entry
+
+The @command{entry} commands simplifies the creation of new entries.
+It works on the principle that 80% of all transactions are variants of
+earlier transactions.  Here's how it works:
+
+Say you currently have this transaction in your ledger file:
+
+@smallexample
+2004/03/15 * Viva Italiano
+    Expenses:Food                       $12.45
+    Expenses:Tips                        $2.55
+    Liabilities:MasterCard             $-15.00
+@end smallexample
+
+Now it's @samp{2004/4/9}, and you've just eating at @samp{Viva
+Italiano} again.  The exact amounts are different, but the overall
+form is the same.  With the @command{entry} command you can type:
+
+@example
+ledger entry 2004/4/9 viva food 11 tips 2.50
+@end example
+
+This produces the following output:
+
+@smallexample
+2004/04/09 Viva Italiano
+    Expenses:Food                       $11.00
+    Expenses:Tips                        $2.50
+    Liabilities:MasterCard             $-13.50
+@end smallexample
+
+It works by finding a past transaction matching the regular expression
+@samp{viva}, and assuming that any accounts or amounts specified will
+be similar to that earlier transaction.  If Ledger does not succeed in
+generating a new entry, an error is printed and the exit code is set
+to @samp{1}.
+
+There is a shell script in the distribution's @file{scripts} directory
+called @file{entry}, which simplifies the task of adding a new entry
+to your ledger.  It launches @command{vi} to confirm that the entry
+looks appropriate.
+
+Here are a few more examples of the @command{entry} command, assuming
+the above journal entry:
+
+@example
+ledger entry 4/9 viva 11.50
+ledger entry 4/9 viva 11.50 checking # (from `checking')
+ledger entry 4/9 viva food 11.50 tips 8
+ledger entry 4/9 viva food 11.50 tips 8 cash
+ledger entry 4/9 viva food $11.50 tips $8 cash
+ledger entry 4/9 viva dining &quot;DM 11.50&quot;
+@end example
+
+@node Options, Format strings, Commands, Running Ledger
+@section Options
+
+With all of the reports, command-line options are useful to modify the
+output generated.  These command-line options always occur before the
+command word.  This is done to distinguish options from exclusive
+regular expressions, which also begin with a dash.  The basic form for
+most commands is:
+
+@example
+ledger [OPTIONS] COMMAND [REGEXPS...] [-- [REGEXPS...]]
+@end example
+
+The @var{OPTIONS} and @var{REGEXPS} expressions are both optional.
+You could just use @samp{ledger balance}, without any options---which
+prints a summary of all accounts.  But for more specific reporting, or
+to change the appearance of the output, options are needed.
+
+@menu
+* Basic options::               
+* Report filtering::            
+* Output customization::        
+* Commodity reporting::         
+* Environment variables::       
+@end menu
+
+@node Basic options, Report filtering, Options, Options
+@subsection Basic options
+
+These are the most basic command options.  Most likely, the user will
+want to set them using @ref{Environment variables}, instead of using
+actual command-line options:
+
+@option{--help} (@option{-h}) prints a summary of all the options, and
+what they are used for.  This can be a handy way to remember which
+options do what.  This help screen is also printed if ledger is run
+without a command.
+
+@option{--version} (@option{-v}) prints the current version of ledger
+and exits.  This is useful for sending bug reports, to let the author
+know which version of ledger you are using.
+
+@option{--file FILE} (@option{-f FILE}) reads FILE as a ledger file.
+This command may be used multiple times.  FILE may also be a list of
+file names separated by colons.  Typically, the environment variable
+@env{LEDGER_FILE} is set, rather than using this command-line option.
+
+@option{--output FILE} (@option{-o FILE}) redirects output from any
+command to @var{FILE}.  By default, all output goes to standard
+output.
+
+@option{--init-file FILE} (@option{-i FILE}) causes FILE to be read by
+ledger before any other ledger file.  This file may not contain any
+transactions, but it may contain option settings.  To specify options
+in the init file, use the same syntax as the command-line.  Here's an
+example init file:
+
+@smallexample
+--price-db ~/finance/.pricedb
+
+; ~/.ledgerrc ends here
+@end smallexample
+
+Option settings on the command-line or in the environment always take
+precedence over settings in the init file.
+
+@option{--cache FILE} identifies FILE as the default binary cache
+file.  That is, if the ledger files to be read are specified using the
+environment variable @env{LEDGER_FILE}, then whenever a command is
+finished a binary copy will be written to the specified cache, to
+speed up the loading time of subsequent queries.  This filename can
+also be given using the environment variable @env{LEDGER_CACHE}, or by
+putting the option into your init file.
+
+@option{--account NAME} (@option{-a NAME}) specifies the default
+account which QIF file transactions are assumed to relate to.
+
+@node Report filtering, Output customization, Basic options, Options
+@subsection Report filtering
+
+These options change which transactions affect the outcome of a
+report, in ways other than just using regular expressions:
+
+@option{--current}(@option{-c}) displays only entries occurring on or
+before the current date.
+
+@option{--begin DATE} (@option{-b DATE}) constrains the report to
+entries on or after @var{DATE}.  Only entries after that date will be
+calculated, which means that the running total in the balance report
+will always start at zero with the first matching entry.  (Note: This
+is different from using @option{--display} to constrain what is
+displayed).
+
+@option{--end DATE} (@option{-e DATE}) constrains the report so that
+entries on or after @var{DATE} are not considered.  This ending date
+is not inclusive, therefore always use a date that is later than the
+last entry you want to see.
+
+@option{--period STR} (@option{-p STR}) sets the reporting period
+to @var{STR}.  This will subtotal all matching entries within each
+period separately, making it easy to see weekly, monthly, quarterly,
+etc., transaction totals.  A period string can even specify the
+beginning and end of the report range, using simple terms like ``last
+june'' or ``next month''.  For more using period expressions, see
+@ref{Period expressions}.
+
+@option{--period-sort EXPR} sorts the transactions within each
+reporting period using the value expression @var{EXPR}.  This is most
+often useful when reporting monthly expenses, in order to view the
+highest expense categories at the top of each month:
+
+@example
+ledger -M --period-sort -At reg ^Expenses
+@end example
+
+@option{--cleared} (@option{-C}) displays only transactions whose entry
+has been marked ``cleared'' (by placing an asterix to the right of the
+date).
+
+@option{--uncleared} (@option{-U}) displays only transactions whose
+entry has not been marked ``cleared'' (i.e., if there is no asterix to
+the right of the date).
+
+@option{--real} (@option{-R}) displays only real transactions, not
+virtual.  (A virtual transaction is indicated by surrounding the
+account name with parentheses or brackets; see the section on using
+virtual transactions for more information).
+
+@option{--actual} (@option{-L}) displays only actual transactions, and
+not those created due to automated transactions.
+
+@option{--related} (@option{-r}) displays transactions that are
+related to whichever transactions would otherwise have matched the
+filtering criteria.  In the register report, this shows where money
+went to, or the account it came from.  In the balance report, it shows
+all the accounts affected by entries having a related transaction.
+For example, if a file had this entry:
+
+@smallexample
+2004/03/20 Safeway
+    Expenses:Food                       $65.00
+    Expenses:Cash                       $20.00
+    Assets:Checking                    $-85.00
+@end smallexample
+
+And the register command was:
+
+@example
+ledger -r register food
+@end example
+
+The following would be output, showing the transactions related to the
+transaction that matched:
+
+@smallexample
+2004/03/20 Safeway              Expenses:Cash               $-20.00      $-20.00
+                                Assets:Checking              $85.00       $65.00
+@end smallexample
+
+@option{--budget} is useful for displaying how close your transactions
+meet your budget.  @option{--add-budget} also shows unbudgeted
+transactions, while @option{--unbudgeted} shows only those.
+@option{--forecast} is a related option that projects your budget into
+the future, showing how it will affect future balances.
+@xref{Budgeting and forecasting}.
+
+@option{--limit EXPR} (@option{-l EXPR}) limits which transactions
+take part in the calculations of a report.
+
+@option{--amount EXPR} (@option{-t EXPR}) changes the value expression
+used to calculate the ``value'' column in the @command{register}
+report, the amount used to calculate account totals in the
+@command{balance} report, and the values printed in the
+@command{equity} report.  @xref{Value expressions}.
+
+@option{--total EXPR} (@option{-T EXPR}) sets the value expression
+used for the ``totals'' column in the @command{register} and
+@command{balance} reports.
+
+@node Output customization, Commodity reporting, Report filtering, Options
+@subsection Output customization
+
+These options affect only the output, but not which transactions are
+used to create it:
+
+@option{--collapse} (@option{-n}) causes entries in a
+@command{register} report with multiple transactions to be collapsed
+into a single, subtotaled entry.
+
+@option{--subtotal} (@option{-s}) causes all entries in a
+@command{register} report to be collapsed into a single, subtotaled
+entry.
+
+@option{--by-payee} (@option{-P}) reports subtotals by payee.
+
+@option{--comm-as-payee} (@option{-x}) changes the payee of every
+transaction to be the commodity used in that transaction.  This can be
+useful when combined with other options, such as @option{-s}.
+
+@option{--empty} (@option{-E}) includes even empty accounts in the
+@command{balance} report.
+
+@option{--weekly} (@option{-W}) reports transaction totals by the
+week.  The week begins on whichever day of the week begins the month
+containing that transaction.  To set a specific begin date, use a
+period string, such as @samp{weekly from DATE}.  @option{--monthly}
+(@option{-M}) reports transaction totals by month; @option{--yearly}
+(@option{-Y}) reports transaction totals by year.  For more complex
+period, using the @option{--period} option described above.
+
+@option{--dow} reports transactions totals for each day of the week.
+This is an easy way to see if weekend spending is more than on
+weekdays.
+
+@option{--sort EXPR} (@option{-S EXPR}) sorts a report by comparing
+the values determined using the value expression @var{EXPR}.  For
+example, using @option{-S -UT} in the balance report will sort account
+balances from greatest to least, using the absolute value of the
+total.  For more on how to use value expressions, see @ref{Value
+expressions}.
+
+@option{--wide} (@option{-w}) causes the default @command{register}
+report to assume 132 columns instead of 80.
+
+@option{--average} (@option{-A}) reports the average transaction
+value.
+
+@option{--deviation} (@option{-D}) reports each transaction's
+deviation from the average.  It is only meaningful in the
+@command{register} and @command{prices} reports.
+
+@option{--percentage} (@option{-%}) shows account subtotals in the
+@command{balance} report as percentages of the parent account.
+
+@option{--totals} include running total information in the
+@command{xml} report.
+
+@option{--amount-data} (@option{-j}) changes the @command{register}
+report so that it output nothing but the date and the value column,
+and the latter without commodities.  This is only meaningful if the
+report uses a single commodity.  This data can then be fed to other
+programs, which could plot the date, analyze it, etc.
+
+@option{--total-data} (@option{-J}) changes the @command{register}
+report so that it output nothing but the date and totals column,
+without commodities.
+
+@option{--display EXPR} (@option{-d EXPR}) limits which transactions
+or accounts or actually displayed in a report.  They might still be
+calculated, and be part of the running total of a register report, for
+example, but they will not be displayed.  This is useful for seeing
+last month's checking transactions, against a running balance which
+includes all transaction values:
+
+@example
+ledger -d &quot;d&gt;=[last month]&quot; reg checking
+@end example
+
+The output from this command is very different from the following,
+whose running total includes only transactions from the last month
+onward:
+
+@example
+ledger -p &quot;last month&quot; reg checking
+@end example
+
+Which is more useful depends on what you're looking to know: the total
+amount for the reporting range (@option{-p}), or simply a display
+restricted to the reporting range (using @option{-d}).
+
+@option{--date-format STR} (@option{-y STR}) changes the basic date
+format used by reports.  The default uses a date like 2004/08/01,
+which represents the default date format of @samp{%Y/%m/%d}.  To
+change the way dates are printed in general, the easiest way is to put
+@option{--date-format FORMAT} in the Ledger initialization file
+@file{~/.ledgerrc} (or the file referred to by @env{LEDGER_INIT}).
+
+@option{--format STR} (@option{-F STR}) sets the reporting format for
+whatever report ledger is about to make.  @xref{Format strings}.
+There are also specific format commands for each report type:
+
+@itemize
+@item @option{--balance-format STR}
+@item @option{--register-format STR}
+@item @option{--print-format STR}
+@item @option{--plot-amount-format STR} (-j @command{register})
+@item @option{--plot-total-format STR} (-J @command{register})
+@item @option{--equity-format STR}
+@item @option{--prices-format STR}
+@item @option{--wide-register-format STR} (-w @command{register})
+@end itemize
+
+@node Commodity reporting, Environment variables, Output customization, Options
+@subsection Commodity reporting
+
+These options affect how commodity values are displayed:
+
+@option{--price-db FILE} (@option{-P FILE}) sets the file that is used
+for recording downloaded commodity prices.  It is always read on
+startup, to determine historical prices.  Other settings can be placed
+in this file manually, to prevent downloading quotes for a specific,
+for example.  This is done by adding a line like the following:
+
+@example
+; Don't download quotes for the dollar, or timelog values
+N $
+N h
+@end example
 
-@node Keeping a ledger, Running Ledger, Introduction, Top
+@option{--price-exp MINS} (@option{-L MINS}) sets the expected
+freshness of price quotes, in minutes.  That is, if the last known
+quote for any commodity is older than this value---and if
+@option{--download} is being used---then the Internet will be
+consulted again for a newer price.  Otherwise, the old price is still
+considered to be fresh enough.
+
+@option{--download} (@option{-Q}) causes quotes to be automagically
+downloaded, as needed, by running a script named @command{getquote}
+and expecting that script to return a value understood by ledger.  A
+sample implementation of a @command{getquote} script, implemented in
+Perl, is provided in the distribution.  Downloaded quote price are
+then appended to the price database, usually specified using the
+environment variable @env{LEDGER_PRICE_DB}.
+
+There are several different ways that ledger can report the totals it
+displays.  The most flexible way to adjust them is by using value
+expressions, and the @option{-t} and @option{-T} options.  However,
+there are also several ``default'' reports, which will satisfy most
+users basic reporting needs:
+
+@table @code
+@item -O, --quantity
+Reports commodity totals (this is the default)
+
+@item -B, --basis
+Reports the cost basis for all transactions.
+
+@item -V, --market
+Reports the last known market value for all commodities.
+
+@item -g, --performance
+Reports the net gain/loss for each transaction in a @command{register}
+report.
+
+@item -G --gain
+Reports the net gain/loss for all commodities in the report that have
+a price history.
+@end table
+
+@node Environment variables,  , Commodity reporting, Options
+@subsection Environment variables
+
+Every option to ledger may be set using an environment variable.  If
+an option has a long name such @option{--this-option}, setting the
+environment variable @env{LEDGER_THIS_OPTION} will have the same
+affect as specifying that option on the command-line.  Options on the
+command-line always take precedence over environment variable
+settings, however.
+
+Note that you may also permanently specify option values by placing
+option settings in the file @file{~/.ledgerrc}, for example:
+
+@example
+--cache /tmp/.mycache
+@end example
+
+@node Format strings, Value expressions, Options, Running Ledger
+@section Format strings
+
+Format strings may be used to change the output format of reports.
+They are specified by passing a formatting string to the
+@option{--format} (@option{-F}) option.  Within that string,
+constructs are allowed which make it possible to display the various
+parts of an account or transaction in custom ways.
+
+Within a format strings, a substitution is specified using a percent
+character (@samp{%}).  The basic format of all substitutions is:
+
+@example
+%[-][MIN WIDTH][.MAX WIDTH]EXPR
+@end example
+
+If the optional minus sign (@samp{-}) follows the percent character,
+whatever is substituted will be left justified.  The default is right
+justified.  If a minimum width is given next, the substituted text
+will be at least that wide, perhaps wider.  If a period and a maximum
+width is given, the substituted text will never be wider than this,
+and will be truncated to fit.  Here are some examples:
+
+@example
+%-P     An entry's payee, left justified
+%20P    The same, right justified, at least 20 chars wide
+%.20P   The same, no more than 20 chars wide
+%-.20P  Left justified, maximum twenty chars wide
+@end example
+
+The expression following the format constraints can be a single
+letter, or an expression enclosed in parentheses or brackets.  The
+allowable expressions are:
+
+@table @code
+@item %
+Inserts a percent sign.
+
+@item t
+Inserts the results of the value expression specified by @option{-t}.
+If @option{-t} was not specified, the current report style's value
+expression is used.
+
+@item T
+Inserts the results of the value expression specified by @option{-T}.
+If @option{-T} was not specified, the current report style's value
+expression is used.
+
+@item |
+Inserts a single space.  This is useful if a width is specified, for
+inserting a certain number of spaces.
+
+@item _
+Inserts a space for each level of an account's depth.  That is, if an
+account has two parents, this construct will insert two spaces.  If a
+minimum width is specified, that much space is inserted for each level
+of depth.  Thus @samp{%5_}, for an account with four parents, will
+insert twenty spaces.
+
+@item (EXPR)
+Inserts the amount resulting from the value expression given in
+parentheses.  To insert five times the total value of an account, for
+example, one could say @samp{%12(5*O)}.  Note: It's important to put
+the five first in that expression, so that the commodity doesn't get
+stripped from the total.
+
+@item [DATEFMT]
+Inserts the result of formatting a transaction's date with a date
+format string, exactly like those supported by @code{strftime}.  For
+example: @samp{%[%Y/%m/%d %H:%M:%S]}.
+
+@item D
+By default, this is the same as @samp{%[%Y/%m%/d]}.  The date format
+used can be changed at any time with the @option{-y} flag, however.
+Using @samp{%D} gives the user more control over the way dates are
+output.
+
+@item X
+If a transaction has been cleared, this inserts @samp{*} followed by a
+space; otherwise nothing is inserted.
+
+@item C
+Inserts the checking number for an entry, in parentheses, followed by
+a space; if none was specified, nothing is inserted.
+
+@item P
+Inserts the payee related to a transaction.
+
+@item a
+Inserts the optimal short name for an account.  This is normally used
+in balance reports.  It prints a parent account's name if that name
+has not been printed yet, otherwise it just prints the account's name.
+
+@item A
+Inserts the full name of an account.
+
+@item o
+Inserts the ``optimized'' form of a transaction's amount.  This is
+used by the print report.  In some cases, this inserts nothing; in
+others, it inserts the transaction amount and its cost.  It's use is
+not recommend unless you are modifying the print report.
+
+@item n
+Inserts the note associated with a transaction, preceded by two spaces
+and a semi-colon, if it exists.  Thus, no none becomes an empty
+string, while the note @samp{foo} is substituted as @samp{ ; foo}.
+
+@item N
+Inserts the note associated with a transaction, if one exists.
+
+@item /
+The @samp{%/} construct is special.  It separates a format string
+between what is printed for the first transaction of an entry, and
+what is printed for all subsequent transactions.  If not used, the
+same format string is used for all transactions.
+@end table
+
+@node Value expressions, Period expressions, Format strings, Running Ledger
+@section Value expressions
+
+Value expressions are an expression language used by Ledger to
+calculate values used by the program for many different purposes:
+
+@enumerate
+@item
+The values displayed in reports
+@item
+For predicates (where truth is anything non-zero), to determine which
+transactions are calculated (@option{-l}) or displayed (@option{-d}).
+@item
+For sorting criteria, to yield the sort key.
+@item
+In the matching criteria used by automated transactions.
+@end enumerate
+
+Value expressions support most simple math and logic operators, in
+addition to a set of one letter functions and variables.  A function's
+argument is whatever follows it.  The following is a display predicate
+that I use with the @command{balance} command:
+
+@example
+ledger -d /^Liabilities/?T&lt;0:UT&gt;100 balance
+@end example
+
+The effect is that account totals are displayed only if: 1) A
+Liabilities account has a total less than zero; or 2) the absolute
+value of the account's total exceeds 100 units of whatever commodity
+contains.  If it contains multiple commodities, only one of them must
+exceed 100 units.
+
+Display predicates are also very handy with register reports, to
+constrain which entries are printed.  For example, the following
+command shows only entries from the beginning of the current month,
+while still calculating the running balance based on all entries:
+
+@example
+ledger -d &quot;d&gt;[this month]&quot; register checking
+@end example
+
+This advantage to this command's complexity is that it prints the
+running total in terms of all entries in the register.  The following,
+simpler command is similar, but totals only the displayed
+transactions:
+
+@example
+ledger -b &quot;this month&quot; register checking
+@end example
+
+@subsection Variables
+
+Below are the one letter variables available in any value expression.
+For the register and print commands, these variables relate to
+individual transactions, and sometimes the account affected by a
+transaction.  For the balance command, these variables relate to
+accounts---often with a subtle difference in meaning.  The use of each
+variable for both is specified.
+
+@table @code
+@item t
+This maps to whatever the user specified with @option{-t}.  In a
+register report, @option{-t} changes the value column; in a balance
+report, it has no meaning by default.  If @option{-t} was not
+specified, the current report style's value expression is used.
+
+@item T
+This maps to whatever the user specified with @option{-T}.  In a
+register report, @option{-T} changes the totals column; in a balance
+report, this is the value given for each account.  If @option{-T} was
+not specified, the current report style's value expression is used.
+
+@item m
+This is always the present moment/date.
+@end table
+
+@subsubsection Transaction/account details
+
+@table @code
+@item d
+A transaction's date, as the number of seconds past the epoch.  This
+is always ``today'' for an account.
+
+@item a
+The transaction's amount; the balance of an account, without
+considering children.
+
+@item b
+The cost of a transaction; the cost of an account, without its
+children.
+
+@item v
+The market value of a transaction, or an account without its children.
+
+@item g
+The net gain (market value minus cost basis), for a transaction or an
+account without its children.  It is the same as @samp{v-b}.
+
+@item l
+The depth (``level'') of an account.  If an account has one parent,
+it's depth is one.
+
+@item n
+The index of a transaction, or the count of transactions affecting an
+account.
+
+@item X
+1 if a transaction's entry has been cleared, 0 otherwise.
+
+@item R
+1 if a transaction is not virtual, 0 otherwise.
+
+@item Z
+1 if a transaction is not automated, 0 otherwise.
+@end table
+
+@subsubsection Calculated totals
+
+@table @code
+@item O
+The total of all transactions seen so far, or the total of an account
+and all its children.
+
+@item N
+The total count of transactions affecting an account and all its
+children.
+
+@item B
+The total cost of all transactions seen so far; the total cost of an
+account and all its children.
+
+@item V
+The market value of all transactions seen so far, or of an account and
+all its children.
+
+@item G
+The total net gain (market value minus cost basis), for a series of
+transactions, or an account and its children.  It is the same as
+@samp{V-B}.
+@end table
+
+@subsection Functions
+
+The available one letter functions are:
+
+@table @code
+@item -
+Negates the argument.
+
+@item U
+The absolute (unsigned) value of the argument.
+
+@item S
+Strips the commodity from the argument.
+
+@item A
+The arithmetic mean of the argument; @samp{Ax} is the same as
+@samp{x/n}.
+
+@item P
+The present market value of the argument.  The syntax @samp{P(x,d)} is
+supported, which yields the market value at time @samp{d}.  If no date
+is given, then the current moment is used.
+@end table
+
+@subsection Operators
+
+The binary and ternary operators, in order of precedence, are:
+
+@enumerate
+@item @samp{* /}
+@item @samp{+ -}
+@item @samp{! &lt; &gt; =}
+@item @samp{&amp; | ?:}
+@end enumerate
+
+@subsection Complex expressions
+
+More complicated expressions are possible using:
+
+@table @code
+@item NUM
+A plain integer represents a commodity-less amount.
+
+@item @{AMOUNT@}
+An amount in braces can be any kind of amount supported by ledger,
+with or without a commodity.  Use this for decimal values.
+
+@item /REGEXP/
+A regular expression that matches against an account's full name.  If
+a transaction, this will match against the account affected by the
+transaction.
+
+@item //REGEXP/
+A regular expression that matches against an entry's payee name.
+
+@item ///REGEXP/
+A regular expression that matches against an account's base name.  If
+a transaction, this will match against the account affected by the
+transaction.
+
+@item (EXPR)
+A sub-expression is nested in parenthesis.  This can be useful passing
+more complicated arguments to functions, or for overriding the natural
+precedence order of operators.
+
+@item [DATE]
+Useful specifying a date in plain terms.  For example, you could say
+@samp{[2004/06/01]}.
+
+@item @@STR(ARGS,...)
+If Python support is compiled in, this calls the Python function
+@code{STR}.  It is always be passed at least one argument, of type
+@var{ledger.Details}, representing the known account, entry, and
+transaction details at the time the value expression is computed.
+Other value expression arguments may also be passed by the user, all
+of type @var{Value}.
+@end table
+
+@node Period expressions, File format, Value expressions, Running Ledger
+@section Period expressions
+
+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 &lt;SPEC&gt;
+since &lt;SPEC&gt;
+@end example
+
+The end time can be either of:
+
+@example
+to &lt;SPEC&gt;
+until &lt;SPEC&gt;
+@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
+&lt;SPEC&gt;
+in &lt;SPEC&gt;
+@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
+
+@node File format, Some typical queries, Period expressions, Running Ledger
+@section File format
+
+The ledger file format is quite simple, but also very flexible.  It
+supports many options, though typically the user can ignore most of
+them.  They are summarized below.
+
+The initial character of each line determines what the line means, and
+how it should be interpreted.  Allowable initial characters are:
+
+@table @code
+@item NUMBER
+A line beginning with a number denotes an entry.  It may be followed
+by any number of lines, each beginning with whitespace, to denote the
+entry's account transactions.  The format of the first line is:
+
+@example
+DATE [*] [(CODE)] DESC
+@end example
+
+If @samp{*} appears after the date, it indicates that entry is
+``cleared'', meaning it has been seen a bank statement, or otherwise
+verified.  If a @samp{CODE} appears in parentheses, it may be used to
+indicate a check number, or the type of the transaction.  Following
+these is the payee, or a description of the transaction.
+
+@item =
+An automated entry.  A value expression must appear after the equal
+sign.
+
+After this initial line there should be a set of one or more
+transactions, just as if it were normal entry.  If the amounts of the
+transactions have no commodity, they will be applied as modifiers to
+whichever real transaction is matched by the value expression.
+
+@item ~
+A period entry.  A period expression must appear after the tilde.
+
+After this initial line there should be a set of one or more
+transactions, just as if it were normal entry.
+
+@item !
+A line beginning with an exclamation mark denotes a command directive.
+It must be immediately followed by the command word.  The supported
+commands are:
+
+@table @samp
+@item !include
+Include the stated ledger file.
+
+@item !account
+The account name is given is taken to be the parent of all
+transactions that follow, until @samp{!end} is seen.
+
+@item !end
+Ends an account block.
+
+@item !python
+If Python support is available, all of the lines following
+@samp{!python} will be passed to the Python interpretor.  Any
+functions defined will be available to later Python blocks, and can be
+called from a value expression.  The Python code block must be ended
+with @samp{!end}.
+@end table
+
+@item ;
+A line beginning with a colon indicates a comment, and is ignored.
+
+@item Y
+If a line begins with a capital Y, it denotes the year used for all
+subsequent entries that give a date without a year.  The year should
+appear immediately after the Y, for example: @samp{Y2004}.  This is
+useful at the beginning of a file, to specify the year for that file.
+If all entries specify a year, however, this command has no effect.
+
+@item P
+Specifies a historical price for a commodity.  These are usually found
+in a pricing history file (see the @option{-Q} option).  The syntax
+is:
+@example
+P DATE SYMBOL PRICE
+@end example
+
+@item N SYMBOL
+Indicates that pricing information is to be ignored for a given
+symbol, nor will quotes ever be downloaded for that symbol.  Useful
+with a home currency, such as the dollar ($).  It is recommended that
+these pricing options be set in the price database file, which
+defaults to @file{~/.pricedb}.  The syntax for this command is:
+@example
+N SYMBOL
+@end example
+
+@item i, o, b, h
+These four relate to timeclock support, which permits ledger to read
+timelog files.  See the timeclock's documentation for more info on the
+syntax of its timelog files.
+@end table
+
+@node Some typical queries, Budgeting and forecasting, File format, Running Ledger
+@section Some typical queries
+
+A query such as the following shows all expenses since last
+October, sorted by total:
+
+@example
+ledger -b &quot;last oct&quot; -s -S T bal ^expenses
+@end example
+
+From left to right the options mean: Show entries since October, 2003;
+show all sub-accounts; sort by the absolute value of the total; and
+report the balance for all expenses.
+
+@subsection Reporting monthly expenses
+
+The following query makes it easy to see monthly expenses, with each
+month's expenses sorted by the amount:
+
+@example
+ledger -M --period-sort t reg ^expenses
+@end example
+
+Now, you might wonder where the money came from to pay for these
+things.  To see that report, add @option{-r}, which shows the
+``related account'' transactions:
+
+@example
+ledger -M --period-sort t -r reg ^expenses
+@end example
+
+But maybe this prints too much information.  You might just want to
+see how much you're spending with your MasterCard.  That kind of query
+requires the use of a display predicate, since the transactions
+calculated must match @samp{^expenses}, while the transactions
+displayed must match @samp{mastercard}.  The command would be:
+
+@example
+ledger -M -r -d /mastercard/ reg ^expenses
+@end example
+
+This query says: Report monthly subtotals; report the ``related
+account'' transactions; display only related transactions whose
+account matches @samp{mastercard}, and base the calculation on
+transactions matching @samp{^expenses}.
+
+This works just as well for report the overall total, too:
+
+@example
+ledger -s -r -d /mastercard/ reg ^expenses
+@end example
+
+The @option{-s} option subtotals all transactions, just as @option{-M}
+subtotaled by the month.  The running total in both cases is off,
+however, since a display expression is being used.
+
+@subsection Visualizing with Gnuplot
+
+If you have @command{Gnuplot} installed, you can graph any of the
+above register reports.  The script to do this is included in the
+ledger distribution, and is named @file{scripts/report}.  Install
+@file{report} anywhere along your @env{PATH}, and then use
+@command{report} instead of @command{ledger} when doing a register
+report.  The only thing to keep in mind is that you must specify
+@option{-j} or @option{-J} to indicate whether Gnuplot should plot the
+amount, or the running total.  For example, this command plots total
+monthly expenses made on your MasterCard.
+
+@example
+report -j -M -r -d /mastercard/ reg ^expenses
+@end example
+
+The @command{report} script is a very simple Bourne shell script, that
+passes a set of scripted commands to Gnuplot.  Feel free to modify the
+script to your liking, since you may prefer histograms to line plots,
+for example.
+
+@subsubsection Typical plots
+
+Here are some useful plots:
+
+@smallexample
+report -j -M reg ^expenses         # monthly expenses
+report -J reg checking             # checking account balance
+report -J reg ^income ^expenses    # cash flow report
+
+# net worth report, ignoring non-$ transactions
+
+report -J -l &quot;Ua&gt;=@{\$0.01@}&quot; reg ^assets ^liab
+
+# net worth report starting last February.  the use of a display
+# predicate (-d) is needed, otherwise the balance will start at
+# zero, and thus the y-axis will not reflect the true balance
+
+report -J -l &quot;Ua&gt;=@{\$0.01@}&quot; -d &quot;d&gt;=[last feb]&quot; reg ^assets ^liab
+@end smallexample
+
+The last report uses both a calculation predicate (@option{-l}) and a
+display predicate (@option{-d}).  The calculation predicates limits
+the report to transactions whose amount is greater than $1 (which can
+only happen if the transaction amount is in dollars).  The display
+predicate limits the entries @emph{displayed} to just those since last
+February, even those entries from before then will be computed as part
+of the balance.
+
+@node Budgeting and forecasting,  , Some typical queries, Running Ledger
+@section Budgeting and forecasting
+
+@subsection Budgeting
+
+Keeping a budget allows you to pay closer attention to your income and
+expenses, by reporting how far your actual financial activity is from
+your expectations.
+
+To start keeping a budget, put some period entries at the top of your
+ledger file.  A period entry is almost identical to a regular entry,
+except that it begins with a tilde and has a period expression in
+place of a payee.  For example:
+
+@smallexample
+~ Monthly
+  Expenses:Rent               $500.00
+  Expenses:Food               $450.00
+  Expenses:Auto:Gas           $120.00
+  Expenses:Insurance          $150.00
+  Expenses:Phone              $125.00
+  Expenses:Utilities          $100.00
+  Expenses:Movies              $50.00
+  Assets
+
+~ Yearly
+  Expenses:Auto:Repair        $500.00
+  Assets
+@end smallexample
+
+These two period entries give the usual monthly expenses, as well as
+one typical yearly expense.  For help on finding out what your average
+monthly expense is for any category, use a command like:
+
+@example
+ledger -p &quot;this year&quot; -MAs bal ^expenses
+@end example
+
+The reported totals are the current year's average for each account.
+
+Once these period entries are defined, creating a budget report is as
+easy as adding @option{--budget} to the command-line.  For example, a
+typical monthly expense report would be:
+
+@example
+ledger -M reg ^exp
+@end example
+
+To see the same report balanced against your budget, use:
+
+@example
+ledger --budget -M reg ^exp
+@end example
+
+A budget report includes only those accounts that appear in the
+budget.  To see all expenses balanced against the budget, use
+@option{--add-budget}.  You can even see only the unbudgeted expenses
+using @option{--unbudgeted}:
+
+@example
+ledger --unbudgeted -M reg ^exp
+@end example
+
+You can also use these flags with the @command{balance} command.
+
+@subsection Forecasting
+
+Sometimes it's useful to know what your finances will look like in the
+future, such as determining when an account will reach zero.  Ledger
+makes this easy to do, using the same period entries as are used for
+budgeting.  An example forecast report can be generated with:
+
+@example
+ledger --forecast &quot;T&gt;@{\$-500.00@}&quot; register ^assets ^liabilities
+@end example
+
+This report continues outputting transactions until the running total
+is greater than $-500.00.  A final transaction is always output, to
+show you what the total afterwards would be.
+
+Forecasting can also be used with the balance report, but by date
+only, and not against the running total:
+
+@example
+ledger --forecast &quot;d&lt;[2010]&quot; bal ^assets ^liabilities
+@end example
+
+@node Keeping a ledger, Extending with Python, Running Ledger, Top
 @chapter Keeping a ledger
 
 The most important part of accounting is keeping a good ledger.  If
@@ -188,19 +2551,19 @@ you.
 
 The Ledger program aims at making ledger entry as simple as possible.
 Since it is a command-line tool, it does not provide a user interface
-for keeping a ledger.  If you like, you may use Gnucash to maintain
-your ledger, in which case the Ledger program will read Gnucash's data
-files directly.  In that case, read the Gnucash manual now, and skip
+for keeping a ledger.  If you like, you may use GnuCash to maintain
+your ledger, in which case the Ledger program will read GnuCash's data
+files directly.  In that case, read the GnuCash manual now, and skip
 to the next chapter.
 
-If you are not using Gnucash, but a text editor to maintain your
+If you are not using GnuCash, but a text editor to maintain your
 ledger, read on.  Ledger has been designed to make data entry as
 simple as possible, by keeping the ledger format easy, and also by
 automagically determining as much information as possible based on the
 nature of your entries.
 
 For example, you do not need to tell Ledger about the accounts you
-use.  Any time Ledger sees a debit or a credit to an account it knows
+use.  Any time Ledger sees a transaction involving an account it knows
 nothing about, it will create it.  If you use a commodity that is new
 to Ledger, it will create that commodity, and determine its display
 characteristics (placement of the symbol before or after the amount,
@@ -210,11 +2573,11 @@ transaction.
 Here is the Pacific Bell example from above, given as a Ledger
 transaction:
 
-@example
-9/29  (100)  Pacific Bell
-    Expenses:Utilities:Telephone               $23.00
+@smallexample
+9/29 (100) Pacific Bell
+    Expenses:Utilities:Phone                   $23.00
     Assets:Checking                           $-23.00
-@end example
+@end smallexample
 
 As you can see, it is very similar to what would be written on paper,
 minus the computed balance totals, and adding in account names that
@@ -222,94 +2585,295 @@ work better with Ledger's scheme of things.  In fact, since Ledger is
 smart about many things, you don't need to specify the balanced
 amount, if it is the same as the first line:
 
-@example
-9/29  (100)  Pacific Bell
-    Expenses:Utilities:Telephone               $23.00
+@smallexample
+9/29 (100) Pacific Bell
+    Expenses:Utilities:Phone                   $23.00
     Assets:Checking
-@end example
+@end smallexample
 
 For this entry, Ledger will figure out that $-23.00 must come from
-``Assets:Checking'' in order to balance the entry.
+@samp{Assets:Checking} in order to balance the entry.
 
 @menu
-* Credits and Debits::		
-* Commodities and Currencies::	
-* Accounts and Inventories::	
-* Understanding Equity::	
-* Dealing with cash::		
-* Archiving previous years::	
-* Virtual transactions::	
-* Automated transactions::	
+* Stating where money goes::    
+* Assets and Liabilities::      
+* Commodities and Currencies::  
+* Accounts and Inventories::    
+* Understanding Equity::        
+* Dealing with Petty Cash::     
+* Archiving previous years::    
+* Virtual transactions::        
+* Automated transactions::      
 * Using Emacs to Keep Your Ledger::  
 * Using GnuCash to Keep Your Ledger::  
 * Using timeclock to record billable time::  
 @end menu
 
-@node Credits and Debits, Commodities and Currencies, Keeping a ledger, Keeping a ledger
-@section Credits and Debits
-
-Credit and debit are simple enough terms in themselves, but the usages
-of the modern world have made them very hard to puzzle out.
+@node Stating where money goes, Assets and Liabilities, Keeping a ledger, Keeping a ledger
+@section Stating where money goes
 
-Basically, a credit means you add something to an account, and a debit
-means you take away.  A debit card is correctly name: From your point
-of view, it debits your checking account every time you use it.
+Accountants will talk of ``credits'' and ``debits'', but the meaning
+is often different from the layman's understanding.  To avoid
+confusion, Ledger uses only subtractions and additions, although the
+underlying intent is the same as standard accounting principles.
 
-The credit card is strangely named, because you have to look at it
-from the merchant's point of view: Every time you use it, it credit's
-@emph{his} account right away.  This was a giant leap from the days of cash
-and checks, when the only other way to supply immediate credit was by
-a wire transfer.  But a credit card does not credit you anything at
-all.  In fact, from your point of view, it should be called a
-liability card, since it increases your liability to the issuing bank
-every time you use it.
+Recall that every transaction will involve two or more accounts.
+Money is transferred from one or more accounts to one or more other
+accounts.  To record the transaction, an amount is @emph{subtracted}
+from the source accounts, and @emph{added} to the target accounts.
 
-In Ledger, credits and debits are given as they are, which means that
-sometimes you will see a minus sign where you don't expect one.  For
-example, when you get paid, in order to credit your bank account, you
-need to debit an income account:
+In order to write a Ledger entry correctly, you must determine where
+the money comes from and where it goes to.  For example, when you are
+paid a salary, you must add money to your bank account and also
+subtract it from an income account:
 
-@example
+@smallexample
 9/29  My Employer
     Assets:Checking                           $500.00
     Income:Salary                            $-500.00
-@end example
-
-But wait, you say, why is the Income a negative figure?  And when you
-look at the balance totals for your ledger, you will certainly be
-surprised to see Expenses as a positive figure, and Income as a
-negative figure.  Isn't that the opposite of how it should look?
+@end smallexample
 
-It may take getting used to, but to properly use a general ledger you
-will need to think in terms of correct debits and credits.  Rather
-than Ledger ``fixing'' the minus signs, let's understand why they are
-there.
+Why is the Income a negative figure?  When you look at the balance
+totals for your ledger, you may be surprised to see that Expenses are
+a positive figure, and Income is a negative figure.  It may take some
+getting used to, but to properly use a general ledger you must think
+in terms of how money moves.  Rather than Ledger ``fixing'' the minus
+signs, let's understand why they are there.
 
 When you earn money, the money has to come from somewhere.  Let's call
-that somewhere ``society''.  In order for society to give you an income,
-you must take money away from society (debit) in order to put it into
-your bank (credit).  When you then spend that money, it leaves your
-bank account (debit) and goes back to society (credit).  This is why
-Income will appear negative---it reflects the money you have drawn
-from society---and why Expenses will be positive---it is the amount
-you've given back.  These credits and debits will always cancel each
-other out in the end, because you don't have the ability to create new
-money: It must always come from somewhere, and in the end must always
-leave.  This is the beginning of economy, after which the explanation
-gets terribly difficult.
+that somewhere ``society''.  In order for society to give you an
+income, you must take money away (withdraw) from society in order to
+put it into (make a payment to) your bank.  When you then spend that
+money, it leaves your bank account (a withdrawal) and goes back to
+society (a payment).  This is why Income will appear negative---it
+reflects the money you have drawn from society---and why Expenses will
+be positive---it is the amount you've given back.  These additions and
+subtractions will always cancel each other out in the end, because you
+don't have the ability to create new money: it must always come from
+somewhere, and in the end must always leave.  This is the beginning of
+economy, after which the explanation gets terribly difficult.
 
 Based on that explanation, here's another way to look at your balance
-report: Every negative figure means that that account or person or
+report: every negative figure means that that account or person or
 place has less money now than when you started your ledger; and every
 positive figure means that that account or person or place has more
 money now that when you started your ledger.  Make sense?
 
-Also, credit cards will have a negative value, because you are
-spending @emph{from} them (debit) in order pay someone else (credit).  They
-are called credit cards because you are able to instantly credit that
-other person, by simply waving a card.
+@node Assets and Liabilities, Commodities and Currencies, Stating where money goes, Keeping a ledger
+@section Assets and Liabilities
+
+Assets are money that you have, and Liabilities are money that you
+owe.  ``Liabilities'' is just a more inclusive name for Debts.
+
+An Asset is typically increased by transferring money from an Income
+account, such as when you get paid.  Here is a typical entry:
+
+@smallexample
+2004/09/29  My Employer
+    Assets:Checking               $500.00
+    Income:Salary
+@end smallexample
+
+Money, here, comes from an Income account belonging to ``My
+Employer'', and is transferred to your checking account.  The money is
+now yours, which makes it an Asset.
+
+Liabilities track money owed to others.  This can happen when you
+borrow money to buy something, or if you owe someone money.  Here is
+an example of increasing a MasterCard liability by spending money with
+it:
+
+@smallexample
+2004/09/30  Restaurant
+    Expenses:Dining                $25.00
+    Liabilities:MasterCard
+@end smallexample
+
+The Dining account balance now shows $25 spent on Dining, and a
+corresponding $25 owed on the MasterCard---and therefore shown as
+$-25.00.  The MasterCard liability shows up as negative because it
+offsets the value of your assets.
 
-@node Commodities and Currencies, Accounts and Inventories, Credits and Debits, Keeping a ledger
+The combined total of your Assets and Liabilities is your net worth.
+So to see your current net worth, use this command:
+
+@example
+ledger balance ^assets ^liabilities
+@end example
+
+Relatedly, your Income accounts show up negative, because they
+transfer money @emph{from} an account in order to increase your
+assets.  Your Expenses show up positive because that is where the
+money went to.  The combined total of Income and Expenses is your cash
+flow.  A negative cash flow means you are spending more than you make.
+To see your current cash flow, use this command:
+
+@example
+ledger balance ^income ^expenses
+@end example
+
+Another common question to ask of your expenses is: How much do I
+spend each month on X?  Ledger provides a simple way of displaying
+monthly totals for any account.  Here is an example that summarizes
+your monthly automobile expenses:
+
+@example
+ledger -M register expenses:auto
+@end example
+
+This assumes, of course, that you use account names like
+@samp{Expenses:Auto:Gas} and @samp{Expenses:Auto:Repair}.
+
+@subsection Tracking reimbursable expenses
+
+Sometimes you will want to spend money on behalf of someone else,
+which will eventually get repaid.  Since the money is still ``yours'',
+it is really an asset.  And since the expenditure was for someone
+else, you don't want it contaminating your Expenses reports.  You will
+need to keep an account for tracking reimbursements.
+
+This is fairly easy to do in ledger.  When spending the money, spend
+it @emph{to} your Assets:Reimbursements, using a different account for
+each person or business that you spend money for.  For example:
+
+@smallexample
+2004/09/29  Circuit City
+    Assets:Reimbursements:Company XYZ     $100.00
+    Liabilities:MasterCard
+@end smallexample
+
+This shows $100.00 spent on a MasterCard at Circuit City, with the
+expense was made on behalf of Company XYZ.  Later, when Company XYZ
+pays the amount back, the money will transfer from that reimbursement
+account back to a regular asset account:
+
+@smallexample
+2004/09/29  Company XYZ
+    Assets:Checking                       $100.00
+    Assets:Reimbursements:Company XYZ
+@end smallexample
+
+This deposits the money owed from Company XYZ into a checking account,
+presumably because they paid the amount back with a check.
+
+But what to do if you run your own business, and you want to keep
+track of expenses made on your own behalf, while still tracking
+everything in a single ledger file?  This is more complex, because you
+need to track two separate things: 1) The fact that the money should
+be reimbursed to you, and 2) What the expense account was, so that you
+can later determine where your company is spending its money.
+
+This kind of transaction is best handled with mirrored transactions in
+two different files, one for your personal accounts, and one for your
+company accounts.  But keeping them in one file involves the same
+kinds of transactions, so those are what is shown here.  First, the
+personal entry, which shows the need for reimbursement:
+
+@smallexample
+2004/09/29  Circuit City
+    Assets:Reimbursements:Company XYZ     $100.00
+    Liabilities:MasterCard
+@end smallexample
+
+This is the same as above, except that you own Company XYZ, and are
+keeping track of its expenses in the same ledger file.  This entry
+should be immediately followed by an equivalent entry, which shows the
+kind of expense, and also notes the fact that $100.00 is now payable
+to you:
+
+@smallexample
+2004/09/29  Circuit City
+    Company XYZ:Expenses:Computer:Software      $100.00
+    Company XYZ:Accounts Payable:Your Name
+@end smallexample
+
+This second entry shows that Company XYZ has just spent $100.00 on
+software, and that this $100.00 came from Your Name, which must be
+paid back.
+
+These two entries can also be merged, to make things a little clearer.
+Note that all amounts must be specified now:
+
+@smallexample
+2004/09/29  Circuit City
+    Assets:Reimbursements:Company XYZ         $100.00
+    Liabilities:MasterCard                   $-100.00
+    Company XYZ:Expenses:Computer:Software    $100.00
+    Company XYZ:Accounts Payable:Your Name   $-100.00
+@end smallexample
+
+To ``pay back'' the reimbursement, just reverse the order of
+everything, except this time drawing the money from a company asset,
+paying it to accounts payable, and then drawing it again from the
+reimbursement account, and paying it to your personal asset account.
+It's easier shown than said:
+
+@smallexample
+2004/10/15  Company XYZ
+    Assets:Checking                           $100.00
+    Assets:Reimbursements:Company XYZ        $-100.00
+    Company XYZ:Accounts Payable:Your Name    $100.00
+    Company XYZ:Assets:Checking              $-100.00
+@end smallexample
+
+And now the reimbursements account is paid off, accounts payable is
+paid off, and $100.00 has been effectively transferred from the
+company's checking account to your personal checking account.  The
+money simply ``waited''---in both @samp{Assets:Reimbursements:Company
+XYZ}, and @samp{Company XYZ:Accounts Payable:Your Name}---until such
+time as it could be paid off.
+
+The value of tracking expenses from both sides like that is that you
+do not contaminate your personal expense report with expenses made on
+behalf of others, while at the same time making it possible to
+generate accurate reports of your company's expenditures.  It is more
+verbose than just paying for things with your personal assets, but it
+gives you a very accurate information trail.
+
+The advantage to keep these doubled entries together is that they
+always stay in sync.  The advantage to keeping them apart is that it
+clarifies the transfer's point of view.  To keep the transactions in
+separate files, just separate the two entries that were joined above.
+For example, for both the expense and the pay-back shown above, the
+following four entries would be created.  Two in your personal ledger
+file:
+
+@smallexample
+2004/09/29  Circuit City
+    Assets:Reimbursements:Company XYZ     $100.00
+    Liabilities:MasterCard               $-100.00
+
+2004/10/15  Company XYZ
+    Assets:Checking                       $100.00
+    Assets:Reimbursements:Company XYZ    $-100.00
+@end smallexample
+
+And two in your company ledger file:
+
+@smallexample
+!account Company XYZ
+
+2004/09/29  Circuit City
+    Expenses:Computer:Software            $100.00
+    Accounts Payable:Your Name           $-100.00
+
+2004/10/15  Company XYZ
+    Accounts Payable:Your Name            $100.00
+    Assets:Checking                      $-100.00
+
+!end
+@end smallexample
+
+(Note: The @samp{!account} above means that all accounts mentioned in
+the file are children of that account.  In this case it means that all
+activity in the file relates to Company XYZ).
+
+After creating these entries, you will always know that $100.00 was
+spent using your MasterCard on behalf of Company XYZ, and that Company
+XYZ spent the money on computer software and paid it back about two
+weeks later.
+
+@node Commodities and Currencies, Accounts and Inventories, Assets and Liabilities, Keeping a ledger
 @section Commodities and Currencies
 
 Ledger makes no assumptions about the commodities you use; it only
@@ -323,11 +2887,10 @@ specifiers:
 
 @example
 $20.00         ; currency: twenty US dollars
-USD 20         ; currency: the same
 40 AAPL        ; commodity: 40 shares of Apple stock
-MD 60          ; currency: 60 Deutsch Mark
+60 DM          ; currency: 60 Deutsch Mark
 &#163;50            ; currency: 50 British pounds
-50e            ; currency: 50 Euros (use symbol)
+50 EUR         ; currency: 50 Euros (or use appropriate symbol)
 @end example
 
 Ledger will examine the first use of any commodity to determine how
@@ -342,13 +2905,13 @@ have separate totals for each.  For example, if your brokerage account
 contains both cash, gold, and several stock quantities, the balance
 might look like:
 
-@example
+@smallexample
   $200.00
 100.00 AU
   AAPL 40
  BORL 100
  FEQTX 50  Assets:Brokerage
-@end example
+@end smallexample
 
 This balance report shows how much of each commodity is in your
 brokerage account.
@@ -356,65 +2919,50 @@ brokerage account.
 Sometimes, you will want to know the current street value of your
 balance, and not the commodity totals.  For this to happen, you must
 specify what the current price is for each commodity.  The price can
-be in any commodity, in which case the balance will be computed in
-terms of that commodity.  The usual way to specify prices is with a
-file of price settings, which might look like this:
+be any commodity, in which case the balance will be computed in terms
+of that commodity.  The usual way to specify prices is with a price
+history file, which might look like this:
 
-@example
-AU=$357.00
-AAPL=$37
-BORL=$19
-FEQTX=$32
-@end example
+@smallexample
+P 2004/06/21 02:18:01 FEQTX $22.49
+P 2004/06/21 02:18:01 BORL $6.20
+P 2004/06/21 02:18:02 AAPL $32.91
+P 2004/06/21 02:18:02 AU $400.00
+@end smallexample
 
-Specify the prices file using the @samp{-p} option:
+Specify the price history to use with the @option{-P} option:
 
 @example
-ledger -p prices.db balance brokerage
+ledger -P prices.db balance brokerage
 @end example
 
-Now the balance for your brokerage account will be given in US
-dollars, since the prices database has specified conversion factors
-from each commodity into dollars:
+The balance for your brokerage account will be reported in US dollars,
+since the prices database uses that currency.
 
-@example
+@smallexample
 $40880.00  Assets:Brokerage
-@end example
+@end smallexample
 
 You can convert from any commodity to any other commodity.  Let's say
 you had $5000 in your checking account, and for whatever reason you
-wanted to know many ounces of gold that would buy.  If gold is
-currently $357 per ounce, then each dollar is worth 1/357 AU:
-
-@example
-ledger -p &quot;$=0.00280112 AU&quot; balance checking
-@end example
-
-@example
-14.01 AU  Assets:Checking
-@end example
-
-$5000 would buy 14 ounces of gold, which becomes the new display
-commodity since a conversion factor was provided.
-
-Commodities conversions can also be chained, up to a depth of 10.
-Here is a sample prices database that uses chaining:
+wanted to know many ounces of gold that would buy, in terms of the
+current price of gold:
 
 @example
-AAPL=$15
-$=0.00280112 AU
-AU=300 Euro
-Euro=MD 0.75
+ledger -T &quot;@{1 AU@}*(O/P@{1 AU@})&quot; balance checking
 @end example
 
-This is a roundabout way of reporting AAPL shares in their Deutsch
-Mark equivalent.
+Although the total expression appears complex, it is simply saying
+that the reported total should be in multiples of AU units, where the
+quantity is the account total divided by the price of one AU.  Without
+the initial multiplication, the reported total would still use the
+dollars commodity, since multiplying or dividing amounts always keeps
+the left value's commodity.  The result of this command might be:
 
-@menu
-* Commodity price histories::	
-@end menu
+@smallexample
+14.01 AU  Assets:Checking
+@end smallexample
 
-@node Commodity price histories,  , Commodities and Currencies, Commodities and Currencies
 @subsection Commodity price histories
 
 Whenever a commodity is purchased using a different commodity (such as
@@ -423,65 +2971,18 @@ that commodity on that day.  It is also possible, by recording price
 details in a ledger file, to specify other prices for commodities at
 any given time.  Such price entries might look like those below:
 
-@example
+@smallexample
 P 2004/06/21 02:17:58 TWCUX $27.76
 P 2004/06/21 02:17:59 AGTHX $25.41
 P 2004/06/21 02:18:00 OPTFX $39.31
 P 2004/06/21 02:18:01 FEQTX $22.49
 P 2004/06/21 02:18:02 AAPL $32.91
-@end example
+@end smallexample
 
 By default, ledger will not consider commodity prices when generating
 its various reports.  It will always report balances in terms of the
 commodity total, rather than the current value of those commodities.
-To enable pricing reports, three options are possible:
-
-@table @strong
-@item @strong{-P FILE}
-With this option, or if the environment variable @samp{PRICE_HIST} is
-set, pricing information obtained from the Internet will be kept
-in this file.  Also, this file will be read after all other ledger
-files are read, so that full history information is available for
-reports.
-
-@item @strong{-T}
-Report commodity totals only, not their market value or basis cost.
-
-@item @strong{-V}
-Report commodity values in terms of their last known market price.
-
-@item @strong{-B}
-Report commodities in terms of their ``basis cost'', or what they cost
-at time of purchase.  Thus, totals in the register and balance
-report reflect the total amount spent.
-
-@item @strong{-A}
-Report commodities in terms of their net gain, which is: the market
-value minus the cost basis.  A balance report using this option
-shows very quickly the performance of investments.
-
-@item @strong{-Q}
-When needed (see the @samp{-L} option) pricing quotes are obtained by
-calling the script @samp{getquote} (a sample Perl script is provided, but
-the interface is kept simple so replacements may be made).
-
-@item @strong{-L MINS}
-When using the @samp{-Q} flag, new quotes are obtained only if current
-pricing data is older than MINS minutes.  The default is one day,
-or 1440 minutes.
-
-@item @strong{-p ARG}
-If a string, such as ``COMM=$1.20'', the commodity COMM will be
-reported only in terms of the conversion factor, which supersedes
-all other pricing histories for that commodity.  This can be used to
-perform arbitrary value substitutions.  For example, to report the
-value of your dollars in terms of the ounces of gold they would buy,
-use: -p ``$=0.00280112 AU'' (or whatever the current exchange rate
-is).
-
-@end table
-
-Note that the @samp{-B}, @samp{-T}, @samp{-V}, and @samp{-A} are mutually exclusive.
+To enable pricing reports, use one of the commodity reporting options.
 
 @node Accounts and Inventories, Understanding Equity, Commodities and Currencies, Keeping a ledger
 @section Accounts and Inventories
@@ -493,35 +2994,35 @@ various items in EverQuest, and want to keep track of them using a
 ledger.  Just add items of whatever quantity you wish into your
 EverQuest account:
 
-@example
+@smallexample
 9/29  Get some stuff at the Inn
     Places:Black's Tavern                   -3 Apples
     Places:Black's Tavern                   -5 Steaks
     EverQuest:Inventory
-@end example
+@end smallexample
 
 Now your EverQuest:Inventory has 3 apples and 5 steaks in it.  The
-amounts are negative, because you are taking @emph{from} Black's Tavern in
-order to credit your Inventory account.  Note that you don't have to
-use ``Places:Black's Tavern'' as the source account.  You could use
-``EverQuest:System'' to represent the fact that you acquired them
-online.  The only purpose for choosing one kind of source account over
-another is for generate more informative reports later on.  The more
-you know, the better analysis you can perform.
+amounts are negative, because you are taking @emph{from} Black's
+Tavern in order to add to your Inventory account.  Note that you don't
+have to use @samp{Places:Black's Tavern} as the source account.  You
+could use @samp{EverQuest:System} to represent the fact that you
+acquired them online.  The only purpose for choosing one kind of
+source account over another is for generate more informative reports
+later on.  The more you know, the better analysis you can perform.
 
 If you later sell some of these items to another player, the entry
 would look like:
 
-@example
-10/2  Strum Brightblade
+@smallexample
+10/2  Sturm Brightblade
     EverQuest:Inventory                     -2 Steaks
     EverQuest:Inventory                     15 Gold
-@end example
+@end smallexample
 
 Now you've turned 2 steaks into 15 gold, courtesy of your customer,
-Strum Brightblade.
+Sturm Brightblade.
 
-@node Understanding Equity, Dealing with cash, Accounts and Inventories, Keeping a ledger
+@node Understanding Equity, Dealing with Petty Cash, Accounts and Inventories, Keeping a ledger
 @section Understanding Equity
 
 The most confusing entry in any ledger will be your equity account---
@@ -532,11 +3033,11 @@ in some of your accounts.  Let's say there's $100 in your checking
 account; then add an entry to your ledger to reflect this amount.
 Where will money come from?  The answer: your equity.
 
-@example
+@smallexample
 10/2  Opening Balance
     Assets:Checking                         $100.00
     Equity:Opening Balances
-@end example
+@end smallexample
 
 But what is equity?  You may have heard of equity when people talked
 about house mortgages, as ``the part of the house that you own''.
@@ -548,50 +3049,50 @@ account, you will have to debit the equity by selling it.
 When you start a ledger, you are probably already worth something.
 Your net worth is your current equity.  By transferring the money in
 the ledger from your equity to your bank accounts, you are crediting
-the ledger account based on your prior equity value.  That is why,
-when you look at the balance report, you will see a large negative
-number for Equity that never changes: Because that is what you were
-worth (what you debited from yourself in order to start the ledger)
-before the money started moving around.  If the total positive value
-of your assets is greater than the absolute value of your starting
-equity, it means you are making money.
+the ledger account based on your prior equity.  That is why, when you
+look at the balance report, you will see a large negative number for
+Equity that never changes: Because that is what you were worth (what
+you debited from yourself in order to start the ledger) before the
+money started moving around.  If the total positive value of your
+assets is greater than the absolute value of your starting equity, it
+means you are making money.
 
 Clear as mud?  Keep thinking about it.  Until you figure it out, put
-``-- -Equity'' at the end of your balance command, to remove the
-confusing figure from the totals.
+@samp{-Equity} at the end of your balance command, to remove the
+confusing figure from the total.
 
-@node Dealing with cash, Archiving previous years, Understanding Equity, Keeping a ledger
-@section Dealing with cash
+@node Dealing with Petty Cash, Archiving previous years, Understanding Equity, Keeping a ledger
+@section Dealing with Petty Cash
 
 Something that stops many people from keeping a ledger at all is the
-insanity of tracking cash expenses.  They rarely generate a receipt,
-and there are often a lot of small transactions, rather than a few
-large ones, as with checks.
+insanity of tracking small cash expenses.  They rarely generate a
+receipt, and there are often a lot of small transactions, rather than
+a few large ones, as with checks.
 
-The answer is: don't bother.  Move your spending to a debit card, but
-in general ignore cash.  Once you withdraw it from the ATM, mark it as
-already spent to an ``Expenses:Cash'' category:
+One solution is: don't bother.  Move your spending to a debit card,
+but in general ignore cash.  Once you withdraw it from the ATM, mark
+it as already spent to an @samp{Expenses:Cash} category:
 
-@example
+@smallexample
 2004/03/15 ATM
     Expenses:Cash                      $100.00
     Assets:Checking
-@end example
+@end smallexample
 
 If at some point you make a large cash expense that you want to track,
-just ``move'' the amount of the expense from ``Expenses:Cash'' into the
-target account:
+just ``move'' the amount of the expense from @samp{Expenses:Cash} into
+the target account:
 
-@example
+@smallexample
 2004/03/20 Somebody
     Expenses:Food                       $65.00
     Expenses:Cash
-@end example
+@end smallexample
 
 This way, you can still track large cash expenses, while ignoring all
 of the smaller ones.
 
-@node Archiving previous years, Virtual transactions, Dealing with cash, Keeping a ledger
+@node Archiving previous years, Virtual transactions, Dealing with Petty Cash, Keeping a ledger
 @section Archiving previous years
 
 After a while, your ledger can get to be pretty large.  While this
@@ -603,43 +3104,42 @@ them.
 Thus, archiving the data from previous years into their own files can
 offer a sense of completion, and freedom from the past.  But how to
 best accomplish this with the ledger program?  There are two commands
-that make it very simple: ``print'', and ``equity''.
+that make it very simple: @command{print}, and @command{equity}.
 
 Let's take an example file, with data ranging from year 2000 until
 2004.  We want to archive years 2000 and 2001 to their own file,
-leaving just 2003 and 2004 in the current file.  So, use ``print'' to
-output all the earlier entries to a file called @samp{ledger-old.dat}.
-(Keeping in mind that the ending date is not inclusive, which is why
-2002 is mentioned in the following command):
+leaving just 2003 and 2004 in the current file.  So, use
+@command{print} to output all the earlier entries to a file called
+@file{ledger-old.dat}.  (Keeping in mind that the ending date is not
+inclusive, which is why 2002 is mentioned in this command):
 
-@example
-$ ledger -f ledger.dat -b 2000/1/1 -e 2002/1/1 print \
-    &gt; ledger-old.dat
-@end example
+@smallexample
+ledger -f ledger.dat -b 2000 -e 2002 print &gt; ledger-old.dat
+@end smallexample
 
-To delete older data from the current ledger file, use ``print'' again,
-this time specifying year 2002 as the starting date:
+To delete older data from the current ledger file, use @command{print}
+again, this time specifying year 2002 as the starting date:
 
 @example
-$ ledger -f ledger.dat -b 2002/1/1 print &gt; x
-$ mv x ledger.dat
+ledger -f ledger.dat -b 2002 print &gt; x
+mv x ledger.dat
 @end example
 
-However, now the current file contains @emph{only} transactions from 2002
-onward, which will not yield accurate present-day balances, because
-the net income from previous years is no longer being tallied.  To
-compensate for this, we must append an equity report for the old
+However, now the current file contains @emph{only} transactions from
+2002 onward, which will not yield accurate present-day balances,
+because the net income from previous years is no longer being tallied.
+To compensate for this, we must append an equity report for the old
 ledger at the beginning of the new one:
 
 @example
-$ ledger -f ledger-old.dat equity &gt; equity.dat
-$ cat equity.dat ledger.dat &gt; x
-$ mv x ledger.dat
-$ rm equity.dat
+ledger -f ledger-old.dat equity &gt; equity.dat
+cat equity.dat ledger.dat &gt; x
+mv x ledger.dat
+rm equity.dat
 @end example
 
-Now the balances reported from @samp{ledger.dat} are identical to what they
-were before the data was split.
+Now the balances reported from @file{ledger.dat} are identical to what
+they were before the data was split.
 
 How often should you split your ledger?  You never need to, if you
 don't want to.  Even eighty years of data will not slow down ledger
@@ -667,122 +3167,145 @@ if you want to ensure the virtual transaction balances with other
 virtual transactions in the same entry, use square brackets.  For
 example:
 
-@example
-10/2  Paycheck
+@smallexample
+10/2 Paycheck
     Assets:Checking                        $1000.00
     Income:Salary                         $-1000.00
     (Debt:Alimony)                          $200.00
-@end example
+@end smallexample
 
 In this example, after receiving a paycheck an alimony debt is
 increased---even though no money has moved around yet.
 
-@example
+@smallexample
 10/2  Paycheck
     Assets:Checking                        $1000.00
     Income:Salary                         $-1000.00
     [Savings:Trip]                          $200.00
     [Assets:Checking]                      $-200.00
-@end example
+@end smallexample
 
 In this example, $200 has been deducted from checking toward savings
 for a trip.  It will appear as though the money has been moved from
-the account into ``Savings:Trip'', although no money has actually moved
-anywhere.
+the account into @samp{Savings:Trip}, although no money has actually
+moved anywhere.
 
 When balances are displayed, virtual transactions will be factored in.
 To view balances without any virtual balances factored in, using the
-``-R'' flag, for ``Reality''.
-
-Write about: Saving for a Special Occasion; Keeping a Budget; Tracking
-Allocated Funds.
+@option{-R} flag, for ``reality''.
 
 @node Automated transactions, Using Emacs to Keep Your Ledger, Virtual transactions, Keeping a ledger
 @section Automated transactions
 
 As a Bah&#225;'&#237;, I need to compute Huq&#250;qu'll&#225;h whenever I acquire assets.
-The exact details of this are a bit complex, so if you have further
-interest, please consult the Web.
+It is similar to tithing for Jews and Christians, or to Zak&#225;t for
+Muslims.  The exact details of computing Huq&#250;qu'll&#225;h are somewhat
+complex, but if you have further interest, please consult the Web.
 
-For any fellow Bah&#225;'&#237;s out there who want to track Huq&#250;qu'll&#225;h, the
-Ledger tool makes this extremely easy.  Just set up the following
+Ledger makes this otherwise difficult law very easy.  Just set up an
 automated transaction at the top of your ledger file:
 
-@example
-; These entries will compute Huq&#250;qu'll&#225;h based on the
-; contents of the ledger.
-
-= ^Income:
-= ^Expenses:Rent$
-= ^Expenses:Furnishings
-= ^Expenses:Business
-= ^Expenses:Taxes
-= ^Expenses:Insurance
-  (Liabilities:Huq&#250;qu'll&#225;h)               0.19
-@end example
-
-This automated transaction works by looking at each transaction
-appearing afterward in the ledger file.  If any match the account
-regexps, occurring after the equal signs above, 19% of the value of
-that transaction is applied to the ``Liabilities:Huq&#250;qu'll&#225;h'' account.
-So if $1000 is earned through Income:Salary, which is seen as a debit
-from Income, a debit of $190 is applied to ``Liabilities:Huq&#250;qu'll&#225;h'';
-if $1000 is spent on Rent---seen as a credit to the Expense account---a credit of $190 is applied to Huq&#250;qu'll&#225;h.  The ultimate balance
-of Huq&#250;qu'll&#225;h reflects how much must be paid to that account in order
-to balance it to zero.
-
-When you're ready to pay, just write a check directly to the account
-``Liabilities:Huq&#250;qu'll&#225;h'':
-
-@example
+@smallexample
+; This automated entry will compute Huq&#250;qu'll&#225;h based on this
+; journal's transactions.  Any that match will affect the
+; Liabilities:Huququ'llah account by 19% of the value of that
+; transaction.
+
+= /^(?:Income:|Expenses:(?:Business|Rent$|Furnishings|Taxes|Insurance))/
+  (Liabilities:Huququ'llah)               0.19
+@end smallexample
+
+This automated transaction works by looking at each transaction in the
+ledger file.  If any match the given value expression, 19% of the
+transaction's value is applied to the @samp{Liabilities:Huququ'llah}
+account.  So, if $1000 is earned from @samp{Income:Salary}, $190 is
+added to @samp{Liabilities:Huq&#250;qu'll&#225;h}; if $1000 is spent on Rent,
+$190 is subtracted.  The ultimate balance of Huq&#250;qu'll&#225;h reflects how
+much is owed in order to fulfill one's obligation to Huq&#250;qu'll&#225;h.
+When ready to pay, just write a check to cover the amount shown in
+@samp{Liabilities:Huququ'llah}.  That entry would look like:
+
+@smallexample
 2003/01/01 (101) Baha'i Huq&#250;qu'll&#225;h Trust
-    Liabilities:Huq&#250;qu'll&#225;h          $1,000.00
+    Liabilities:Huququ'llah          $1,000.00
     Assets:Checking
-@end example
+@end smallexample
 
 That's it.  To see how much Huq&#250;q is currently owed based on your
 ledger entries, use:
 
 @example
-ledger balance Liabilities:Huq&#250;q
+ledger balance Liabilities:Huquq
 @end example
 
+This works fine, but omits one aspect of the law: that Huquq is only
+due once the liability exceeds the value of 19 mithq&#225;ls of gold (which
+is roughly 2.22 ounces).  So what we want is for the liability to
+appear in the balance report only when it exceeds the present day
+value of 2.22 ounces of gold.  This can be accomplished using the
+command:
+
+@smallexample
+ledger -Q -t &quot;/Liab.*Huquq/?(a/P@{2.22 AU@}&lt;=@{-1.0@}&amp;a):a&quot; -s bal liab
+@end smallexample
+
+With this command, the current price for gold is downloaded, and the
+Huq&#250;qu'll&#225;h is reported only if its value exceeds that of 2.22 ounces
+of gold.  If you wish the liability to be reflected in the parent
+subtotal either way, use this instead:
+
+@smallexample
+ledger -Q -T &quot;/Liab.*Huquq/?(O/P@{2.22 AU@}&lt;=@{-1.0@}&amp;O):O&quot; -s bal liab
+@end smallexample
+
+In some cases, you may wish to refer to the account of whatever
+transaction matched your automated entry's value expression.  To do
+this, use the special account name @samp{$account}:
+
+@smallexample
+= /^Some:Long:Account:Name/
+  [$account]  -0.10
+  [Savings]    0.10
+@end smallexample
+
+This example causes 10% of the matching account's total to be deferred
+to the @samp{Savings} account---as a balanced virtual transaction,
+which may be excluded from reports by using @option{--real}.
 
 @node Using Emacs to Keep Your Ledger, Using GnuCash to Keep Your Ledger, Automated transactions, Keeping a ledger
 @section Using Emacs to Keep Your Ledger
 
-In the Ledger tarball is an Emacs module, @samp{ledger.el}.  This module
-makes the process of keeping a text ledger much easier for Emacs
-users.  I recommend putting this at the top of your ledger file:
+In the Ledger tarball is an Emacs module, @file{ledger.el}.  This
+module makes the process of keeping a text ledger much easier for
+Emacs users.  I recommend putting this at the top of your ledger file:
 
 @example
 ; -*-ledger-*-
 @end example
 
-And this in your @samp{.emacs} file, after copying @samp{ledger.el} to your
-site-lisp directory:
+And this in your @file{.emacs} file, after copying @file{ledger.el} to
+your @file{site-lisp} directory:
 
 @example
 (load &quot;ledger&quot;)
 @end example
 
-Now when you edit your ledger file, it will be in @samp{ledger-mode}.
-@samp{ledger-mode} adds the following commands:
+Now when you edit your ledger file, it will be in
+@command{ledger-mode}.  @command{ledger-mode} adds these commands:
 
 @table @strong
 @item C-c C-a
-For quickly adding new entries based on the form of older ones
-(see previous section).
+For quickly adding new entries based on the form of older ones (see
+previous section).
 
 @item C-c C-c
 Toggles the ``cleared'' flag of the transaction under point.
 
 @item C-c C-r
 Reconciles an account by displaying the transactions in another
-buffer, where simply hitting the spacebar will toggle the cleared
-flag of the transaction in the ledger.  It also displays the current
+buffer, where simply hitting the spacebar will toggle the cleared flag
+of the transaction in the ledger.  It also displays the current
 cleared balance for the account in the modeline.
-
 @end table
 
 @node Using GnuCash to Keep Your Ledger, Using timeclock to record billable time, Using Emacs to Keep Your Ledger, Keeping a ledger
@@ -794,12 +3317,12 @@ editor, and like doing so.  Perhaps an Emacs mode will appear someday
 soon to make editing Ledger's data files much easier.
 
 Until then, you are free to use GnuCash to maintain your ledger, and
-the Ledger program for querying and reporting on the contents
-of that ledger.  It takes a little longer to parse the XML data format
-that GnuCash uses, but the end result is identical.
+the Ledger program for querying and reporting on the contents of that
+ledger.  It takes a little longer to parse the XML data format that
+GnuCash uses, but the end result is identical.
 
 Then again, why would anyone use a Gnome-centric, 35 megabyte behemoth
-to edit their data, and a 65 kilobyte binary to query it...
+to edit their data, and a one megabyte binary to query it?
 
 @node Using timeclock to record billable time,  , Using GnuCash to Keep Your Ledger, Keeping a ledger
 @section Using timeclock to record billable time
@@ -817,48 +3340,47 @@ For example, the command-line version of the timeclock tool (which is
 written in Python) could be used to begin a timelog file like:
 
 @example
-$ export TIMELOG=$HOME/.timelog
-$ ti ClientOne  category
-$ sleep 10
-$ to waited for ten seconds
+export TIMELOG=$HOME/.timelog
+ti ClientOne category
+sleep 10
+to waited for ten seconds
 @end example
 
-The @strong{.timelog} file now contains:
+The @file{.timelog} file now contains:
 
-@example
+@smallexample
 i 2004/10/06 15:21:00 ClientOne  category
 o 2004/10/06 15:21:10 waited for ten seconds
-@end example
+@end smallexample
 
-Ledger can parse this directly, as if it had seen the following ledger
-entry:
+Ledger parses this directly, as if it had seen the following entry:
 
-@example
+@smallexample
 2004/10/06 category
-    (ClientOne)      0.00277h
-@end example
+    (ClientOne)      10s
+@end smallexample
 
 In other words, the timelog event pair is seen as adding 0.00277h (ten
-seconds) worth of time to the ClientOne account.  This would be
+seconds) worth of time to the @samp{ClientOne} account.  This would be
 considered billable time, which later could be invoiced and credited
 to accounts receivable:
 
-@example
+@smallexample
 2004/11/01 (INV#1) ClientOne, Inc.
     Receivable:ClientOne       $0.10
     ClientOne              -0.00277h @@ $35.00
-@end example
+@end smallexample
 
 The above transaction converts the clocked time into an invoice for
 the time spent, at an hourly rate of $35.  Once the invoice is paid,
 the money is deposited from the receivable account into a checking
 account:
 
-@example
+@smallexample
 2004/12/01 ClientOne, Inc.
     Assets:Checking            $0.10
     Receivable:ClientOne
-@end example
+@end smallexample
 
 And now the time spent has been turned into hard cash in the checking
 account.
@@ -868,17 +3390,19 @@ you will always know, by looking at the balance report, exactly how
 much unbilled and unpaid time you've spent working for any particular
 client.
 
-I like to @samp{!include} my timelog at the top of my company's accounting
-ledger, with the attached prefix ``Billable'':
+I like to @samp{!include} my timelog at the top of my company's
+accounting ledger, with the attached prefix @samp{Billable}:
 
-@example
+@smallexample
 ; -*-ledger-*-
 
 ; This is the ledger file for my company.  But first, include the
 ; timelog data, entering all of the time events within the umbrella
 ; account &quot;Billable&quot;.
 
-!include /home/johnw/.timelog Billable
+!account Billable
+!include /home/johnw/.timelog
+!end
 
 ; Here follows this fiscal year's transactions for the company.
 
@@ -889,460 +3413,31 @@ ledger, with the attached prefix ``Billable'':
 2004/12/01 ClientOne, Inc.
     Assets:Checking                $0.10
     Receivable:ClientOne
-@end example
-
-@node Running Ledger,  , Keeping a ledger, Top
-@chapter Running Ledger
-
-Now that you have an orderly and well-organized general ledger, it's
-time to start generating some orderly and well-organized reports.
-This is where the Ledger tool comes in.  With it, you can balance your
-checkbook, see where your money is going, tell whether you've made a
-profit this year, and even compute the present day value of your
-retirement accounts.  And all with the simplest of interfaces: the
-command-line.
-
-The most often used command will be the ``balance'' command:
-
-@example
-export LEDGER=/home/johnw/doc/ledger.dat
-ledger balance
-@end example
-
-Here I've set my Ledger environment variable to point to where my
-ledger file is hiding.  Thereafter, I needn't specify it again.
-
-The balance command prints out the summarized balances of all my
-top-level accounts, excluding sub-accounts.  In order to see the
-balances for a specific account, just specify a regular expression
-after the balance command:
-
-@example
-ledger balance expenses:food
-@end example
-
-This will show all the money that's been spent on food, since the
-beginning of the ledger.  For food spending just this month
-(September), use:
-
-@example
-ledger -d sep balance expenses:food
-@end example
-
-Or maybe I want to see all of my assets, in which case the -s (show
-sub-accounts) option comes in handy:
-
-@example
-ledger balance -s
-@end example
-
-To exclude a particular account, use a regular expression with a
-leading minus sign.  The following will show all expenses, but without
-food spending:
-
-@example
-ledger balance expenses -food
-@end example
-
-If you want to show all accounts but for one account, remember to use
-``--'' to separate the exclusion pattern from the options list:
-
-@example
-ledger balance -- -equity
-@end example
-
-@menu
-* File format::			
-* Command summary::		
-* Option summary::		
-* Environment variables::	
-@end menu
+@end smallexample
 
-@node File format, Command summary, Running Ledger, Running Ledger
-@section File format
-
-The ledger file format is quite simple, but supports many options.
-These are summarized here.
-
-The initial character of each line determines what that line means,
-and how it should be parsed.  The possibilities are:
-
-@table @strong
-@item NUMBER
-A line starting with a number denotes a regular ledger entry.  It
-may be followed by any number of lines that beginning whitespace, to
-denote account transactions.  The format of the header line is:
-@example
-DATE [*] [(CODE)] DESC
-@end example
-
-@item +
-If a line begins with plus, it denotes an inclusion regexp that
-will always be considered, as if it had been specified by the user
-at the end of their command-line.
-
-@item @strong{-}
-If a line begins with minus, it denotes an exclusion regexp that
-will always be considered, as if it had been specified by the user
-at the end of their command-line.
-
-@item @strong{=}
-If a line begins with equals, it denotes an automated transaction.
-The next item on the line must be a regular expression.  Any number
-of such lines may appear, with no intervening whitespace.
-Following this block of lines can be a list of account transactions
-preceded by whitespace.
-
-@item !WORD
-A line beginning with an exclamation mark denotes a command
-directive.  It must be immediately followed by a word specifying
-which directories.  At the moment, only @samp{!include} is supported, for
-including the content of other ledger files into the current one.
-
-@item whitespace
-A line beginning with whitespace, which is not part of a regular or
-automated transaction, is ignored.
-
-@item ;
-If a line begins with semicolon it is ignored.  This is the
-preferred method of entering comments.
-
-@item Y NUM
-If a line begins with a capital Y, it denotes the year to be used
-for all subsequent entries that specify a date, whatever their type.
-This sets the ``default year'', which ordinarily is the current year
-at the time the program is run.  Useful at the beginning of a file
-to specify the file's year.
-
-@item P DATE SYMBOL PRICE
-Capital P specifies a historical price for a commodity.  Any such
-number of entries are allowed.  These are usually found in a pricing
-history file (see the @samp{-Q} option).
-
-@item C SYMBOL PRICE
-Capital C specifies a conversion price for a commodity.  This has
-no reference to time, and always takes precedence over any
-historical price (even very current prices).
-
-@item N SYMBOL
-Capital N indicates that no implicit price conversions should be
-obtained for the given symbol.  This means that no quotes will ever
-be downloaded for that symbol.  Useful for a home currency, such as
-the dollar ($).  Be aware that these pricing options will set the
-default reporting characteristics for a commodity.  Thus it is
-recommended that pricing options occur only after all regular ledger
-entries have been parsed.
-
-@item i DATE TIME ACCOUNT  [DESC]
-Lowercase (and capital) i indicate an time-in event.  This will
-start accumulating hours in the account specified.  Usually these
-entries are created in a timelog file by the timeclock program,
-which is distributed with ledger.  There must be two spaces between
-the account name, and the optional description, if one is used.
-
-@item o DATE TIME ACCOUNT  [DESC]
-Lowercase (and capital) o indicate an time-out event.  This will
-accumulate hours in the account specified.  Usually these entries
-are created in a timelog file by the timeclock program, which is
-distributed with ledger.  There must be two spaces between the
-account name, and the optional description, if one is used.
-
-@item b, h
-Entries beginning with lowercase b and h are ignored.  These are
-special entries used by timeclock, but ignored by ledger.
-
-@end table
-
-@node Command summary, Option summary, File format, Running Ledger
-@section Command summary
-
-@menu
-* balance::			
-* register::			
-* print::			
-* equity::			
-* price::			
-* entry::			
-@end menu
-
-@node balance, register, Command summary, Command summary
-@subsection balance
-
-The ``balance'' command reports the current balance of any account.
-This command accepts a list of optional regexps, which will confine
-the balance report to only matching accounts.  By default, the
-balances for all accounts will be printed.  If an account contains
-multiple types of commodities, each commodity's total is separately
-reported.
-
-@node register, print, balance, Command summary
-@subsection register
+@node Extending with Python,  , Keeping a ledger, Top
+@chapter Extending with Python
 
-The ``register'' command displays all the transactions occurring in a
-single account, line by line.  The account regexp must be specified as
-the only argument to this command.  If any regexps occur after the
-required account name, the register will contain only those
-transactions that match.  Very useful for hunting down a particular
-transaction.
-
-The output from ``register'' is very close to what a typical checkbook,
-or single account ledger, would look like.  It also shows a running
-balance.  The final running balance of any register should always be
-the same as the current balance of that account.
-
-@node print, equity, register, Command summary
-@subsection print
-
-The ``print'' command prints out ledger entries just as they appear in
-the original ledger.  They will be properly formatted, and output in
-the most economic form possible.  The ``print'' command also takes a
-list of optional regexps, which will cause only those transactions
-which match in some way to be printed.
+Ledger fully supports Python as an extension language.  It may be used
+in a few different forms, which fall into three basic categories:
 
-The ``print'' command is a handy way to clean up a ledger file whose
-formatting has gotten out of hand.
-
-@node equity, price, print, Command summary
-@subsection equity
+@enumerate
+@item
+Defining Python functions to use in value expressions
+@item
+Using the ledger library as a Python module
+@item
+Setting up custom initialization using Python
+@end enumerate
 
-Equity transactions are used to establish the starting value of an
-account.  You might think of equity as the ``ether'' from which initial
-balances appear.
+Note that this feature, while functional, is still under development.
+It will not be documented until it has been fully proven, probably in
+the next version of ledger.  For now, if you wish to make this of this
+functionality and are willing to debug problems that come up, pass the
+option @samp{--enable-python} to configure, and contact the author via
+email.
 
-@node price, entry, equity, Command summary
-@subsection price
+One example of using Python to create a more complex report is in the
+script file @file{scripts/trend}.
 
-This commands displays the last known current price for a given
-commodity, using the specified end date for the cutoff (default is the
-present moment).  It takes a list of regexps, which can match the
-commodities used in the ledger file.  This command is helpful to
-quickly seeing the last current price for a specific commodity, or all
-commodities referenced by a ledger.
-
-@node entry,  , price, Command summary
-@subsection entry
-
-The three most laborious tasks of keeping a ledger are: adding new
-entries, reconciling accounts, and generating reports.  To address the
-first of these, there is a sub-command to ledger called ``entry''.  It
-works on the principle that 80% of all transactions are variants of
-earlier transactions.  Here's how it works:
-
-Let's say you have an old transaction of the following form:
-
-@example
-2004/03/15 * Viva Italiano
-    Expenses:Food                       $12.45
-    Expenses:Tips                        $2.55
-    Liabilities:MasterCard             $-15.00
-@end example
-
-Now it's 2004/4/9, and you've just eating at Viva Italiano again.  The
-exact amounts are different, but the overall form is the same.  With
-the ``entry'' command you can type:
-
-@example
-ledger entry 2004/4/9 viva food 11.00 tips 2.50
-@end example
-
-This will produce the following output:
-
-@example
-2004/04/09 Viva Italiano
-    Expenses:Food                       $11.00
-    Expenses:Tips                        $2.50
-    Liabilities:MasterCard             $-13.50
-@end example
-
-This works by finding a transaction that matches the regexp ``viva'',
-and then assuming that any accounts or amounts you specify will be the
-same as that earlier transaction.  If Ledger does not succeed in
-generating a new entry for you, it will print an error and set the
-exit code to 1.
-
-There is a shell script in the distribution called ``entry'', which
-simplifies the task of adding a new entry to your ledger, and then
-launches @samp{vi} to let you confirm that the entry looks appropriate.
-
-@node Option summary, Environment variables, Command summary, Running Ledger
-@section Option summary
-
-@menu
-* Basic options::		
-* Filtering options::		
-* Output formatting options::	
-* Commodity reporting options::	 
-@end menu
-
-@node Basic options, Filtering options, Option summary, Option summary
-@subsection Basic options
-
-@table @strong
-@item @strong{-v}
-Display the version of ledger being used.
-
-@item @strong{-h}
-Print out quick help on the various options and commands.
-
-@item @strong{-f FILE[=ACCOUNT]}
-Read ledger entries from FILE.  This takes precedence over the
-environment variable LEDGER.  If ``=ACCOUNT'' is
-appended to the filename, then all of the entries are seen as if the
-transactions accounts were prefixed by ``ACCOUNT:''.  There may be
-multiple occurrences of the @samp{-f} option.
-
-@item @strong{-i FILE}
-Read in the list of patterns to include/exclude from FILE.
-Ordinarily, these are specified as arguments after the command.
-
-@end table
-
-@node Filtering options, Output formatting options, Basic options, Option summary
-@subsection Filtering options
-
-@table @strong
-@item @strong{-b DATE}
-Only consider entries occuring on or after the given date.
-
-@item @strong{-e DATE}
-Only consider entries occuring before the given date.  The date is
-not inclusive, so any entries occurring on that date will not be
-used.
-
-@item @strong{-c}
-Only consider entries occurring on or before the current date.
-
-@item @strong{-d DATE}
-Only consider entries fitting the given date mask.  DATE in this
-case may be the name of a month, or a year, or a year and month,
-such as ``2004/05''.  It's a shorthand for having to specify -b and -e
-together.
-
-@item @strong{-C}
-Only consider entries whose cleared flag has been set.  The default
-is to consider both.
-
-@item @strong{-U}
-Show only uncleared transactions.  The default is to consider both.
-
-@item @strong{-l AMT}
-Limit balance reports to those which are greater than AMT.
-
-@item @strong{-N REGEXP}
-If an account matches REGEXP, only display it in the balance report
-if its total is negative.  Useful to avoid seeing credit in accounts
-where one cannot spend that credit, and it will soon become negative
-anyway (such as credit cards).
-
-@item @strong{-R}
-Ignore all virtual transactions, and report only the real balance
-for each account.
-
-@end table
-
-@node Output formatting options, Commodity reporting options, Filtering options, Option summary
-@subsection Output formatting options
-
-@table @strong
-@item @strong{-n}
-Do not show subtotals in the balance report, or split transactions
-in the register report.
-
-@item @strong{-s}
-If an account has children, show them in the balance report.
-
-@item @strong{-S}
-Sort the ledger after reading it.  This may affect ``register'' and
-``print'' output.
-
-@item @strong{-E}
-Also show empty accounts in the balance totals report.
-
-@item @strong{-F}
-Print full account names in all cases, such as ``Assets:Checking''
-instead of just ``Checking''.  Only used current by the ``balance''
-command.
-
-@item @strong{-M}
-When used with the ``register'' command, causes only monthly subtotals
-to appear.  This can be useful for looking at spending patterns.
-TODO: Accept an argument which specifies the period to use.
-
-@item @strong{-G}
-Modifies the output generated by -M to be friendly to programs like
-Gnuplot.  It strips away the commodity label, and outputs only two
-columns: the date and the amount.
-
-@end table
-
-@node Commodity reporting options,  , Output formatting options, Option summary
-@subsection Commodity reporting options
-
-@table @strong
-@item @strong{-P FILE}
-With this option, or if the environment variable @samp{PRICE_HIST} is
-set, pricing information obtained from the Internet will be kept
-in this file.  Also, this file will be read after all other ledger
-files are read, so that full history information is available for
-reports.
-
-@item @strong{-T}
-Report commodity totals only, not their market value or basis cost.
-
-@item @strong{-V}
-Report commodity values in terms of their last known market price.
-
-@item @strong{-B}
-Report commodities in terms of their ``basis cost'', or what they cost
-at time of purchase.  Thus, totals in the register and balance
-report reflect the total amount spent.
-
-@item @strong{-A}
-Report commodities in terms of their net gain, which is: the market
-value minus the cost basis.  A balance report using this option
-shows very quickly the performance of investments.
-
-@item @strong{-Q}
-When needed (see the @samp{-L} option) pricing quotes are obtained by
-calling the script @samp{getquote} (a sample Perl script is provided, but
-the interface is kept simple so replacements may be made).
-
-@item @strong{-L MINS}
-When using the @samp{-Q} flag, new quotes are obtained only if current
-pricing data is older than MINS minutes.  The default is one day,
-or 1440 minutes.
-
-@item @strong{-p ARG}
-If a string, such as ``COMM=$1.20'', the commodity COMM will be
-reported only in terms of the conversion factor, which supersedes
-all other pricing histories for that commodity.  This can be used to
-perform arbitrary value substitutions.  For example, to report the
-value of your dollars in terms of the ounces of gold they would buy,
-use: -p ``$=0.00280112 AU'' (or whatever the current exchange rate
-is).
-
-@end table
-
-@node Environment variables,  , Option summary, Running Ledger
-@section Environment variables
-
-@table @strong
-@item @samp{LEDGER}
-A colon-separated list of files to be parsed whenever ledger is run.
-Easier than typing @samp{-f} all the time.
-
-@item @samp{PRICE_HIST}
-The ledger file used to hold pricing data.  @samp{~/.pricedb} would be a
-good choice.
-
-@item @samp{PRICE_EXP}
-The number of minutes before pricing data becomes out-of-date.  The
-default is one day.  Use @samp{-L} to temporarily decrease or increase
-the value.
-
-@end table
-
-
-@c Page published by Emacs Muse ends here
-@contents
 @bye</diff>
      <filename>ledger.texi</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,26 @@
-2004/05/01 Checking balance
-  Assets:Checking               $500.00
+= /^Expenses:Books/
+  (Liabilities:Taxes)             -0.10
+
+~ Monthly
+  Assets:Bank:Checking          $500.00
+  Income:Salary
+
+2004/05/01 * Checking balance
+  Assets:Bank:Checking        $1,000.00
   Equity:Opening Balances
 
-2004/05/29 Book Store
-  Expenses:Books                 $20.00
-  Assets:Checking
+2004/05/01 * Investment balance
+  Assets:Brokerage              50 AAPL @ $30.00
+  Equity:Opening Balances
 
-2004/05/29 Restaurant
-  Expenses:Food                  $50.00
+2004/05/14 * Pay day
+  Assets:Bank:Checking          $500.00
+  Income:Salary
+
+2004/05/27 Book Store
+  Expenses:Books                 $20.00
   Liabilities:MasterCard
+
+2004/05/27 (100) Credit card company
+  Liabilities:MasterCard         $20.00
+  Assets:Bank:Checking</diff>
      <filename>sample.dat</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,4 @@
-This scripts are provided just in the way of giving ideas.  They
-probably all need to be modified to suit your particular environment.
-Beware!
+This scripts are provided just to give some ideas.  They probably need
+to be modified to better suit your environment.  Beware!
 
 John</diff>
      <filename>scripts/README</filename>
    </modified>
    <modified>
      <diff>@@ -1,27 +1,21 @@
 #!/bin/sh
 
-switch=&quot;&quot;
-current=&quot;-c&quot;
-limit=&quot;-l \$50&quot;
-negonly=&quot;-N ^Liabilities&quot;
+switch=&quot;-c&quot;
+limit=&quot;-t (/Liabilities/?a&lt;0:Ua&gt;100)&amp;a&quot;
 
-if [ &quot;$1&quot; = &quot;-C&quot; -o &quot;$1&quot; = &quot;-U&quot; -o &quot;$1&quot; = &quot;-P&quot; ]; then
+if [ &quot;$1&quot; = &quot;-C&quot; -o &quot;$1&quot; = &quot;-U&quot; ]; then
   switch=&quot;$1&quot;
   shift
-elif [ &quot;$1&quot; = &quot;-b&quot; -o &quot;$1&quot; = &quot;-e&quot; ]; then
-  current=&quot;$1 $2&quot;
+elif [ &quot;$1&quot; = &quot;-b&quot; -o &quot;$1&quot; = &quot;-e&quot; -o &quot;$1&quot; = &quot;-p&quot; ]; then
+  switch=&quot;$1 $2&quot;
   shift 2
 fi
 
 accts=&quot;$@&quot;
 if [ -z &quot;$accts&quot; ]; then
   accts=&quot;-Equity -Income -Expenses&quot;
-  if [ ! &quot;$switch&quot; = &quot;-P&quot; ]; then
-    accts=&quot;$accts -Savings -Retirement&quot;
-  fi
 else
   limit=&quot;&quot;
-  negonly=&quot;&quot;
 fi
 
-ledger $current $limit $negonly -s $switch balance $accts
+ledger -VQ $switch $limit -s -S &quot;-AT&quot; balance $accts</diff>
      <filename>scripts/bal</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -z &quot;$LEDGER&quot; -o ! -r $LEDGER ]; then
+if [ -z &quot;$LEDGER&quot; -o ! -r &quot;$LEDGER&quot; ]; then
    echo Please set your LEDGER environment variable.
 fi
 </diff>
      <filename>scripts/entry</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,16 @@
 #!/usr/bin/perl
 
-exit 0 if $ARGV[0] eq &quot;\$&quot;;
+$timeout = 60;
 
 use Finance::Quote;
 
 $q = Finance::Quote-&gt;new;
-
-$q-&gt;timeout(60);
+$q-&gt;timeout($timeout);
 $q-&gt;require_labels(qw/price/);
 
 %quotes = $q-&gt;fetch(&quot;nasdaq&quot;, $ARGV[0]);
-
 if ($quotes{$ARGV[0], &quot;price&quot;}) {
     print &quot;\$&quot;, $quotes{$ARGV[0], &quot;price&quot;}, &quot;\n&quot;;
+} else {
+    exit 1;
 }</diff>
      <filename>scripts/getquote</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,21 @@
 #!/bin/sh
 
-dir=$HOME/doc/finance
+# This script facilities plotting of a ledger register report.  If you
+# use OS/X, and have AquaTerm installed, you will probably want to set
+# LEDGER_TERM to &quot;aqua&quot;.
+#
+# Examples of use:
+#
+#   report -j -M reg food            # plot monthly food costs
+#   report -J reg checking           # plot checking account balance
 
-cd /tmp
+if [ -z &quot;$LEDGER_TERM&quot; ]; then
+  LEDGER_TERM=&quot;x11 persist&quot;
+fi
 
-ledger -M -G register &quot;$@&quot; &gt; $1
-
-gnuplot &lt;&lt;EOF
-set terminal png
-set output &quot;report.png&quot;
-set xdata time
-set timefmt &quot;%Y/%m/%d&quot;
-plot &quot;$1&quot; using 1:2 with linespoints
+(cat &lt;&lt;EOF; ledger &quot;$@&quot;) | gnuplot
+  set terminal $LEDGER_TERM
+  set xdata time
+  set timefmt &quot;%Y/%m/%d&quot;
+  plot &quot;-&quot; using 1:2 with lines
 EOF
-
-open report.png</diff>
      <filename>scripts/report</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Makefile</filename>
    </removed>
    <removed>
      <filename>ledger.cc</filename>
    </removed>
    <removed>
      <filename>parse.cc</filename>
    </removed>
    <removed>
      <filename>reports.cc</filename>
    </removed>
    <removed>
      <filename>scripts/mean</filename>
    </removed>
    <removed>
      <filename>scripts/profit</filename>
    </removed>
    <removed>
      <filename>scripts/reg</filename>
    </removed>
    <removed>
      <filename>scripts/spending</filename>
    </removed>
    <removed>
      <filename>scripts/worth</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>fa2ceaed13c031add578ee8eb33da0c9980b9fb1</id>
    </parent>
  </parents>
  <author>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </author>
  <url>http://github.com/jwiegley/ledger/commit/c9fb11bd60a2170fb896d77ff8d7706f563ad597</url>
  <id>c9fb11bd60a2170fb896d77ff8d7706f563ad597</id>
  <committed-date>2008-04-12T23:40:47-07:00</committed-date>
  <authored-date>2004-11-07T22:43:11-08:00</authored-date>
  <message>updated to version 2.0</message>
  <tree>42bdf09e7d8727ba31d1d8dae9b4eb4b2a605441</tree>
  <committer>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </committer>
</commit>
