Provides a summary email for Therefore workflows
920
Features:
Some examples of the emails and how the content is presented is shown below.
Consolidated view of all workflow tasks in 1 table


Report that separates the overdue instances into its own table for more clarity

Note the admin pages are NOT user-friendly, and not meant for an end-client to access.
This page shows a summary of reports that are currently configured:

This page shows setting up a report:
]
Email Template types:
]
Using shared network (when setup with cloudflare tunnel)
thereforereportgenerator:
image: fybre/thereforereportgenerator:latest
container_name: thereforereportgenerator
restart: 'unless-stopped'
environment:
- TZ=Australia/Sydney
- LC_ALL=en_AU.UTF-8
volumes:
- /local/path/to/Data:/app/Data
networks:
- shared-network
Directly mapping ports
thereforereportgenerator:
image: fybre/thereforereportgenerator:latest
container_name: thereforereportgenerator
restart: 'unless-stopped'
environment:
- TZ=Australia/Sydney
- LC_ALL=en_AU.UTF-8
volumes:
- /local/path/to/Data:/app/Data
ports:
- 80:8080
Content type
Image
Digest
sha256:1823a8aa5…
Size
121.4 MB
Last updated
over 2 years ago
docker pull fybre/thereforereportgenerator