diff options
author | John Wiegley <johnw@newartisans.com> | 2005-06-22 23:05:20 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:12 -0400 |
commit | f05ef1085a2456d7310a62631d3acbb2e9754d9c (patch) | |
tree | 07a09cf3db1c88538cc7c17b558208966aa02ce6 /configure.in | |
parent | 6ecec7eb1e670dd31b670287d577980a69c9ce28 (diff) | |
download | fork-ledger-f05ef1085a2456d7310a62631d3acbb2e9754d9c.tar.gz fork-ledger-f05ef1085a2456d7310a62631d3acbb2e9754d9c.tar.bz2 fork-ledger-f05ef1085a2456d7310a62631d3acbb2e9754d9c.zip |
(parse_inline_math): Parse amounts that use any
of ()/*+- as "inline math". This causes "$100.00 * 20" to be
turned into the equivalent value expression "({$100.00} * {20})".
It is a shorthand, at the expense of a little textual parsing
speed.
(parse_amount): Call `parse_inline_math' if appropriate.
(parse_entry): Support transactions that follow immediately after
the payee name, separated by two or more spaces. This makes it
possible -- when a basket account is being used -- to list off
entry transactions one per line.
(parse): Allow a basket account to be specified using the syntax
"A ACCOUNT". From that point on in the file, any single
transactions entries will be balanced against that account.
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions