jweiland / circular
Organize your circular records incl. PDF download
Installs: 3 524
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
pkg:composer/jweiland/circular
Requires
- typo3/cms-core: ^13.4.8
Requires (Dev)
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.14
- phpstan/phpstan: ^1.10
- roave/security-advisories: dev-latest
- typo3/coding-standards: ^0.8
- typo3/testing-framework: ^9.0.1
Replaces
- typo3-ter/circular: 6.0.0
This package is auto-updated.
Last update: 2025-10-27 15:41:04 UTC
README
Circular is an extension for TYPO3 CMS. It shows you a list of circular records incl. detail view.
1 Features
- Create circular records
- Assign PDF
- Assign category
- Assign department
 
- List view with pagebrowser
- Detail view with link to download the PDF
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/circular
Installation as extension from TYPO3 Extension Repository (TER)
Download and install circular with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Create a circular records on a sysfolder.
- Assign plugin "Circular" on a page and select at least the sysfolder as startingpoint.
FAQ
I get an error while invoking mailer engine
Error:
DirectMailTeam\DirectMail\Dmailer::ensureCorrectEncoding(): Argument #1 ($inputString) must be of type string, null given
circular creates recipient records from employee records of telephonedirectory.
As direct_mail needs a name column defined here:
Support
Free Support is available via GitHub Issue Tracker.
For commercial support, please contact us at support@jweiland.net.
return $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['direct_mail']['defaultRecipFields']
but telephonedirectory does not have such a column, that error message appears.
We can't change that configuration, as that may break your existing recipient configuration
for tt_address, fe_users and others.