Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

hledger

We are building dependable high quality plain text accounting tools and promoting financial literacy and empowerment.
Collective - Host: opensource - https://opencollective.com/hledger - Website: https://hledger.org/ - Code: https://github.com/simonmichael/hledger

test: give descriptions to commodity-column functests (#1654)

Also renames the file for consistent naming with the flag

github.com/simonmichael/hledger - d7a56a9830a7339fd894971194afb3ad21a3ab5b authored over 3 years ago
imp: bal: handle commodity-column flag in compound balance reports (#1654)

github.com/simonmichael/hledger - 710823e5d73eb8273b9f2c7c1a48feba7a2bb3c0 authored over 3 years ago
fix: budget: handle transpose flag with commodity-columns (#1654)

Budget formatting is quite complicated since we must determine widths
for each of the transposed...

github.com/simonmichael/hledger - 277227acf8ccd8016bcce4071f532dbbb36cae4c authored over 3 years ago
fix: bal: handle transpose flag with commodity-columns (#1654)

The textual output needs to be fully transposed instead of just the cell
values. The multi-perio...

github.com/simonmichael/hledger - a3c0c0cadef84c587b6dcbc020e2309913fc2a97 authored over 3 years ago
fix: bal: correctly handle empty commodity in commodity-column (#1654)

We can't filter out empty commodity strings since that is a legitimate
group. Simultaneously, we...

github.com/simonmichael/hledger - 44e1ea10fab03463c7a477299bb0287df2a0c35c authored over 3 years ago
imp: lib,cli: Implement gain report for balance reports.

A gain report will report on unrealised gains by looking at the
difference between the valuation...

github.com/simonmichael/hledger - ddba9f6ce412c5c708d8ed4dcf6a3f434de589dc authored over 3 years ago
ci: handle another PR failure case; more debug output

"Skip remaining CI steps" now also handles git log failure, continuing on instead of failing. Ge...

github.com/simonmichael/hledger - 818e098b04d6fd0982aee0af64557598d94814e5 authored over 3 years ago
;bal: doc: add -f options; clarify depth limiting

github.com/simonmichael/hledger - 88b1d3f78b414a47888626bb84ef2ad3bf881a14 authored over 3 years ago
ci: if git log fails, don't skip steps and succeed

Eg git log fails after force-push to a PR right now.

github.com/simonmichael/hledger - df6667232fdcc90d662f70dce16dfe909d396552 authored over 3 years ago
feat: added commodity style commandline option

github.com/simonmichael/hledger - 3426030a91717ce1e6cfb7cd8a15469eac6f7179 authored over 3 years ago
;doc: period expressions: tweak

github.com/simonmichael/hledger - b4c516c074a324d471f48587e37de7316e898d10 authored over 3 years ago
;doc: period expressions: tweak

github.com/simonmichael/hledger - 881785c37421f0027b9f83c913c8356b35f3717d authored over 3 years ago
;doc: period expressions: consistent layout

github.com/simonmichael/hledger - 7bfed72130a76c173857237e8037fdaf53ceed37 authored over 3 years ago
;doc: clarify period expressions, report intervals

github.com/simonmichael/hledger - 1874a971dcfa1a9f0dbf06d65b9794eed09df656 authored over 3 years ago
;dev: configure hlint, silence all current warnings

github.com/simonmichael/hledger - 5c18fb289ff3906d08efaabb2e5c90058b6379c3 authored over 3 years ago
;help: doc: clarify

github.com/simonmichael/hledger - b74aa78345d338f073c1f7101c50833404c6aac1 authored over 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - b43a5263cb17a936f967f6711849b3fb78e7e4fc authored over 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - bfa2ac1dcfff73d16b80f45526b9bb9f50fbde68 authored over 3 years ago
;bal: doc: --commodity-column: fix link (#1626)

github.com/simonmichael/hledger - 9bef817db0a31359574bee05ced10efb3b1c01c1 authored over 3 years ago
;bal: doc: --commodity-column: fix csv example (#1626)

and make examples reproducible, why not.

github.com/simonmichael/hledger - ca474a86877c6f88063004474f592c5966e14a57 authored over 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - bf2e9f24b8981af1d5eee71fa724c3049e1e4085 authored over 3 years ago
;doc: bump man page dates

github.com/simonmichael/hledger - 04812682e822ab7fcfc6b53dc505403f23d45d9e authored over 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - d06d4ca080788bdf1a948592ada0d5476e2dd017 authored over 3 years ago
imp: bal: doc: --commodity-column tweaks (#1626)

- promote the heading one level
- periodic CSV reports are supported too
- slight edits to manua...

github.com/simonmichael/hledger - 30ea4630608dd1ad55c9f5cfdbd2bff486324cdc authored over 3 years ago
doc: test: update for commodity-column

Add documentation and sample output for `--commodity-column` behavior
and functional tests e.g s...

github.com/simonmichael/hledger - 234caae5572fdb416b4db77e8f196aecc63fbe6d authored over 3 years ago
budget: option to view one commodity per row

Extension of commodity-column to budget reporting.

github.com/simonmichael/hledger - 198d2211fc36b8d8f582c12f84b954515a64b709 authored over 3 years ago
fix: skip budget grand total and average if they look zero

Makes them consistent with the remaining cells and fixes awkward
alignment issue in commodity-co...

github.com/simonmichael/hledger - 5989ca03814118d47e981b626e29688013242812 authored over 3 years ago
bal: option to view one commodity per row

This adds the `--commodity-column` option that displays each commodity
on a separate line and th...

github.com/simonmichael/hledger - f3c07144a8efad0b796fd36f72fefd03315f8632 authored over 3 years ago
fix: bal: handle oneline for custom format correctly

Previously would not actually display anything since the Cell's
WideBuilders are single-element ...

github.com/simonmichael/hledger - 1be74a01ce44ef51cd3ddadf71ae0547d760e7c7 authored over 3 years ago
;doc: RELEASING: mention hledger-install

github.com/simonmichael/hledger - ed7ee7a4459f348f2973d5a5618700cc9df7af29 authored over 3 years ago
test: Add forecast transactions to aregister ordering test.

github.com/simonmichael/hledger - 720fde3187bd5172142c5bf8ae68c0064c84aa95 authored over 3 years ago
;doc: RELEASING: updates

github.com/simonmichael/hledger - 39a2457d071a13abea7ad4efcbefec234ab096ea authored over 3 years ago
;web: fix ci, haddock failure

github.com/simonmichael/hledger - c8e5673287c28fbfe2f6c936bbfe8aedf3b3aa66 authored over 3 years ago
;doc: finalise 1.22.2 changelogs

github.com/simonmichael/hledger - 233b8c91cb3aa363922359d6e160811fe9bfb705 authored over 3 years ago
;doc: update changelogs

github.com/simonmichael/hledger - 2e28c5a1ef14be9012f2d8a1f7a3fdcbc1414037 authored over 3 years ago
;make: tag-project: tag .99 only after major release

github.com/simonmichael/hledger - 31541bb98bf9aa033ef5546ee74590c453b71654 authored over 3 years ago
;doc: changelogs

github.com/simonmichael/hledger - 9bc77f87fc3fef15d62815a034d0e8e30e70d5ae authored over 3 years ago
;doc: changelogs

github.com/simonmichael/hledger - 981849a6c15c31459e73b27ebae6f2c8daf6ed37 authored over 3 years ago
;make: tag-project: that .99 tag should be on master, only

github.com/simonmichael/hledger - 000ff30fd68b5a10325187406c3240cb6ffb9d78 authored over 3 years ago
;make: tag-project: also set a final .99 tag

This will influence git describe and improve the version strings of dev builds.

github.com/simonmichael/hledger - 45c39b055b64c519801f4367d5c89237605410a5 authored over 3 years ago
lib: cli/ui/web: clarify version string code

version -> packageversion
versiondescription -> versionStringFor

github.com/simonmichael/hledger - 49ff039312e8e38c2d65bdbd548fadc1bd8f784d authored over 3 years ago
;cabal: update cabal files

github.com/simonmichael/hledger - 53f02c7b3d0d5e0f059af7a2d0d65c28019f8318 authored over 3 years ago
cli: require githash >=0.1.4.0, simplify version code

github.com/simonmichael/hledger - 33c5726a96383d07d96a79c85f95ffd85bb94ad4 authored over 3 years ago
cli: disable no-longer-used --binary-filename flag

It was still supported (as a hidden flag) by hledger-web,
and now is not.

github.com/simonmichael/hledger - 606d992fc8970372486c7621afbdc3f113408fdc authored over 3 years ago
cli: separate some version things

github.com/simonmichael/hledger - 1492fca8f136517d4d96433fa0a20d57e4bb302d authored over 3 years ago
imp: areg: aregister no longer excludes future/forecast transactions by default.

To get the previous behaviour, you can call with the additional query "not:date:tomorrow-".

Thi...

github.com/simonmichael/hledger - 5cca04cdc9c5b4f871990f6fb6ef3023251c1608 authored over 3 years ago
fix: forecast: Generate forecast transactions at journal finalisation,

rather than as a postprocessing step. (#1638)

This allows us to have a uniform procedure for bal...

github.com/simonmichael/hledger - 918c243fa93cdd741f89849ce94cf9ff76d40680 authored over 3 years ago
ref!: forecast: Move forecast_ from ReportOpts to InputOpts.

github.com/simonmichael/hledger - c404800fbf0d85488a250cb34e95c973b29a3074 authored over 3 years ago
fix: areg: Make sure aregister sorts first by transaction register date,

then by parse order to break any ties. (#1642)

github.com/simonmichael/hledger - 23b0cad6ef0f47a1cf68cf96c67013fb77c1b269 authored over 3 years ago
;areg: commented test for #1642

github.com/simonmichael/hledger - 3270a4f0d78d77fd88a0aaeb8fdd6ac010ece395 authored over 3 years ago
;doc: timedot: rewrite

github.com/simonmichael/hledger - d6504fef3760c427f0313a79d3ac408d5dbcede2 authored over 3 years ago
;examples: sample.timedot cleanup

github.com/simonmichael/hledger - f373805668b3ed19bca6a5eec7573fd613ba403d authored over 3 years ago
;doc: RELEASING: tweaks

github.com/simonmichael/hledger - 9d030a95b6c2ebc9b0a7e94a86ad5d55e61eeb1b authored over 3 years ago
;doc: RELEASING: tweaks

github.com/simonmichael/hledger - abba32b4ec76428a3246b41eb9f6391e6c87040c authored over 3 years ago
;doc: RELEASING: tweaks

github.com/simonmichael/hledger - 3c8cfe45e167789ced2fca36d1c546dd82398baf authored over 3 years ago
;doc: RELEASING: tweaks

github.com/simonmichael/hledger - f9b511ce5cb3bdb9a395b8fdf39aa50194cf0bde authored over 3 years ago
;doc: RELEASING: tweaks

github.com/simonmichael/hledger - f5a6b9f798a875b7ec50ff96beba5987074009cd authored over 3 years ago
;doc: RELEASING: typo

github.com/simonmichael/hledger - 534ed58d9a011b4989bd0e1b7d5b8e4f3feff8d5 authored over 3 years ago
;make: ghci-web[-test]: fix broken dep

github.com/simonmichael/hledger - a613886026b2e1e0fc80c5b9d11f813257d43634 authored over 3 years ago
;cabal: update cabal files

github.com/simonmichael/hledger - 6afc5ce6b2fa50dd69075db670763269d0246129 authored over 3 years ago
deps: require base >=4.11, prevent red squares on hackage matrix

We officially support GHC 8.6+ (and 8.8+ for hledger-web) now.
Hackage matrix builder shows all ...

github.com/simonmichael/hledger - f51ea92cfcd5c08a7b5523591fbfa006285677a7 authored over 3 years ago
pkg: add tested-with GHC 9.0.1

github.com/simonmichael/hledger - 2a39497e2135b5b71d36b7d5fb60bbb174961610 authored over 3 years ago
;doc: RELEASING: page TOC for website

github.com/simonmichael/hledger - 62e503b22579f641f0a2a1bef3b2f6909f475716 authored over 3 years ago
;doc: RELEASING: updates

github.com/simonmichael/hledger - bc2e68cbdb73f03b565b295f124d0db43edb7848 authored over 3 years ago
shake: changelogs: don't get confused by an all-digit commit hash

Fixes spurious "can't list changes" warning.

github.com/simonmichael/hledger - d716aaa5a85a76755b2606e482f97e50bdf44e3c authored over 3 years ago
;doc: update changelogs

github.com/simonmichael/hledger - abd63db3e7f4593bc45690ad9aff5fb905f87e79 authored over 3 years ago
;doc: changelogs: note some 1.22.1 changes I missed

github.com/simonmichael/hledger - 81dfbc9ac2e4cb3be145d66d85004e0af372b104 authored over 3 years ago
;shake: cabalfiles: use (and require) hpack, to avoid building

hpack should be in $PATH, and it should be the version that's in
the current stack release, to a...

github.com/simonmichael/hledger - 76737780229d8caa043328dd7f3eae5435a3190a authored over 3 years ago
;shake: cabalfiles: cleanups, build fast and show progress

github.com/simonmichael/hledger - ff76db9fb2957e208648a12e53eea59f7efbd237 authored over 3 years ago
;cabal: update cabal files

github.com/simonmichael/hledger - 95de5a878a43cc8e3ec625f5b1b765df6e7ba1b3 authored over 3 years ago
;pkg: bump version to 1.22.99

github.com/simonmichael/hledger - 6665ddfb9b62469d45ad1884aa31535e635f5d66 authored over 3 years ago
;install: hledger 1.22.1, stackage 18.5

github.com/simonmichael/hledger - 8f7f0a8931309d404b4784d8e5b3b8115135f337 authored over 3 years ago
;doc: changelogs: 1.22.1 release date

github.com/simonmichael/hledger - d425ce8fd36f6a9ffa601992656eb79f6e7a6ea3 authored over 3 years ago
fix: areg: Make sure the true original transaction is made available in

AccountTransactionsReport.

Only a limited number of journal transformations are allowed in
accou...

github.com/simonmichael/hledger - ae3c7e8756e4be4322dabf82b0bc3508fb151759 authored over 3 years ago
fix: areg: Explicitly avoid filtering by depth queries, perform

valuation after all reportq filtering is done (in both the historical
and recent postings), and m...

github.com/simonmichael/hledger - 4e0dcec096c9704b12a205293d8c79b634c9c4af authored over 3 years ago
ref: areg: Avoid reversing transactions list by making sure we sort them

in the correct order to start with.

github.com/simonmichael/hledger - b7e40a9e630c6cc0001c95b81a30175112b371fb authored over 3 years ago
;shake: don't regenerate dir for now (fix)

github.com/simonmichael/hledger - 48b8dd9be7a989a9cf64442278041f53ec3b21de authored over 3 years ago
;shake: don't regenerate dir for now

github.com/simonmichael/hledger - 003391e102e6fcea80c1fc0cd1987839ed25ace2 authored over 3 years ago
fix: forecast: Make sure forecast transactions are generated up to the day before the provided query end date. (#1633)

github.com/simonmichael/hledger - 1d278993bc3143a176c25d666f5a9f61b7be4eef authored over 3 years ago
;doc: update changelogs

github.com/simonmichael/hledger - 1d0b2bf9ce8cd8c5b0ed6120da0baf986c9f9751 authored over 3 years ago
test: areg: disable failing tests for now (#1634)

github.com/simonmichael/hledger - d07d0de2d6b95d08af836b1ea72578b354d1476c authored over 3 years ago
test: areg: add more tests (#1634)

github.com/simonmichael/hledger - 396b1eb515a51b826ba6ca6cf3b3c1f4088f3cc0 authored over 3 years ago
doc: areg: clarify (#1634)

github.com/simonmichael/hledger - 136c7ca7048009edd6d60bc50d35a2edc5872da2 authored over 3 years ago
lib!: modifyTransactions now takes a Map of commodity styles, and will

style amounts according to that argument. journalAddForecast and
journalTransform now return an E...

github.com/simonmichael/hledger - fc8aa602cf462f0a95ef971689046789dab363e9 authored over 3 years ago
ref: Refactor journalFinalise to clarify flow.

The only semantic difference is that we now apply
journalApplyCommodityStyles before running jou...

github.com/simonmichael/hledger - 04a36d494282868d1a1087efd8b1176f4bc6ce8d authored over 3 years ago
fix: Add balancing amounts in periodic transactions before applying auto-postings. (#1412)

github.com/simonmichael/hledger - 2da0e67141aea02016d692a91ba77b8048ff6d0f authored over 3 years ago
dev: lens: Introduce lenses for ReportOpts and ReportSpec.

github.com/simonmichael/hledger - 4e9db4e377546a90f341f600172287d7c7c7f56d authored over 3 years ago
dev: lens: Use lenses for updateReportSpec(With).

github.com/simonmichael/hledger - c537f9426b734945195884cfb2cc0c25862db769 authored over 3 years ago
;areg: doc: clarify

github.com/simonmichael/hledger - aa60c46597c9d0554bfb25c3bacc211ecef9e702 authored over 3 years ago
;lib: accountTransactionsReport: clarify

github.com/simonmichael/hledger - 2f819725e583209a09fe68d864512805356ea79d authored over 3 years ago
fix: reg: register --related should not create duplicate postings when

more than one posting in a transaction matches. (#1629)

github.com/simonmichael/hledger - 9df574b3c0f76a1a3f2f0c864f206183376874c8 authored over 3 years ago
fix: lib: Filter postings before performing valuation and costing in

MultiBalanceReport, PostingsReport, EntriesReport, and
AccountTransactionsReport. (#1625, #1630)

github.com/simonmichael/hledger - 6528f255930e8af46623ac8e4c8d4ed8d4c8b941 authored over 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - 4451d68a630fb65859dd500d855ee37aeb272ec3 authored over 3 years ago