Customize and Print your AbraFlexi Contracts
In the browser, you need to manually open the install.php page.
Fill in the access credentials for your AbraFlexi in the form. If they are correct, a trigger button will be created in AbraFlexi's received invoices.
(If the server and port auto-detection fails, please copy the value from the address bar to the corresponding field)
The running application can be tested at contractor.vitexsoftware.com
If the page is not called with the $authSessionId && $companyUrl parameters, it will attempt to load the configuration file ../testing/.env
K dispozici je Docker image: https://hub.docker.com/r/vitexsoftware/spoje-contractor/tags
docker run -d -p ${OUTPORT}:${INPORT} --name ${CONTNAME} vitexsoftware/spoje-contractor
Or a Debian package for installation on a server with Debian or Ubuntu system:
sudo apt install lsb-release wget apt-transport-https bzip2
sudo wget -O /usr/share/keyrings/vitexsoftware.gpg https://repo.vitexsoftware.cz/keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install spoje-contractor
If you are using Apache, you need to activate its configuration:
a2enconf spoje-contractor
apache2ctl restart
After that, the application is available without any further configuration at http://0.0.0.0/spoje-contractor/