Claude/multi document finance workflow knd al#3
Open
TheSortingHash wants to merge 9 commits into
Open
Conversation
- Checkboxes on each document row in the Active tab; floating action bar lets staff route any number of selected documents into the Internal Logbook in one click. - Routing opens InternalLogForm in a new tab, pre-filled per document: Type matches the source row and Title is prefixed with '[Ref: <TransactionID>]' so the external reference is preserved without a schema change. - Pre-filled rows remain editable so the user can still tweak titles, set encoder/received-from, or add/remove entries before logging. - Adds checkExternalRefDuplicates() that warns (but does not block) if a routed title already exists in InternalDocuments. - Prefill payload is passed as a base64-encoded JSON URL param via a new 'prefill' query parameter on the internal-log page, with a Unicode-safe encode/decode pair for non-ASCII titles. https://claude.ai/code/session_017WmZ8T3b92jNBvPxmLHSpx
Multi-transaction selection on the Dashboard: - Per-transaction checkboxes on the Active tab (ticking a transaction selects all its documents) plus the existing per-document checkboxes; the two stay in sync, including an indeterminate state. - The floating action bar now exposes Update Status, Mark as Picked Up, and Pull Out alongside Route to Internal Logbook. Each opens a modal and acts on the selected documents across any number of transactions. - New server functions processMultiStatusUpdate / processMultiClaim / processMultiPullOut operate on explicit Documents-sheet rows so one action can span several transactions; getDashboardData now also returns the directory for name autocomplete. Signature removal: - Pickup/release and pull-out no longer capture a digital signature in any flow (Update.html modals and the new multi-transaction flows). Confirmation is now name-based. - Pickup/pull-out emails carry a "no reply needed" disclaimer: silence is treated as confirmation; recipients only reply to dispute. Email policy for multi-transaction pickup/pull-out: - Each document owner gets a separate email containing only their own documents; the person who picked up gets one consolidated email covering everything, with the main-workflow reference number shown per document. https://claude.ai/code/session_017WmZ8T3b92jNBvPxmLHSpx
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.
No description provided.