Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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. | |||||
* | | Receipt/Invoice are additional information thus better if they're final columns. | Bradley M. Kuhn | 2012-09-08 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | Change the column of Receipt and Invoice in the CSV file first, then the generated ODS file must have the same change propagated, which requires changes to the column numbers hard-coding in csv2ods.py. Perhaps if/when this application is refactored these things shouldn't be hard-coded in this way in the first place. | |||||
* | | First pass technical study of creating ODS from ledger | Tom Marble | 2012-09-08 | 6 | -3/+2256 | |
| | | ||||||
* | | Updated copyright notice to reflect reality. | Bradley M. Kuhn | 2012-09-07 | 1 | -1/+2 | |
| | | | | | | | | Both Tom and I have made copyrightable changes to this file this year. | |||||
* | | Added additional transaction to test data, this one has both Receipt and ↵ | Bradley M. Kuhn | 2012-09-07 | 3 | -0/+111 | |
| | | | | | | | | Invoice. | |||||
* | | Fixed 2010/01/01 test data and added an invoice for it. | Bradley M. Kuhn | 2012-09-07 | 2 | -3/+2 | |
| | | ||||||
* | | Merge branch 'contrib-non-profit-annual-audit-reports' of ↵ | Bradley M. Kuhn | 2012-09-07 | 6 | -2/+25 | |
|\ \ | | | | | | | | | | gitorious.org:ledger/ledger into contrib-non-profit-annual-audit-reports | |||||
| * | | Changed general-ledger-report.plx to use tags for Receipt and Invoice (was %N) | Tom Marble | 2012-09-07 | 6 | -2/+25 | |
| | | | | | | | | | | | | Added sample PDF artifacts for the example (see README) | |||||
* | | | Don't use all caps for tags in test data. | Bradley M. Kuhn | 2012-09-07 | 1 | -3/+3 | |
|/ / | ||||||
* | | Make test data slightly more realistic. | Bradley M. Kuhn | 2012-09-07 | 1 | -1/+1 | |
| | | ||||||
* | | There needs to be at least 3 args here, clearly. | Bradley M. Kuhn | 2012-09-07 | 1 | -1/+1 | |
| | | ||||||
* | | A few fixes to make this work with Ledger 3.x instead of 2.6.2 | Bradley M. Kuhn | 2012-09-07 | 1 | -5/+5 | |
| | | | | | | | | | | * --wide-register-format is no long an option, use -F * %D now must be %(date) | |||||
* | | Switch ledger binary to /usr/local/bin/ledger. | Bradley M. Kuhn | 2012-09-07 | 1 | -1/+1 | |
| | | ||||||
* | | General ledger reporting script, used for preparing a report for non-profit ↵ | Bradley M. Kuhn | 2012-09-07 | 1 | -0/+128 | |
| | | | | | | | | | | | | | | | | | | | | | | auditors. I developed this, and therefore have the full git commit history, in my personal "Small-Hacks" repository, which can be cloned from: git://gitorious.org/bkuhn/small-hacks.git More details on that are available by visiting: https://gitorious.org/bkuhn/small-hacks | |||||
* | | Initial test data for the non-profit-audit-reports contrib application. | Bradley M. Kuhn | 2012-09-06 | 3 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The basic idea here is that given non-profit-test-data.ledger herein, there should be a script that I could run, in this fashion: $ general-ledger-report -b 2011/03/01 -e 2012/03/01 -f tests/non-profit-test-data.ledger that would generate: non-profit-test-data_chart-of-accounts.txt non-profit-test-data_general-ledger.ods Note that the ODS file currently has placeholders, as I haven't fully figured out how to use the =hyperlink() function to make relative hyperlinks. | |||||
* | | contrib/non-profit-audit-reports/ directory will be a small GPLv3'd application. | Bradley M. Kuhn | 2012-09-06 | 2 | -0/+688 | |
|/ | | | | | | | | | | | | | | | Upon discussion with John Wiegley <johnw@newartisans.com> on #ledger on irc.freenode.net, the following was indicated: <johnw> bkuhn: as long as the GPL infection stays in contrib, I see no problem with it ... <bkuhn> ... I got the ... answer, which is "johnw will accept GPL'd stuff in contrib/..., as long as it's careful to not cause GPL to cover the main Ledger codebase that's not in contrib/..." Therefore, the non-profit-audit-reports/ application will be licensed GPLv3-or-later. | |||||
* | vim. small fixes for syntax highlighting | Johann Klähn | 2012-04-22 | 1 | -4/+5 | |
| | | | | | Also pre-declarations aren't folded anymore because the current 'foldexpr' does not make too much sense for them. | |||||
* | vim. add indent file | Johann Klähn | 2012-04-22 | 1 | -0/+46 | |
| | | | | Adresses Bug 529. | |||||
* | vim. update syntax file | Johann Klähn | 2012-04-22 | 1 | -9/+22 | |
| | ||||||
* | vim. set commentstring | Johann Klähn | 2012-04-22 | 1 | -1/+2 | |
| | | | | Fixes bug 528. | |||||
* | vim. fix handling of automated/recurring xacts | Johann Klähn | 2011-07-31 | 1 | -7/+12 | |
| | ||||||
* | vim. improve completion and cache invalidation | Johann Klähn | 2011-07-31 | 1 | -10/+41 | |
| | | | | | | The completion cache for account names will be updated if there were no exact matches and the file was changed since the cache has been generated. | |||||
* | vim. allow cleared state for single postings | Johann Klähn | 2011-07-31 | 1 | -5/+10 | |
| | | | | | | | | | This should fix problems with account completion when using marks with single postings as in: 2000/01/01 Whatever * account 5$ some other account | |||||
* | vim. add completion cache and payee completion | Johann Klähn | 2011-05-09 | 1 | -32/+82 | |
| | ||||||
* | vim. update documentation somewhat | Johann Klähn | 2011-05-09 | 3 | -43/+20 | |
| | ||||||
* | vim. correctly parse first lines of transactions | Johann Klähn | 2011-05-09 | 1 | -4/+14 | |
| | | | | | This fixes trailing comments being chopped of and later readded with too few spaces. (when calling format_head()) | |||||
* | vim. fix highlighting of accounts | Vladimir Parfinenko | 2011-02-27 | 1 | -1/+1 | |
| | | | fixes such situations: "baz:foo a foo:baz" |