https://github.com/ahmadhuss/fints_frappe
FinTS Connector (Germany) for Frappe/ERPNext
https://github.com/ahmadhuss/fints_frappe
banking erpnext fints frappe germany python
Last synced: 5 months ago
JSON representation
FinTS Connector (Germany) for Frappe/ERPNext
- Host: GitHub
- URL: https://github.com/ahmadhuss/fints_frappe
- Owner: ahmadhuss
- License: mit
- Created: 2025-03-16T10:00:29.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-16T22:06:11.000Z (7 months ago)
- Last Synced: 2025-05-03T03:45:39.606Z (5 months ago)
- Topics: banking, erpnext, fints, frappe, germany, python
- Language: Python
- Homepage:
- Size: 2.35 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# FinTS Connector for Frappe/ERPNext
**FinTS Connector** is a Frappe/ERPNext app that integrates with German banks via the **FinTS (HBCI)** protocol. This app enables retrieval of bank transactions for reconciliation within ERPNext.
## Features
- Connection with German banks via FinTS
- Bank transaction retrieval for reconciliation
- Session persistence to reduce repeated TAN entry## Requirement
[ERPNext](https://github.com/frappe/erpnext) should be installed as an application within the [Frappe framework](https://github.com/frappe/frappe).
## Installation
```sh
# Clone and install the app in Frappe Bench
cd ~/frappe-bench
bench get-app https://github.com/your-repo/fints_frappe.git
bench --site your-site install-app fints_frappe
bench restart
```## Tested
Banks that support TAN mechanisms and have been successfully tested.
## License
MIT (see [license.txt](./license.txt)
)