docs(intent): a notify block can mail a parameterized report render (#6931) - #219
Open
delchev wants to merge 1 commit into
Open
docs(intent): a notify block can mail a parameterized report render (#6931)#219delchev wants to merge 1 commit into
delchev wants to merge 1 commit into
Conversation
…#6931)
`attach: print` is document-only, so the customer statement - a period's rows
per customer, mailed monthly or on demand - had no documented way out of the
system while the per-invoice dunning reminder did.
The glue page gains a *Mail a REPORT* section for `attach: { report, bind }`:
the authoring shape, what a `bind:` source may be, the rule that a parameter
declaring an `initial` must be bound (unbound it stays at one fixed slice and
every recipient is mailed the same rows), and the report's own seeded `.print`
template - the bound parameters as its header, the report's rows as its table.
The notify section's heading now names the `attach:` knob rather than only its
`print` value, with the three links to it updated, and the dsl-reference index
gains a row for the report shape.
Co-Authored-By: Claude Opus 5 <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.
Documents
attach: { report, bind }— eclipse-dirigible/dirigible#6931, implemented in eclipse-dirigible/dirigible#6934.attach: printis document-only, so the customer statement — a period's rows per customer, mailed monthly or on demand — had no documented way out of the system while the per-invoice dunning reminder did.glue.md gains a Mail a REPORT section: the authoring shape, what a
bind:source may be (a field or one-hoprelation.fieldof the record the message is about, the same vocabulary a{placeholder}uses), the rule that a parameter declaring aninitialmust be bound — unbound it stays at that one fixed slice and every recipient is mailed the same rows, with nothing in the PDF to say whose — and the report's own seeded.printtemplate, whose header is the bound parameters and whose table is the report's rows.The notify section's heading now names the
attach:knob rather than only itsprintvalue; the three links to that anchor are updated accordingly. dsl-reference.md gains an index row for the report shape and mentions it next to the transition'snotify:block.npm run docs:buildpasses.🤖 Generated with Claude Code