chill-project / third-party
A bundle to manage Third Party contact categories
dev-master
2020-04-03 09:57 UTC
Requires
- chill-project/main: ~1.5
Requires (Dev)
- fzaninotto/faker: ~1
- phpunit/phpunit: ~5.6
- symfony/phpunit-bridge: ~3
This package is auto-updated.
Last update: 2024-10-09 22:39:48 UTC
README
This module add third parties to chill.
Those parties are elements which can be handled in other entities: people, contacts, etc.
Each third party is associated to multiple types, which can help to filter parties in element form. Exemple: do not show list of an hospital where you should display only doctors.
How to add a third party type
Create a service which implements Chill\ThirdPartyBundle\ThirdPartyType\ThirdPartyProviderInterface
and tag it with: chill_3party.provider
:
services:
Cire\CireBundle\ThirdPartyType\NotarisType:
tags:
- { name: chill_3party.provider }