feat: Party auto-matcher from Bank Transaction data

- Created Bank Party Mapper
- Created class to auto match by account/iban or party name/description(fuzzy)
- Automatch and set in transaction or create mapper
- `rapidfuzz` introduced
This commit is contained in:
marination
2023-03-31 16:11:00 +05:30
parent ad31e02616
commit e7745033df
9 changed files with 301 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"pycountry~=20.7.3",
"Unidecode~=1.2.0",
"barcodenumber~=0.5.0",
"rapidfuzz~=2.15.0",
# integration dependencies
"gocardless-pro~=1.22.0",