Tasks:
Bugs:
Tasks with release note:
AN-2511 Moving functionality should not be enabled by default
To enable “Scan and Move” option in the repository need to set SYNQ_HOST value in .env file.
AN-2484 Hide the portal requisition menu
PORTAL_REQUISITION_ENABLED value needs to be set in the .env file. The default value is set as true. PORTAL_REQUISITION_ENABLED= or PORTAL_REQUISITION_ENABLED=false means we want to hide the portal requisition menu. Otherwise, the portal requisition menu is not hidden.
Install-Package:
How to upgrade:
Stop the previously running Asta7
cd previous_asta7_directory docker compose down
Download and extract Asta7 1.68.0
Adjust the
.env
file according to the previous oneRun Asta7 1.68.0
cd asta7-1.68.0 docker compose up -d
Configuration: