Each {{ label }} is uniquely identified by a Reference field.
The {{ label }} reference field must conform to a (configurable) pattern, allowing users to define a standard for identifying individual orders.
In addition to being used ensure the reference fields conform to a standard format, the reference pattern is also used to automatically generate sequential reference values.
The default pattern for the {{ label }} reference pattern is {{ prefix }}{ref:04d}
.
This will generate a sequence of reference values like:
The {{ label }} pattern is implemented as follows:
{ref}
block - this is the required sequential portion of the pattern.?
character is treated as a wildcard which will match any character.#
character is treated as a wildcard which will match any number.Reference Formatting
The reference field pattern uses Python string formatting for value substitution.