Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed XACT_BALANCE flag to XACT_MUST_BALANCE. | John Wiegley | 2008-09-19 | 1 | -1/+1 | |
| | ||||||
* | When automatically associating lot details with a commodity, use only the | John Wiegley | 2008-09-19 | 1 | -8/+2 | |
| | | | | | | price (based on the cost of the transactions), don't automatically use the date and the entry code -- since most people aren't going to be that specific at the time of sale, it's causes confusion in certain cases. | |||||
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -16/+16 | |
| | ||||||
* | Fixed the way that nested caught exceptions are rethrown, and how value | John Wiegley | 2008-09-15 | 1 | -4/+4 | |
| | | | | expressions are displayed when errors are found in them. | |||||
* | If an entry is being parsed but yields all null-amount transactions, | John Wiegley | 2008-09-14 | 1 | -4/+10 | |
| | | | | | | completely ignore the entry. This is useful for supporting "safety" entries whose only purpose is to assert the balance of account(s) at a certain point in time. | |||||
* | Transactional assignments (i.e., confirmed balances) are working now. | John Wiegley | 2008-09-14 | 1 | -29/+36 | |
| | ||||||
* | Ledger now builds without any significant warnings, except for one file. Some | John Wiegley | 2008-08-10 | 1 | -41/+43 | |
| | | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master. | |||||
* | Merge branch 'master' into v2.7a | John Wiegley | 2008-08-09 | 1 | -13/+6 | |
| | ||||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+1131 | |
is in doc/, etc. |