Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new --align-intervals option. | Ian2020 | 2024-08-06 | 1 | -1/+1 |
| | |||||
* | Use Python raw strings for regex methods argument | Alexis Hildebrandt | 2024-07-08 | 1 | -7/+7 |
| | |||||
* | chore: Fix inline python format-strings | Alexis Hildebrandt | 2023-12-08 | 1 | -1/+1 |
| | |||||
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 3 | -1971/+2005 |
| | | | | Update ooolib-python to 0.1.0 | ||||
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 2 | -22/+23 |
| | |||||
* | Include contrib files in distribution | Alexis Hildebrandt | 2023-04-18 | 1 | -0/+10 |
| | |||||
* | typos | spaette | 2023-01-07 | 2 | -6/+6 |
| | |||||
* | Fix typos found by codespell | Alexis Hildebrandt | 2022-07-19 | 6 | -7/+7 |
| | |||||
* | ledger.xsl: improve on table layout | Markus Katharina Brechtel | 2022-02-03 | 1 | -1/+9 |
| | |||||
* | readme to generate html file file directly from ledger xml output | Markus Katharina Brechtel | 2022-02-03 | 1 | -1/+8 |
| | |||||
* | set amount-table-cell css class for all cells | Markus Katharina Brechtel | 2022-02-03 | 1 | -4/+4 |
| | |||||
* | ledger-cli xml2html XLST | Markus Katharina Brechtel | 2022-02-03 | 2 | -0/+249 |
| | | | | initial version | ||||
* | Fix contrib bash-completion | mst | 2021-01-17 | 1 | -1/+1 |
| | | | | Fix shellcheck warning SC2034: command appears unused. Fix completion script if used by zsh with bashcompinit. | ||||
* | Fix some typos | Martin Michlmayr | 2020-05-16 | 1 | -1/+1 |
| | |||||
* | Remove contrib/ParseCcStmt | Martin Michlmayr | 2020-04-28 | 3 | -353/+0 |
| | | | | | | | This tool has limited usefulness and depends on CSVReader.cs whose license is not 100% clear. Fixes #1758 | ||||
* | Update URL for ISO codes | Martin Michlmayr | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Improve bash completion | Bruno Sutic | 2018-08-09 | 1 | -1/+1 |
| | | | | | | We now complete option shorthands [ci skip] | ||||
* | Remove references to Bugzilla | Martin Michlmayr | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Require correct feature | Jonas Bernoulli | 2016-02-06 | 1 | -1/+1 |
| | | | | In `ledger-matching.el' require `ledger-report' instead of `ldg-report'. That library was renamed like all the others. | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update URL of iso4127 fetcher. | Mario Lang | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | [emacs] C-x h M-x untabify RET | thdox | 2015-02-10 | 2 | -87/+87 |
| | | | | | | C-x h M-x indent-region RET [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Restore --raw that I erroneously deleted | thdox | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | Add latest contributed options to bash completion | thdox | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | Add script to generate commodities from ISO 4217 | Alexis Hildebrandt | 2014-05-08 | 2 | -0/+192 |
| | | | [ci skip] | ||||
* | remove contrib/vim and point to new location | Johann Klähn | 2013-12-16 | 5 | -871/+0 |
| | |||||
* | Some of the totals rounded via -V cause rounding more than one penny. | Bradley M. Kuhn | 2013-07-14 | 1 | -4/+4 |
| | | | | Use two cents as to test if the amounts are close enough. | ||||
* | Add Fraud Receivable to Accrued accounts. | Bradley M. Kuhn | 2013-07-14 | 1 | -3/+3 |
| | | | | | | Funds lots and expected recoverable from Fraud are in an account called "Accrued:Fraud Receivable". In this report, show this along with the total of Loan Receivables. | ||||
* | Use "ledger accounts" command rather than the '-F "%150A\n" reg' report ↵ | Bradley M. Kuhn | 2013-07-12 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | solution. Ledger has had (probably for some time) an "accounts" command that will list all the accounts from all transactions meeting the other criteria set on the command line. That's really what we're looking for here when we build this chart of accounts, and thus that should be used. Note that this corrects a subtle bug that wasn't apparent with the old solution. With the '-F "%150A\n" reg' solution, accounts that balanced out to zero for period (e.g., accrual accounts that were emptied during in the month) did not show up on the reports. This bug that I didn't know I had here is thus now fixed by switching to the "accounts" report. | ||||
* | The $formattedBeginDate should derive from $beginDate, not $endDate (duh!) | Bradley M. Kuhn | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | Change format to "%Y-%m-%d", as described in documentation, and as coded | thdox | 2013-06-02 | 1 | -1/+1 |
| | | | | in report.h | ||||
* | Add contrib/compilation-ledger.el | John Wiegley | 2013-05-19 | 1 | -0/+97 |
| | |||||
* | Type lists need to change along with the groupings. | Bradley M. Kuhn | 2013-05-10 | 1 | -2/+2 |
| | |||||
* | Chart of accounts change s/Enforcement/Compliance/, but make backwards ↵ | Bradley M. Kuhn | 2013-05-10 | 1 | -2/+2 |
| | | | | compatible. | ||||
* | Add bash completion for ledger | thdox | 2013-04-22 | 1 | -0/+91 |
| | |||||
* | Comment to expound more on what it means for <Adjustment> entries to be ↵ | Bradley M. Kuhn | 2013-02-20 | 1 | -0/+13 |
| | | | | | | | | | | | | | ignored by these reports. Loïc Dachary <loic@dachary.org>, during patch review, pondered whether the ignoring of <Adjustment> by these scripts could ever be used to hide funds, ala the movies Superman III and Office Space. After discussion, we both concluded that it would not be possible to hide funds merely with this report. Such hiding would have to also dig into the main Ledger codebase and muck with how it handles auto-generated <Adjustment> entries. | ||||
* | Include better explanation of what this report is for in the comments. | Bradley M. Kuhn | 2013-02-20 | 1 | -1/+13 |
| | |||||
* | Fix typo in error output. | Bradley M. Kuhn | 2013-02-20 | 1 | -1/+1 |
| | | | | HT Loïc Dachary <loic@dachary.org>, who noticed this. | ||||
* | Use a Math::BigFloat() rather than a regular float for Adjustment comparison. | Bradley M. Kuhn | 2013-02-20 | 1 | -3/+4 |
| | | | | | | | | | Based on patch review by Loïc Dachary <loic@dachary.org>, we discovered that this script inconsistently used 0.02 as a float when comparing against numbers from the Math::BigFloat() package. While there were no known bugs related to this (presumably the 0.02 got coerced into a BigFloat (or vice-versa) and compared properly), this change nevertheless normalizes to use of a BigFloat for comparison. | ||||
* | Equity and Adjustment accounts should not appear in these reports at all. | Bradley M. Kuhn | 2013-02-19 | 2 | -1/+7 |
| | | | | There were a few spots where they were still sneaking in. | ||||
* | Catch a few additional accounts under Conference RBI category. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Remove spurious print statement. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+0 |
| | |||||
* | Subtotaling of BRANCH DEPOSITs. | Bradley M. Kuhn | 2013-02-18 | 1 | -2/+43 |
| | | | | | | | | The auditors seem to like to see the check deposits made to be subtotaled, so that's done here. I attempted to aid this by using a --sort and/or --sort-xacts option (or combo thereof) on the ledger command line, but this didn't work as expected. I opened a bug in ledger about this: http://bugs.ledger-cli.org/show_bug.cgi?id=901 | ||||
* | Remove extra newline | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Rework report to be just two files (disbursements and receipts). | Bradley M. Kuhn | 2013-02-18 | 1 | -19/+18 |
| | | | | Ensure that tagged linked files appear for all lines. | ||||
* | Sort solution by date in output. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Searching is better when you can set the begin date, end date and then go ↵ | Bradley M. Kuhn | 2013-02-18 | 1 | -6/+6 |
| | | | | back from begin date. |