Skip to content

Spoje-NET/Contractor

 
 

Repository files navigation

project logo

Customize and Print you AbraFlexi contracts

wakatime wakatime

Customize and Print your AbraFlexi Contracts

Usage

Installation

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

Testing

If the page is not called with the $authSessionId && $companyUrl parameters, it will attempt to load the configuration file ../testing/.env

Deployment

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/

Installer

About

Customize and Print your AbraFlexi Contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.4%
  • Jinja 40.7%
  • Other 0.9%