Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (class commodity_t): Added commodity_t::default_commodity. | John Wiegley | 2008-04-13 | 1 | -0/+1 | |
| | ||||||
* | Updated binary file version. (read_binary_journal): Read in the | John Wiegley | 2008-04-13 | 1 | -1/+13 | |
| | | | | | default commodity. (write_binary_journal): Write out the default commodity. | |||||
* | (derive_new_entry): Simplified some code. (derive_new_entry): If no | John Wiegley | 2008-04-13 | 1 | -3/+7 | |
| | | | | | | commodity was specified for an amount, and none was figured out from previous transactions, then use the default commodity (which is specified using "D <SYMBOL>" in the ledger file). | |||||
* | Added code for setting the default year/month given in the prompt to | John Wiegley | 2008-04-13 | 1 | -1/+34 | |
| | | | | | C-c C-a. This is helpful for people with lots of receipts in a past month. | |||||
* | (parse): Added "D" directive to ledger files, which allows the user to | John Wiegley | 2008-04-13 | 1 | -0/+5 | |
| | | | | | specify which commodity is used for the default when none is specified or calculated by the "entry" command. | |||||
* | updated cache version | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | Increased version to 2.06 | John Wiegley | 2008-04-13 | 2 | -4/+4 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 0 | -0/+0 | |
| | ||||||
* | (read_binary_amount): If the commodity ident is zero, | John Wiegley | 2008-04-13 | 1 | -0/+7 | |
| | | | | | | | | it is an explicit reference to commodity_t::null_commodity. (write_binary_journal): Initialize account_index and commodity_index to zero before writing. (write_binary_journal): Set the "ident" field of the null_commodity to 0, so that read_binary_amount can recognize it. | |||||
* | Fixed a textual parsing bug. | John Wiegley | 2008-04-13 | 0 | -0/+0 | |
| | ||||||
* | Fixed a textual parsing bug. | John Wiegley | 2008-04-13 | 4 | -5/+9 | |
| | ||||||
* | Increased version to 2.04 | John Wiegley | 2008-04-13 | 2 | -4/+4 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 4 | -14/+14 | |
| | ||||||
* | Upped version to 2.03 | John Wiegley | 2008-04-13 | 2 | -4/+4 | |
| | ||||||
* | added a missing #include | John Wiegley | 2008-04-13 | 1 | -0/+2 | |
| | ||||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 13 | -25/+52 | |
| | ||||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 85 | -5511/+21019 | |
| | ||||||
* | changes | John Wiegley | 2008-04-13 | 2 | -25/+3 | |
| | ||||||
* | changes | John Wiegley | 2008-04-13 | 73 | -14911/+5255 | |
| | ||||||
* | corrected semantics of -j and -J | John Wiegley | 2004-09-27 | 1 | -7/+5 | |
| | ||||||
* | fixed a serious problem that prevented environment settings from being read | John Wiegley | 2004-09-27 | 2 | -3/+3 | |
| | ||||||
* | fixed several segfaults (using new option-scrambler test harness) | John Wiegley | 2004-09-27 | 4 | -7/+16 | |
| | ||||||
* | fixed assertion | John Wiegley | 2004-09-27 | 1 | -1/+1 | |
| | ||||||
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 7 | -20/+21 | |
| | ||||||
* | added safety to READ_INT macro | John Wiegley | 2004-09-26 | 1 | -17/+16 | |
| | ||||||
* | updated main.py to reflect recent changes to main.cc | John Wiegley | 2004-09-26 | 1 | -4/+5 | |
| | ||||||
* | updated TODO file | John Wiegley | 2004-09-26 | 0 | -0/+0 | |
| | ||||||
* | finished balance reporting capability in main.py | John Wiegley | 2004-09-26 | 2 | -8/+11 | |
| | ||||||
* | another fix to interval reporting; end condition was sometimes off by one | John Wiegley | 2004-09-26 | 1 | -1/+1 | |
| | ||||||
* | corrected the way that transaction handlers are flushed | John Wiegley | 2004-09-26 | 2 | -7/+9 | |
| | ||||||
* | corrected the deviation report (-D) when -V is also being used | John Wiegley | 2004-09-25 | 4 | -16/+10 | |
| | ||||||
* | doc updated | John Wiegley | 2004-09-25 | 1 | -121/+132 | |
| | ||||||
* | modified "report" script to expect a full register command, with -j or -J | John Wiegley | 2004-09-25 | 1 | -2/+2 | |
| | ||||||
* | fixed another problem with interval reports and the -s option | John Wiegley | 2004-09-25 | 1 | -6/+5 | |
| | ||||||
* | fixed a problem with interval strings that use only a beg or end date | John Wiegley | 2004-09-25 | 1 | -30/+34 | |
| | ||||||
* | sorting optimization | John Wiegley | 2004-09-25 | 3 | -18/+82 | |
| | ||||||
* | fixed another value_t comparison issue | John Wiegley | 2004-09-25 | 2 | -8/+7 | |
| | ||||||
* | a couple of fixes to collapsed and subtotal reports | John Wiegley | 2004-09-25 | 2 | -24/+20 | |
| | ||||||
* | corrected a small problem with conversion of numeric types to amount_t's | John Wiegley | 2004-09-25 | 1 | -17/+14 | |
| | ||||||
* | added TODO item | John Wiegley | 2004-09-25 | 0 | -0/+0 | |
| | ||||||
* | added documentation for the 'prices' command | John Wiegley | 2004-09-25 | 2 | -17/+52 | |
| | ||||||
* | added pysample.dat, which provides a more realistic example of using Python | John Wiegley | 2004-09-25 | 7 | -76/+94 | |
| | ||||||
* | if a commodity price cannot be downloaded, report it as an error | John Wiegley | 2004-09-25 | 6 | -15/+29 | |
| | ||||||
* | can't reliably use `access' and W_OK | John Wiegley | 2004-09-25 | 2 | -8/+3 | |
| | ||||||
* | fixed support for multiple argument passing to Python functions | John Wiegley | 2004-09-25 | 3 | -18/+53 | |
| | ||||||
* | accept multiple arguments passed to an interpreted function (more work tbd) | John Wiegley | 2004-09-24 | 2 | -30/+58 | |
| | ||||||
* | fixed printing of amounts that have a null commodity (was always precision 0) | John Wiegley | 2004-09-24 | 2 | -5/+15 | |
| | ||||||
* | improved error checking in parser, in case parts of an amount are missing | John Wiegley | 2004-09-24 | 5 | -29/+85 | |
| | ||||||
* | edited TODO | John Wiegley | 2004-09-24 | 0 | -0/+0 | |
| | ||||||
* | added support for "equity" in main.py | John Wiegley | 2004-09-24 | 6 | -17/+89 | |
| |