chill-bundles/src/Bundle/ChillThirdPartyBundle
..
2023-04-15 00:43:55 +02:00
2023-04-15 00:20:19 +02:00
2023-04-11 22:01:47 +02:00
2023-04-11 22:01:47 +02:00
2023-03-05 17:43:44 +01:00
2021-03-18 13:37:13 +01:00
2021-03-18 13:37:13 +01:00
2021-03-18 13:37:13 +01:00
2021-03-18 13:37:13 +01:00
2021-03-18 13:37:13 +01:00

ThirdParty Module

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 }