everydatastore / everynumbering
A submodule of EveryDataStore ECM that provides automatic generation of custom unique IDs for RecordSetItems.
Installs: 3
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- everydatastore/everydatastorebackend: ^1.5.5
This package is auto-updated.
Last update: 2025-05-15 08:24:01 UTC
README
This is a submodule of EveryDataStore ECM project which defines EveryNumbering app and its features.
This app allows to define a unique automatically generated custom IDs for RecordSetItems.
Requirements
Installation
- Go to EveryDataStoreBackend project directory
- Add EveryNumbering as a submodule "git submodule add https://github.com/EveryDataStore/EveryNumbering.git"
- Run the following URL in your browser: "https://your-backend-url/dev/build/?flush=all"
- You can access EveryNumbering in the frontend under the following path: “Administration / Numbering”.
Links
EveryNumbering Documentation
EveryDataStore ECM
EveryDataStore Frontend