Download the PHP package jweiland/circular without Composer
On this page you can find all versions of the php package jweiland/circular. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jweiland/circular
More information about jweiland/circular
Files in jweiland/circular
Package circular
Short Description Organize your circular records incl. PDF download
License GPL-2.0-or-later
Homepage http://www.jweiland.net
Informations about the package circular
TYPO3 Extension circular
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:
Installation as extension from TYPO3 Extension Repository (TER)
Download and install circular
with the extension manager module.
2.2 Minimal setup
1) Include the static TypoScript of the extension. 2) Create a circular records on a sysfolder. 3) Assign plugin "Circular" on a page and select at least the sysfolder as startingpoint.
FAQ
I get an error while invoking mailer engine
Error:
circular
creates recipient records from employee records of telephonedirectory
.
As direct_mail
needs a name
column defined here:
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.
All versions of circular with dependencies
jweiland/telephonedirectory Version ^3.0 || ^4.0
directmailteam/direct-mail Version >= 5.2 < 8.0 || dev-develop