Files @ 5793a55dbcc6
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pyproject.toml

bsturmfels
reconciler: Fix reconciler lumping unmatched books items together (#20737)

Issue was that the subset matching was passing through the grouped transactions
rather than the original transactions when it failed to match.
1
2
3
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"