summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Use Python raw strings for regex methods argumentAlexis Hildebrandt2024-07-081-7/+7
|
* chore: Fix inline python format-stringsAlexis Hildebrandt2023-12-081-1/+1
|
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-043-1971/+2005
| | | | Update ooolib-python to 0.1.0
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-042-22/+23
|
* Include contrib files in distributionAlexis Hildebrandt2023-04-181-0/+10
|
* typosspaette2023-01-072-6/+6
|
* Fix typos found by codespellAlexis Hildebrandt2022-07-196-7/+7
|
* ledger.xsl: improve on table layoutMarkus Katharina Brechtel2022-02-031-1/+9
|
* readme to generate html file file directly from ledger xml outputMarkus Katharina Brechtel2022-02-031-1/+8
|
* set amount-table-cell css class for all cellsMarkus Katharina Brechtel2022-02-031-4/+4
|
* ledger-cli xml2html XLSTMarkus Katharina Brechtel2022-02-032-0/+249
| | | | initial version
* Fix contrib bash-completionmst2021-01-171-1/+1
| | | | Fix shellcheck warning SC2034: command appears unused. Fix completion script if used by zsh with bashcompinit.
* Fix some typosMartin Michlmayr2020-05-161-1/+1
|
* Remove contrib/ParseCcStmtMartin Michlmayr2020-04-283-353/+0
| | | | | | | This tool has limited usefulness and depends on CSVReader.cs whose license is not 100% clear. Fixes #1758
* Update URL for ISO codesMartin Michlmayr2020-04-081-1/+1
|
* Improve bash completionBruno Sutic2018-08-091-1/+1
| | | | | | We now complete option shorthands [ci skip]
* Remove references to BugzillaMartin Michlmayr2018-06-011-1/+1
|
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
| | | | [ci skip]
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
| | | | [ci skip]
* Require correct featureJonas Bernoulli2016-02-061-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 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | [ci skip]
* Update URL of iso4127 fetcher.Mario Lang2015-11-291-1/+1
|
* [emacs] C-x h M-x untabify RETthdox2015-02-102-87/+87
| | | | | | C-x h M-x indent-region RET [ci skip]
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-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 deletedthdox2014-06-221-1/+1
|
* Add latest contributed options to bash completionthdox2014-06-221-1/+1
|
* Add script to generate commodities from ISO 4217Alexis Hildebrandt2014-05-082-0/+192
| | | [ci skip]
* remove contrib/vim and point to new locationJohann Klähn2013-12-165-871/+0
|
* Some of the totals rounded via -V cause rounding more than one penny.Bradley M. Kuhn2013-07-141-4/+4
| | | | Use two cents as to test if the amounts are close enough.
* Add Fraud Receivable to Accrued accounts.Bradley M. Kuhn2013-07-141-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. Kuhn2013-07-122-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. Kuhn2013-07-101-1/+1
|
* Change format to "%Y-%m-%d", as described in documentation, and as codedthdox2013-06-021-1/+1
| | | | in report.h
* Add contrib/compilation-ledger.elJohn Wiegley2013-05-191-0/+97
|
* Type lists need to change along with the groupings.Bradley M. Kuhn2013-05-101-2/+2
|
* Chart of accounts change s/Enforcement/Compliance/, but make backwards ↵Bradley M. Kuhn2013-05-101-2/+2
| | | | compatible.
* Add bash completion for ledgerthdox2013-04-221-0/+91
|
* Comment to expound more on what it means for <Adjustment> entries to be ↵Bradley M. Kuhn2013-02-201-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. Kuhn2013-02-201-1/+13
|
* Fix typo in error output.Bradley M. Kuhn2013-02-201-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. Kuhn2013-02-201-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. Kuhn2013-02-192-1/+7
| | | | There were a few spots where they were still sneaking in.
* Catch a few additional accounts under Conference RBI category.Bradley M. Kuhn2013-02-181-1/+1
|
* Remove spurious print statement.Bradley M. Kuhn2013-02-181-1/+0
|
* Subtotaling of BRANCH DEPOSITs.Bradley M. Kuhn2013-02-181-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 newlineBradley M. Kuhn2013-02-181-1/+1
|
* Rework report to be just two files (disbursements and receipts).Bradley M. Kuhn2013-02-181-19/+18
| | | | Ensure that tagged linked files appear for all lines.
* Sort solution by date in output.Bradley M. Kuhn2013-02-181-1/+1
|
* Searching is better when you can set the begin date, end date and then go ↵Bradley M. Kuhn2013-02-181-6/+6
| | | | back from begin date.
* Improve spreadsheet and debugging output.Bradley M. Kuhn2013-02-181-6/+10
|