docs: update documentation for v2.4.2 release#1378
Merged
steilerDev merged 1 commit intobetafrom Apr 28, 2026
Merged
Conversation
Update user-facing docs to reflect the v2.4.2 bug-fix release: - budget-overview.md: clarify that the source filter recalculates the Available Funds and Remaining Budget (Cost + Net) totals and the Pending/Paid/Quotation summary cards in real time, and that deselected source rows are hidden from print output. - linking-documents.md: document the "Hide already-linked documents" checkbox and note it now defaults to unchecked, so re-linking is no longer gated by clearing the filter. - RELEASE_SUMMARY.md: rewrite as a v2.4.2 changelog covering all six bug fixes (#1366 source filter totals, #1369 picker default, #1370 scroll wheel, #1371 VAT round-trip, #1372 vendor blur, #1373 summary cards refresh). Verified .env.example is in sync with server/src/plugins/config.ts and all process.env.* references in server/src. Co-Authored-By: Claude docs-writer (Opus 4.6) <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.4.3-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
2 tasks
Contributor
|
🎉 This PR is included in version 2.4.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates user-facing documentation to reflect the six bug fixes shipped in v2.4.2. No new features, no schema changes.
Changes
docs/src/guides/budget/budget-overview.md-- The "Filter by Source" section now explicitly states that the Available Funds and Remaining Budget (Cost + Net) totals and the Pending/Paid/Quotation summary cards recalculate in step with the filter, and that deselected source rows are hidden from printed output. (Covers Bug: Cost Breakdown — 'Available Funds' and 'Remaining Budget' do not respond to per-source filter #1366 and Show 'Claimed' subsidy total in Budget Invoices summary #1373.)docs/src/guides/documents/linking-documents.md-- New paragraph documents the "Hide already-linked documents" checkbox and clarifies it defaults to unchecked, so re-linking a document does not require clearing the filter first. (Covers Hide already-linked documents in Paperless document picker #1369.)RELEASE_SUMMARY.md-- Rewritten as a v2.4.2 changelog covering all six fixes: source filter totals (Bug: Cost Breakdown — 'Available Funds' and 'Remaining Budget' do not respond to per-source filter #1366), picker default (Hide already-linked documents in Paperless document picker #1369), scroll wheel on numeric inputs (Disable scroll-wheel value change on numeric integer inputs #1370), VAT checkbox round-trip (Add 'Includes VAT' checkbox to Direct amount mode in budget line editor #1371), vendor picker blur (Show vendor (correspondent) alongside invoice number in 'Link to invoice' picker #1372), and Budget Overview summary cards refresh (Show 'Claimed' subsidy total in Budget Invoices summary #1373).Other validation
.env.examplewas diffed againstserver/src/plugins/config.tsand everyprocess.env.*reference underserver/src/-- no drift, no missing or stale variables.Out of scope
> [!NOTE]block is untouched.Test plan
git diffon.env.examplevsserver/src/plugins/config.ts(no drift)> [!NOTE]block in README.md is untouchedRELEASE_SUMMARY.mdfollows the requested# vX.Y.Z+## Bug Fixes+## What to Updateformat🤖 Generated with Claude Code