feat(harmonia): hide the create-time UUID placeholder in the document title#6390
Merged
Conversation
… title A not-yet-issued document holds a create-time UUID placeholder in its number field (the platform's numbering, until the real number is stamped at issue). The Harmonia document title rendered that raw UUID (e.g. "SALES INVOICE 3f2a1c9e-…"). Now the title shows just the document label until the real number appears. - HarmoniaFormat.documentNumber(v) (shared format.js): returns '' for a UUID-shaped value, else the value unchanged. - The document title uses it in the main document view (x-show + x-text) and the partner / my document views, so a draft reads "Sales Invoice" and, once issued, "Sales Invoice SI00000042". Independent display fix - improves the current hand-written-placeholder behavior too (not only first-class numbering). Verified: the shared format.js serves the helper. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
A not-yet-issued document holds a create-time UUID placeholder in its number field (until the real number is stamped at issue). The Harmonia document title rendered that raw UUID — e.g. "SALES INVOICE 3f2a1c9e-…". Now a draft shows just the label.
HarmoniaFormat.documentNumber(v)(sharedformat.js): returns''for a UUID-shaped value, else the value unchanged.x-show+x-text) and the partner / my document views → a draft reads "Sales Invoice", and once issued "Sales Invoice SI00000042".Independent display fix — it also improves the current hand-written-placeholder behavior (the KF's
SalesInvoiceNumberActionputs a UUID there today), not only first-class numbering. Verified: the sharedformat.jsserves the helper.🤖 Generated with Claude Code