2020-01-14 22:48:38 +01:00
2019-06-11 11:49:27 +02:00
2020-07-31 15:52:06 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02:00
2020-04-03 11:57:33 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02:00
2019-06-11 11:49:27 +02: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 }
Description
Miroir de chill-bundles
Readme AGPL-3.0 58 MiB
Languages
PHP 77.3%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1%
Other 0.8%