ssid
No security coverage
About
A module providing a field type to store serial numbers (like a serial/auto-increment number) according to a specified Scope Plugin. The field value is calculated, according to a pluggable system of scopes. By default, the available scope plugins are: Per day, Per week, Per month, Per year, Global (without reset feature).
Use cases
- Invoice ID generations.
- Unique IDs for API integrations.
- You need an unique ID/counter for a given scope.