| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
That is, if a metadata tag cannot be found in a transaction, look in the
parent entry to see if it was set there. Transactions "inherit"
notational details from their entries.
|
|
|
|
|
| |
This is done in the value code, which knows -- based on the value's type
-- how best to apply the justification.
|
|
|
|
|
| |
The purpose was to provided a clearer relationship between the function
name and its expected arguments.
|
|
|
|
|
| |
For example: -S payee,-date sorts 1) ascending by payee, then 2)
descending by date.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This type was a holdback from the days before the amount_expr was used
everywhere to determine a transaction's value.
|
|
|
|
|
|
|
|
| |
Example:
] expr f(x) := x + 100
] expr f(100)
200
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As a result, dependency on the gdtoa was dropped, and dependency on mpfr was
added.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
value_t objects.
|
| |
|
| |
|
| |
|
|
|
|
| |
code sometimes.
|
|
|
|
| |
value_t.
|
|
|
|
| |
commodities instead.
|
| |
|
| |
|
| |
|
|
is in doc/, etc.
|