Stock inventory & billing not open due to time out

Hello @michaeltruong,

You should change the ip address in this /var/www/html/index.html
Hope this will help.

function initLinks() { var erpElement = document.getElementById(“erp-app-link”); 
        if (erpElement) 
        { 
              erpElement.href = “http://your varant ip (ie. 192.168.33.10):8069”; 
        }
2 Likes