jweiland / tender
Tender management
Installs: 1 501
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- jweiland/service-bw2: ^4.0
- typo3/cms-core: ^9.5.29 || ^10.4.35
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- nimut/testing-framework: ^5.0
This package is auto-updated.
Last update: 2024-10-20 09:47:34 UTC
README
Tender is an extension for TYPO3 CMS. It shows you a list of tender entries incl. detail view.
Currently tender needs a mandatory relation to our TYPO3 extension service_bw2.
1 Features
- Tender brings you the functionality to provide your visitors a list of available tenders.
- Each tender can be individualized with different data like a description, downloads, a department and more.
- If you want set a timeframe in which your tender is available you can use a start and end date.
- Displaying tenders can be done with categories, this gives you more flexibility to provide designated tenders.
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/tender
Installation as extension from TYPO3 Extension Repository (TER)
Download and install tender
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Create tender records on a sysfolder.
- Create a plugin on a page and select at least the sysfolder as startingpoint.