Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | fix bug 748: option aliases not recognized | Johann Klähn | 2013-01-15 | 2 | -5/+12 | |
| | | | | | ||||||
* | | | | | fix bug 788: behaviour of source_context for '-f -' | Johann Klähn | 2013-01-15 | 3 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `session_t::read_data` did not set context.pathname to `/dev/stdin` for the special case `-f -`. I chose to adjust `source_context` too as there is no sensible context if no file name is provided. | |||||
* | | | | | add unit tests for amount_t→floor/ceil | Johann Klähn | 2013-01-15 | 1 | -0/+54 | |
| | | | | | ||||||
* | | | | | remove superfluous 'break' | Johann Klähn | 2013-01-15 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | fix for 'store absolute paths internally' | Johann Klähn | 2013-01-15 | 1 | -1/+1 | |
| |/ / / |/| | | | | | | | | | | | | | | | `parent_path` was called on unprocessed path so neither `resolve_path` nor `filesystem::absolute` had any effect. | |||||
* | | | | Merge pull request #121 from kljohann/cmake.doxy | John Wiegley | 2013-01-14 | 3 | -6/+22 | |
|\ \ \ \ | | | | | | | | | | | repair doxygen support | |||||
| * | | | | repair doxygen support | Johann Klähn | 2013-01-14 | 3 | -6/+22 | |
|/ / / / | ||||||
* | | | | Merge pull request #120 from kljohann/cmake.docs | John Wiegley | 2013-01-14 | 1 | -10/+8 | |
|\ \ \ \ | | | | | | | | | | | fix issue for separate build dir | |||||
| * | | | | fix issue for separate build dir | Johann Klähn | 2013-01-14 | 1 | -10/+8 | |
| | | | | | ||||||
* | | | | | Merge pull request #119 from kljohann/cmake.docs | John Wiegley | 2013-01-14 | 3 | -19/+76 | |
|\| | | | | | | | | | | | | | | convert doc/Makefile to CMake | |||||
| * | | | | convert doc/Makefile to CMake | Johann Klähn | 2013-01-14 | 3 | -19/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake will build the pdf version of the manual if texi2pdf is installed. It will be installed to DOCDIR/ledger{,3}.pdf, for example /usr/local/share/ledger/ledger3.pdf. Also, the man page will be installed to MANDIR/man1/ledger.1 The option BUILD_DOCS is now on by default. A new option BUILD_WEB_DOCS is used to toggle the generation of the html version of the manual and the man page (off by default). All this is added to the 'doc' make target. | |||||
* | | | | | Merge branch 'next' of github.com:ledger/ledger into next | Simon Michael | 2013-01-11 | 12 | -14/+716 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improvement to account alias expansion | John Wiegley | 2013-01-11 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aliases are now expanded not only if they occur by themselves, but also if they occur as the beginning of a multi-part account. Given <alias Food=Expenses:Food> the account <Food:Tomatos> should now be expanded to <Expenses:Food:Tomatos>. | |||||
| * | | | | | Guard against a possible NULL | John Wiegley | 2013-01-11 | 1 | -1/+2 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #113 from OpenTechStrategies/year-cmd-directive-doc-fix | John Wiegley | 2012-12-16 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | |/| | | | Update obsolete wording in documentation for 'year' command directive. | |||||
| | * | | | Update obsolete wording in documentation for 'year' command directive. | Karl Fogel | 2012-12-16 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #110 from ↵ | John Wiegley | 2012-11-26 | 9 | -11/+701 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | bkuhn/update-contrib-non-profit-annual-audit-reports_2012-11-26 Update to contrib/non-profit-audit-reports/ scripts. | |||||
| | * | | | Verify that files are not duplicated in the MANIFEST. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Keep a hash so that file output to the MANIFEST file doesn't have duplicates of the same file name in it. | |||||
| | * | | | Print date in a more friendly format. | Bradley M. Kuhn | 2012-11-26 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Includes issue of "ends on" date being correct for mere mortals as opposed to being right for Ledger only. | |||||
| | * | | | Adapted for use with Ledger 3. | Bradley M. Kuhn | 2012-11-26 | 1 | -8/+14 | |
| | | | | | | | | | | | | | | | | | | | | Includes forcing of -V so all currency is in default. | |||||
| | * | | | Support selection of string encoding. | Bradley M. Kuhn | 2012-11-26 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Allow command line option that permits specification of string encoding, passed to Python's unicode() function. | |||||
| | * | | | Expense report favors Conferences first, | Bradley M. Kuhn | 2012-11-26 | 1 | -14/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | then takes Travel as if it were an Other category only after categories have been handled. | |||||
| | * | | | Ignore <Adjustments> accounts. | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Use -V to normalize currencies in general-ledger report. | Bradley M. Kuhn | 2012-11-26 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Fixed output. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Various changes to get the script working. | Bradley M. Kuhn | 2012-11-26 | 1 | -10/+20 | |
| | | | | | ||||||
| | * | | | First attempt at this cash-receipts-and-disbursments-journals.plx script, | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | based on general-ledger-report.plx The general-ledger-report.plx was originally found in this repository: http://gitorious.org/bkuhn/small-hacks/blobs/master/general-ledger-report.plx And these early commits on cash-receipts-and-disbursments-journals.plx were fro that repository as well, in: http://gitorious.org/bkuhn/small-hacks/blobs/master/cash-receipts-and-disbursments-journals.plx | |||||
| | * | | | Expenses report completed. | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+101 | |
| | | | | | ||||||
| | * | | | Generate income report. | Bradley M. Kuhn | 2012-11-26 | 1 | -14/+67 | |
| | | | | | ||||||
| | * | | | Beginnings of income report. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+18 | |
| | | | | | ||||||
| | * | | | Calculate dates in a reusable way throughout script. | Bradley M. Kuhn | 2012-11-26 | 1 | -5/+9 | |
| | | | | | ||||||
| | * | | | Remove cruft cut-and-pasted from another script. | Bradley M. Kuhn | 2012-11-26 | 1 | -5/+0 | |
| | | | | | ||||||
| | * | | | Output should include a heading and an ending date. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+8 | |
| | | | | | ||||||
| | * | | | Call a Balance Sheet, a Balance Sheet. :) | Bradley M. Kuhn | 2012-11-26 | 1 | -10/+10 | |
| | | | | | ||||||
| | * | | | Allow for one penny margin of error on totals. | Bradley M. Kuhn | 2012-11-26 | 1 | -7/+8 | |
| | | | | | ||||||
| | * | | | Include any other liabilities that aren't credit cards. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+5 | |
| | | | | | ||||||
| | * | | | Include credit card balances in the Liabilities list. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | Move sanity checks to the bottom, after report is generated. Also, fix ↵ | Bradley M. Kuhn | 2012-11-26 | 1 | -16/+17 | |
| | | | | | | | | | | | | | | | | | | | | formatting. | |||||
| | * | | | Add -X $. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Add Loans. | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Began summary reports script, starting with a basic balance sheet. | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+168 | |
| | | | | | ||||||
| | * | | | Update copyright year, I've made changes. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Include all types of totals that need to be considered when generating fund ↵ | Bradley M. Kuhn | 2012-11-26 | 1 | -9/+17 | |
| | | | | | | | | | | | | | | | | | | | | report. | |||||
| | * | | | Ignore <Adjustment> entries in the report. | Bradley M. Kuhn | 2012-11-26 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the advent of multi-currency in accounts, <Adjustment> lines can be generated in reports. I don't know if there's a way to turn these off on the Ledger command line or not at the moment, but if they're there, they clearly should be ignored by this script. | |||||
| | * | | | Formatting adaptations for Ledger 3. | Bradley M. Kuhn | 2012-11-26 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This includes addition of currency-forcing options such as -V and -X $, as well as corrections to the formatting string options for Ledger 3. | |||||
| | * | | | Formatting changes, and added total for restricted funds. | Bradley M. Kuhn | 2012-11-26 | 1 | -8/+11 | |
| | | | | | ||||||
| | * | | | Fixed formatting and added sanity check code. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+7 | |
| | | | | | ||||||
| | * | | | Added income/expense summing. | Bradley M. Kuhn | 2012-11-26 | 1 | -3/+26 | |
| | | | | | ||||||
| | * | | | Fix ledger options and be sure starting is set to zero for new funds. | Bradley M. Kuhn | 2012-11-26 | 1 | -38/+6 | |
| | | | | | ||||||
| | * | | | Began fund-report.plx, which started as a copy of trial-balance-report.plx. | Bradley M. Kuhn | 2012-11-26 | 1 | -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 |