Simple Scope ID
5 sites
No security coverage
This module provides a field type for generating serial numbers, such as invoice IDs. It allows you to define how these numbers increment based on specific scopes like daily, weekly, monthly, yearly, or globally.
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.