everydatastore / everynotifytemplate
A submodule of EveryDataStore ECM that enables creating customizable templates for printing and reporting. Templates can include data from single or multiple 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
README
This is a submodule of EveryDataStore ECM project which defines EveryNotifyTemplate app and its features.
The EveryNotifyTemplate app enables designing different styles of templates that can be filled out with data from different RecordSetItems. Print templates can be used to create a template for one record, but also to create report templates that combine data from many different sources, i.e., different Recordsets and recordsetItems.
Requirements
Installation
- Go to EveryDataStoreBackend project directory
- Add EveryNotifyTemplate as a submodule "git submodule add https://github.com/EveryDataStore/EveryNotifyTemplate.git"
- Run the following URL in your browser: "https://your-backend-url/dev/build/?flush=all"
- You can access EveryTranslator in the frontend under the following path: “Administration / Notify Template”.
Links
EveryNotifyTemplate Documentation
EveryDataStore ECM
EveryDataStore Frontend