https://github.com/dmkebusinessgmbh/duplicatecheckbundle
This bundle performs duplicate check against your entities.
https://github.com/dmkebusinessgmbh/duplicatecheckbundle
duplicate-checks orocrm oroplatform
Last synced: 12 months ago
JSON representation
This bundle performs duplicate check against your entities.
- Host: GitHub
- URL: https://github.com/dmkebusinessgmbh/duplicatecheckbundle
- Owner: DMKEBUSINESSGMBH
- License: mit
- Created: 2019-05-22T11:21:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:04:25.000Z (about 5 years ago)
- Last Synced: 2025-01-30T20:54:59.492Z (over 1 year ago)
- Topics: duplicate-checks, orocrm, oroplatform
- Language: PHP
- Size: 68.4 KB
- Stars: 0
- Watchers: 18
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## What does this bundle do?
This bundle provides a functionality to perform duplicate checks against
your entities. Especially in the CRM context you will encounter in the issue
where you database is full of duplicates.
## Usage
To enable the duplicate check for a given entity just, enable the check via
the entity config:
``` php