This project is not covered by Drupal’s security advisory policy.

The Auto Increment Field module provides a field type for Drupal that automatically generates and increments a numeric value. This field type is highly configurable, allowing you to set a prefix and suffix for the generated value. It is ideal for use cases where you need unique, auto-incrementing identifiers such as order numbers, invoice IDs, or custom reference codes.

Features

  1. Auto Incrementing Values:
    • Automatically generates a numeric value that increments with each new entity (e.g., node, user, or custom entity).
    • Ensures uniqueness for each generated value.
  2. Prefix and Suffix Support:
    • Allows administrators to define a prefix (e.g., INV-) and **suffix(e.g.,-2023`) for the generated value.
    • Example output: INV-1001-2023.
  3. Configurable Start Value:
    • Set the starting number for the auto-increment sequence (e.g., start from 1000).
  4. Field Configuration:
    • Configure the field through the Drupal field UI.
    • Supports multiple instances of the field on the same entity type.
Supporting organizations: 

Project information

Releases