summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed the reconciling feature so that it doesn't need to ask for theJohn Wiegley2008-04-131-10/+8
| | | | "number of days".
* *** empty log message ***John Wiegley2008-04-130-0/+0
|
* doc fixJohn Wiegley2008-04-131-1/+1
|
* (format): Pay attention to the max_width setting for each formattingJohn Wiegley2008-04-131-1/+8
| | | | | element. This means that "%.20N" can no longer exceed 20 characters of width.
* Updated to python2.4John Wiegley2008-04-131-2/+2
|
* *** empty log message ***John Wiegley2008-04-131-5/+5
|
* *** empty log message ***John Wiegley2008-04-130-0/+0
|
* (parse_and_report): If cache_file is "<none>", blank it out. ThisJohn Wiegley2008-04-131-2/+5
| | | | steps around the logic that sets the default name.
* Set cache_file to "<none>" if --no-cache is used.John Wiegley2008-04-131-1/+1
|
* *** empty log message ***John Wiegley2008-04-130-0/+0
|
* Check for libxmlparse.a using a compile test instead of a link test.John Wiegley2008-04-131-7/+33
| | | | This is much less ambiguous.
* (option_full_help): Added docs for --no-cache. (option_help): AddedJohn Wiegley2008-04-131-0/+6
| | | | docs for --no-cache. Added --no-cache option.
* (libledger_a_CXXFLAGS): Define -DHAVE_XMLPARSE=1 if the configure fileJohn Wiegley2008-04-131-0/+1
| | | | did.
* *** empty log message ***John Wiegley2008-04-130-0/+0
|
* Increased version to 2.1.John Wiegley2008-04-132-4/+4
|
* *** empty log message ***John Wiegley2008-04-130-0/+0
|
* Added commodity_t::default_commodity. Initialize the same.John Wiegley2008-04-131-2/+4
|
* (class commodity_t): Added commodity_t::default_commodity.John Wiegley2008-04-131-0/+1
|
* Updated binary file version. (read_binary_journal): Read in theJohn Wiegley2008-04-131-1/+13
| | | | | default commodity. (write_binary_journal): Write out the default commodity.
* (derive_new_entry): Simplified some code. (derive_new_entry): If noJohn Wiegley2008-04-131-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 toJohn Wiegley2008-04-131-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 toJohn Wiegley2008-04-131-0/+5
| | | | | specify which commodity is used for the default when none is specified or calculated by the "entry" command.
* updated cache versionJohn Wiegley2008-04-131-1/+1
|
* Increased version to 2.06John Wiegley2008-04-132-4/+4
|
* *** empty log message ***John Wiegley2008-04-130-0/+0
|
* (read_binary_amount): If the commodity ident is zero,John Wiegley2008-04-131-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 Wiegley2008-04-130-0/+0
|
* Fixed a textual parsing bug.John Wiegley2008-04-134-5/+9
|
* Increased version to 2.04John Wiegley2008-04-132-4/+4
|
* *** empty log message ***John Wiegley2008-04-134-14/+14
|
* Upped version to 2.03John Wiegley2008-04-132-4/+4
|
* added a missing #includeJohn Wiegley2008-04-131-0/+2
|
* updated to 2.02John Wiegley2008-04-1313-25/+52
|
* updated to version 2.0John Wiegley2008-04-1385-5511/+21019
|
* changesJohn Wiegley2008-04-132-25/+3
|
* changesJohn Wiegley2008-04-1373-14911/+5255
|
* corrected semantics of -j and -JJohn Wiegley2004-09-271-7/+5
|
* fixed a serious problem that prevented environment settings from being readJohn Wiegley2004-09-272-3/+3
|
* fixed several segfaults (using new option-scrambler test harness)John Wiegley2004-09-274-7/+16
|
* fixed assertionJohn Wiegley2004-09-271-1/+1
|
* made several of the buffers used non-staticJohn Wiegley2004-09-267-20/+21
|
* added safety to READ_INT macroJohn Wiegley2004-09-261-17/+16
|
* updated main.py to reflect recent changes to main.ccJohn Wiegley2004-09-261-4/+5
|
* updated TODO fileJohn Wiegley2004-09-260-0/+0
|
* finished balance reporting capability in main.pyJohn Wiegley2004-09-262-8/+11
|
* another fix to interval reporting; end condition was sometimes off by oneJohn Wiegley2004-09-261-1/+1
|
* corrected the way that transaction handlers are flushedJohn Wiegley2004-09-262-7/+9
|
* corrected the deviation report (-D) when -V is also being usedJohn Wiegley2004-09-254-16/+10
|
* doc updatedJohn Wiegley2004-09-251-121/+132
|
* modified "report" script to expect a full register command, with -j or -JJohn Wiegley2004-09-251-2/+2
|