Skip to content

Spoje-NET/pohoda-realpad

Repository files navigation

Pohoda-Realpad Integration

logo

This project integrates the Pohoda accounting system with the Realpad CRM system, enabling seamless synchronization of bank movements and payments.

Features

  • 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.

Requirements

  • PHP 8.1 or higher
  • Composer
  • Curl extension enabled in PHP
  • Access to Pohoda and Realpad systems
  • Valid Realpad API credentials

Configuration

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 URL
  • POHODA_USERNAME / POHODA_PASSWORD — Pohoda API credentials
  • POHODA_TIMEOUT — Request timeout in milliseconds
  • POHODA_COMPRESS — Enable compression (true/false)
  • POHODA_DEBUG — Enable Pohoda debug mode (true/false)
  • REALPAD_USERNAME / REALPAD_PASSWORD — Realpad API credentials
  • REALPAD_PROJECT_ID — Realpad project identifier

See also

MultiFlexi

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.

MultiFlexi App

Debian/Ubuntu installation

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

About

Send data from Stormware Pohoda to Realpad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published