This project integrates the Pohoda accounting system with the Realpad CRM system, enabling seamless synchronization of bank movements and payments.
- Bank Movements Synchronization: Extracts bank movements from Pohoda and filters them based on specific criteria.
- Realpad API Integration: Sends filtered payments to the Realpad system using their API.
- Error Handling and Logging: Provides detailed status messages and logs for every synchronization attempt.
- PHP 8.1 or higher
- Composer
- Curl extension enabled in PHP
- Access to Pohoda and Realpad systems
- Valid Realpad API credentials
Copy example.env
to .env
and adjust the values to match your environment:
cp example.env .env
Configuration options:
APP_DEBUG
— Enable debug mode (true
/false
)EASE_LOGGER
— Logging output (e.g.,console
)POHODA_ICO
— Company identifier (IČO)POHODA_URL
— Pohoda mServer endpoint URLPOHODA_USERNAME
/POHODA_PASSWORD
— Pohoda API credentialsPOHODA_TIMEOUT
— Request timeout in millisecondsPOHODA_COMPRESS
— Enable compression (true
/false
)POHODA_DEBUG
— Enable Pohoda debug mode (true
/false
)REALPAD_USERNAME
/REALPAD_PASSWORD
— Realpad API credentialsREALPAD_PROJECT_ID
— Realpad project identifier
- https://github.com/Spoje-NET/pohoda-client-checker
- https://github.com/Spoje-NET/realpad2mailkit
- https://github.com/Spoje-NET/PHP-Realpad-Takeout
Pohoda2Realpad is ready for run as MultiFlexi application. See the full list of ready-to-run applications within the MultiFlexi platform on the application list page.
Please use the .deb packages. The repository is availble:
echo "deb http://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.com/keyring.gpg
sudo apt update
sudo apt install pohoda-realpad