docs(spec): the number series is configuration, not model - #2
Conversation
The number: attribute now references a series by name only - format, scope and resetOn are gone. A series is a deployment-level business object: a literal prefix + a zero-padded sequence, provisioned by a module's series declaration, configured per deployment, partitioned by a to-one relation via per:, and never auto-reset.
|
One addition to fold into this rewrite (or a follow-up): a PARTITIONED series' declaration may name its partition source — |
Rewrites the Document numbering section for the redesigned
number:attribute:format,scopeandresetOnkeys are removedper: <to-one relation>partitions a series (canonically per company - two legal entities never share a counter; identical numbers across partitions are correct)Also updates the
number:example in the reference card.