Commit graph

785 commits

Author SHA1 Message Date
John Wiegley
f741c1b62e *** empty log message *** 2008-04-13 02:41:27 -04:00
John Wiegley
73b9d060c0 *** empty log message *** 2008-04-13 02:41:27 -04:00
John Wiegley
a2423f99db *** empty log message *** 2008-04-13 02:41:27 -04:00
John Wiegley
08ad1f544f *** empty log message *** 2008-04-13 02:41:27 -04:00
John Wiegley
96acdec7b9 (value_expr_t::compute): Added new 'act_date' and 'eff_date' value
expressions, for getting at the explicit actual and effective dates of
a transaction or entry.  For accounts, these both refer to the present
moment.
2008-04-13 02:41:27 -04:00
John Wiegley
935f849c7d (parse_transaction): Assign the entry to an xact while parsing it so
that the 'd' variable is available to value expressions within a
transaction amount or cost.
2008-04-13 02:41:27 -04:00
John Wiegley
a597b0fb5e Further improvements to lot pricing. 2008-04-13 02:41:27 -04:00
John Wiegley
7901598f1d Checked in all major updates. 2008-04-13 02:41:27 -04:00
John Wiegley
4507573d4f *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
56e95af8e0 (config_t::regexps_to_predicate): Don't set the display predicate to
show only matching accounts when the --related flag is in use (which
was effectively masking out the whole point of using --related with
balance reports).
2008-04-13 02:41:26 -04:00
John Wiegley
e75bb1f71f *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
f819ba6c10 *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
224273fa54 *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
5a8d1fc8ea *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
f4e4cd2db8 *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
f2a167e0ed *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
9545b22b41 *** empty log message *** 2008-04-13 02:41:26 -04:00
John Wiegley
9349dadcfa *** empty log message *** 2008-04-13 02:41:25 -04:00
John Wiegley
7cf2a41755 (parse_transaction): Improved the @ check (scanning for a transaction
cost) so that it skips quoted symbol names and value expressions.
2008-04-13 02:41:25 -04:00
John Wiegley
f86e81732c (parse_value_term): Added support for general @name functions. This
used to mean Python functions, now it will be used for all further
value expression functions.  Right now this means the new @min(x,y)
and @max(x,y) functions.
2008-04-13 02:41:25 -04:00
John Wiegley
5cb727b718 *** empty log message *** 2008-04-13 02:41:25 -04:00
John Wiegley
fc8bbd5815 (parse_amount): Don't interpret an initial opening parenthesis as
inline math, but rather see it as introducing a value expression.
2008-04-13 02:41:25 -04:00
John Wiegley
0876d31157 (amount_t::valid): Don't verify the commodity as being non-null, since
NULL is a perfectly valid value for a commodity (it just means
null_commodity).  Also, never use commodity_->member, but always
commodity().member.
2008-04-13 02:41:25 -04:00
John Wiegley
244bbb6d12 Fixed some compiler complaints. 2008-04-13 02:41:25 -04:00
John Wiegley
4e76407003 *** empty log message *** 2008-04-13 02:41:25 -04:00
John Wiegley
34ed895907 (entries::format_last_entry): XML format now always uses the same date
format, and ignores --date-format.
2008-04-13 02:41:25 -04:00
John Wiegley
1761ae9272 *** empty log message *** 2008-04-13 02:41:25 -04:00
John Wiegley
c51704a2a1 (parse): Do not balance automated entries: they are now balanced as
part of the entry they match.  (parse): Report the remainder of failed
balances using `entry_balance'.  This can give a much better idea of
what went wrong, especially when values are being calculated.
2008-04-13 02:41:25 -04:00
John Wiegley
8916ec2483 Added a global variable `entry_balance' which contains the balance of
the last attempted entry finalization.
2008-04-13 02:41:24 -04:00
John Wiegley
21722ae484 (add_entry): Run `entry_finalize_hooks' before finalizing an entry.
This allows automated entries to add their transactions to the current
matching entry before that entry's balance is checked.
2008-04-13 02:41:24 -04:00
John Wiegley
7154896d20 *** empty log message *** 2008-04-13 02:41:24 -04:00
John Wiegley
5e0d36bc39 *** empty log message *** 2008-04-13 02:41:24 -04:00
John Wiegley
8d3403fbef (ledger-run-ledger): Report better error messages if
`ledger-binary-path' is set to an invalid value.
2008-04-13 02:41:24 -04:00
John Wiegley
c1b609d4e5 *** empty log message *** 2008-04-13 02:41:24 -04:00
John Wiegley
349183d5ea (write_textual_journal): Corrected an error message. 2008-04-13 02:41:24 -04:00
John Wiegley
10fc16e114 (actual_date, effective_date): Changed an assert for non-NULL to a
mere check (it happens with the 'output' command).
2008-04-13 02:41:24 -04:00
John Wiegley
e22fa78e84 Added a check for null. 2008-04-13 02:41:24 -04:00
John Wiegley
2df14a5b86 Transactions now track their beginning and ending position, as do
entries.  The new format strings %xB %xE %xb %xe can be used to
display those values relative to a transaction.  The Emacs module now
relies on this support to exactly determine where a transaction is,
rather than the Elisp logic it relied on previously.
2008-04-13 02:41:24 -04:00
John Wiegley
085420dd28 *** empty log message *** 2008-04-13 02:41:23 -04:00
John Wiegley
71a0ad82b9 (parse): The period phrase "every month" was not working (it required
you to say "every monthly").
2008-04-13 02:41:23 -04:00
John Wiegley
917ef6934c *** empty log message *** 2008-04-13 02:41:23 -04:00
John Wiegley
d9102c7559 (increment): When calculating time interval increments, set tm_isdst
to zero to avoid gaining or losing a day because of daylight savings
time.
2008-04-13 02:41:23 -04:00
John Wiegley
7a44b2e367 *** empty log message *** 2008-04-13 02:41:23 -04:00
John Wiegley
4aea9709bb Made several changes to the parsing infrastructure to allow passing
the "config_t" object around.  This is needed for parsing option
settings in the initialization file.
2008-04-13 02:41:23 -04:00
John Wiegley
17e872689e *** empty log message *** 2008-04-13 02:41:23 -04:00
John Wiegley
d19f377491 (Format strings): Removed the note saying that -P is an alternative to
--price-db.
2008-04-13 02:41:23 -04:00
John Wiegley
c9bae72c91 *** empty log message *** 2008-04-13 02:41:23 -04:00
John Wiegley
ced1d5a308 Relaxed parsing so that tabs are allowed in several places that
required spaces before.
2008-04-13 02:41:23 -04:00
John Wiegley
0ac399d68f *** empty log message *** 2008-04-13 02:41:22 -04:00
John Wiegley
c4b55427d0 *** empty log message *** 2008-04-13 02:41:22 -04:00