Product price updater for AbraFlexi
console applicationSystemConsoleOnlyapt install abraflexi-pricefixerBundle product price updater for AbraFlexi Bundle product price updater for AbraFlexi using MultiFlexi
Product price updater for AbraFlexi
abraflexi-pricefixer - fix price of one pricelist itemabraflexi-pricefixer-all - fix price of all pricelist itemsabraflexi-pricefixer-stock - copy last warehouse price (posledCena) to purchase price (nakupCena) for all non-bundle productsabraflexi-pricefixer-init - prepare AbraFlexi for pricefixerHere are the configuration keys used with AbraFlexi:
ABRAFLEXI_PROVIDER - Addressbook Company used to be providerABRAFLEXI_USERNAME - AbraFlexi usernameABRAFLEXI_PASSWORD - AbraFlexi passwordABRAFLEXI_URL - AbraFlexi API URLABRAFLEXI_COMPANY - AbraFlexi company codeABRAFLEXI_GROUP - Group of Goods for sets of items (default: code:SADA)ABRAFLEXI_WAREHOUSE - Warehouse code to read last price from (default: code:SKLAD-DS, used by abraflexi-pricefixer-stock)EASE_LOGGER - List of logging drivers to be usedPlease make sure to set these configuration keys appropriately before running the code.
NOTE: please run
abraflexi-pricefixer-initcommand before first run.
When installed from debian package, the abraflexi-pricefixer command is availble systemwide.
If EASE_LOGGER contain console then colored output is shown:

AbraFlexi PriceFixer 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.
There is repository for Debian/Ubuntu Linux distributions:
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/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 abraflexi-pricefixer