Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | 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 | |||||
| | * | | | | MANIFEST output file that indicates which files are mentioned in general-ledger. | Bradley M. Kuhn | 2012-11-26 | 2 | -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. Kuhn | 2012-11-26 | 2 | -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. Kuhn | 2012-11-26 | 3 | -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. | |||||
* / / / / | escape @ characters properly so they show up | Simon Michael | 2013-01-11 | 1 | -12/+12 | |
|/ / / / | ||||||
* | | | | Update utfcpp submodule reference to ledger/utfcpp | John Wiegley | 2012-11-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'next' of github.com:ledger/ledger into next | John Wiegley | 2012-11-26 | 5 | -19/+31 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #106 from afh/pull/typos | John Wiegley | 2012-11-19 | 1 | -17/+17 | |
| |\ \ \ \ | | | | | | | | | | | | | Correct typos | |||||
| | * | | | | Correct typos | Alexis Hildebrandt | 2012-11-10 | 1 | -17/+17 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Merge pull request #108 from afh/pull/python_xact_code | John Wiegley | 2012-11-19 | 4 | -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 python | Alexis Hildebrandt | 2012-11-19 | 4 | -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 comment | John Wiegley | 2012-11-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Properly handle metadata tags on auto-postings | John Wiegley | 2012-11-12 | 2 | -7/+22 | |
| | | | | ||||||
* | | | | Fixed a regression test | John Wiegley | 2012-11-12 | 1 | -10/+10 | |
| | | | | ||||||
* | | | | Account names in auto-xacts can be format strings | John Wiegley | 2012-11-12 | 1 | -0/+9 | |
|/ / / | ||||||
* | | | Merge branch 'next' of https://github.com/jwiegley/ledger into next | Craig Earls | 2012-11-06 | 2 | -9/+12 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #104 from csrhodes/next | John Wiegley | 2012-11-06 | 2 | -9/+12 | |
| |\ \ \ | | | | | | | | | | | justification | |||||
| | * | | | right-justify amount_expr text in print report where possible | Christophe Rhodes | 2012-11-06 | 1 | -6/+7 | |
| | | | | | ||||||
| | * | | | fix comment in display_filter_posts::output_rounding(post_t) | Christophe Rhodes | 2012-11-06 | 1 | -3/+5 | |
| |/ / / | | | | | | | | | | | | | | | | | slightly more detail in the case of zero display_amount and --empty not specified. | |||||
* / / / | Fixe } bug | Craig Earls | 2012-11-06 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | README-1ST changes | John Wiegley | 2012-11-02 | 1 | -11/+10 | |
| | | | ||||||
* | | | re-fixed draft and lisp command documentation | Craig Earls | 2012-11-01 | 1 | -12/+12 | |
| | | |