summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added income/expense summing.Bradley M. Kuhn2012-11-261-3/+26
| |
| * Fix ledger options and be sure starting is set to zero for new funds.Bradley M. Kuhn2012-11-261-38/+6
| |
| * Began fund-report.plx, which started as a copy of trial-balance-report.plx.Bradley M. Kuhn2012-11-261-0/+135
| | | | | | | | | | The revision history of trial-balance-report.plx can be found in the following location: http://gitorious.org/bkuhn/small-hacks/blobs/history/master/trial-balance-report.plx
| * MANIFEST output file that indicates which files are mentioned in general-ledger.Bradley M. Kuhn2012-11-262-3/+15
| | | | | | | | | | | | | | | | | | Due to reporting options given to ledger, not every file will be referenced by the general-ledger spreadsheet. The generated MANIFEST file now indicates which files were actually referenced in the general-ledger. The demo.sh script now uses this MANIFEST to create a zip file that contains only those files.
| * Support a broader set of possible tags to be placed into the spreadsheet.Bradley M. Kuhn2012-11-262-3/+14
| | | | | | | | | | | | | | | | | | | | I've now made a hard-coded list of potential tags that are supported and will be linked to in the general ledger spreadsheet. This list should probably be in a configuration file of some sort eventually, rather than hard coded. Indeed, note that the hard-coding goes into two different scripts, and thus the lists could easily get out of sync.
| * New test data for increasing the set of possible tags.Bradley M. Kuhn2012-11-263-1/+4
|/ | | | | I use more tags than just Invoice and Receipt, so I'd like this to support more than just two. Here's some test data showing other tags that I use.
* Update utfcpp submodule reference to ledger/utfcppJohn Wiegley2012-11-261-1/+1
|
* Merge branch 'next' of github.com:ledger/ledger into nextJohn Wiegley2012-11-265-19/+31
|\
| * Merge pull request #106 from afh/pull/typosJohn Wiegley2012-11-191-17/+17
| |\ | | | | | | Correct typos
| | * Correct typosAlexis Hildebrandt2012-11-101-17/+17
| | |
| * | Merge pull request #108 from afh/pull/python_xact_codeJohn Wiegley2012-11-194-2/+14
| |\ \ | | |/ | |/| Fix crash when accessing the transaction code via post.xact.code using python
| | * Fix crash when accessing the transaction code via post.xact.code using pythonAlexis Hildebrandt2012-11-194-2/+14
| |/ | | | | | | | | | | | | | | | | | | ledger would abort with the following error message: TypeError: No Python class registered for C++ class boost::optional<std::string> The changes pass a CallPolicy to make_getter when adding the transaction code property for python, so that the correct to_python conversion is made. For details see: http://www.boost.org/doc/libs/1_52_0/libs/python/doc/v2/faq.html#topythonconversionfailed
* | Shorten debug commentJohn Wiegley2012-11-231-1/+1
| |
* | Properly handle metadata tags on auto-postingsJohn Wiegley2012-11-122-7/+22
| |
* | Fixed a regression testJohn Wiegley2012-11-121-10/+10
| |
* | Account names in auto-xacts can be format stringsJohn Wiegley2012-11-121-0/+9
|/
* Merge branch 'next' of https://github.com/jwiegley/ledger into nextCraig Earls2012-11-062-9/+12
|\
| * Merge pull request #104 from csrhodes/nextJohn Wiegley2012-11-062-9/+12
| |\ | | | | | | justification
| | * right-justify amount_expr text in print report where possibleChristophe Rhodes2012-11-061-6/+7
| | |
| | * fix comment in display_filter_posts::output_rounding(post_t)Christophe Rhodes2012-11-061-3/+5
| |/ | | | | | | | | slightly more detail in the case of zero display_amount and --empty not specified.
* / Fixe } bugCraig Earls2012-11-061-2/+2
|/
* README-1ST changesJohn Wiegley2012-11-021-11/+10
|
* re-fixed draft and lisp command documentationCraig Earls2012-11-011-12/+12
|
* Guard against global_scope being NULLJohn Wiegley2012-10-311-1/+2
|
* Merge pull request #101 from OpenTechStrategies/readme-1st-tweaksJohn Wiegley2012-10-311-2/+7
|\ | | | | Give explicit installation command in README-1ST.
| * Give explicit installation command in README-1ST.Karl Fogel2012-10-311-2/+7
| |
* | Merge pull request #100 from OpenTechStrategies/readme-1st-tweaksJohn Wiegley2012-10-311-8/+9
|\| | | | | Improve wording from commit c5a15a556a6cd34f7afabaffbe76c26d18a7d81f.
| * Fix path to debug build given in README-1ST.Karl Fogel2012-10-311-1/+1
| |
| * Improve wording from commit c5a15a556a6cd34f7afabaffbe76c26d18a7d81f.Karl Fogel2012-10-311-7/+8
| |
* | Merge pull request #97 from enderw88/Bug726-727-draft-and-lisp-commandJohn Wiegley2012-10-311-2/+9
|\ \ | | | | | | Added "draft" and "lisp" command synonyms
| * | Added missing break; statement in report.ccCraig Earls2012-10-261-0/+1
| | |
| * | Added "draft" and "lisp" command synonymsCraig Earls2012-10-261-2/+8
| | |
* | | Merge pull request #99 from OpenTechStrategies/readme-1st-tweaksJohn Wiegley2012-10-311-7/+36
|\ \ \ | | |/ | |/| Add some material to README-1ST, along with a couple of formatting chang...
| * | Add some material to README-1ST, along with a couple of formatting changes.Karl Fogel2012-10-311-7/+36
|/ / | | | | | | | | | | | | | | Give an early pointer to where to look if 'acprep update' fails. Clarify a few things in the first section. Give sections clearer headers, so they can be more easily referred to. Add a FAQ entry about what to do if './acprep update' gives errors. Update FAQ entry about MPFR library to refer to above new entry.
* | Corrected a typoJohn Wiegley2012-10-311-2/+2
| |
* | Minor grammatical fixesCraig Earls2012-10-261-1/+1
| |
* | Documented removal of draft and lisp commands in the 2.6 changes chapterCraig Earls2012-10-261-0/+2
| |
* | Bugs 726 and 727. Remove reference to draft and lisp commands in man pageCraig Earls2012-10-261-13/+7
| |
* | Merge pull request #96 from enderw88/Bug634-floor-ceil-roundJohn Wiegley2012-10-267-3/+78
|\| | | | | Bug 634 and 488, Corrected behavior of floor, and added ceiling
| * Bug 634 and 488, Corrected behavior of floor, and added ceilingCraig Earls2012-10-257-3/+78
| | | | | | | | This is only a partial fix for 634, since rounding is not fixed.
* | Merge pull request #95 from enderw88/Bug695-init-fileJohn Wiegley2012-10-255-5/+47
|\| | | | | Bug695 init file
| * Fixes Bug 695, ledger ignores --init-fileCraig Earls2012-10-253-4/+18
| | | | | | | | | | | | Handle --init-file as a special command option like the debug options. That wway we can have the argument captured before teh global scope is created.
| * Added filebase and filepath valuesCraig Earls2012-10-231-1/+21
| | | | | | | | | | | | 'filename' returns the complete path/filename of the file containg the current xact. This is inconvenient for some displays. filebase returns only the base name. For completeness added filepath as well.
| * Implemented Bug551 Automatic Transactions are cleared base on parentCraig Earls2012-10-231-0/+8
| |
* | Merge pull request #92 from kljohann/bugs.bucketJohn Wiegley2012-10-252-4/+19
|\ \ | |/ |/| fix bucket directive (bug 765)
| * fix bucket directive (bug 765)Johann Klähn2012-10-232-4/+19
| | | | | | | | | | | | | | | | This was caused by both 'A' and 'bucket' using default_account_directive. This function was still stripping the 'A' directive, so the first character of the account name used with 'bucket' was cut off. Maybe the code for the other directives should be changed accordingly for consistency (put line + 1 in call instead of function).
* | Merge branch 'next' of https://github.com/jwiegley/ledger into nextCraig Earls2012-10-231-0/+2
|\ \
| * \ Merge pull request #91 from kljohann/tests.interactiveJohn Wiegley2012-10-221-0/+2
| |\ \ | | |/ | |/| provide immediate feedback in test runner
| | * provide immediate feedback in test runnerJohann Klähn2012-10-221-0/+2
| |/
* | Formatting cleanupCraig Earls2012-10-231-40/+47
| |