var fDesc=new Array(); fDesc[0] = "SolvePOS is a basic point of sale software package developed by Solve I.T. Australia Pty Ltd in 2008. The two principle developers were Dylan Wilson and Patrick Sims.The installation of SolvePOS will be very quick. After it has finished, if you have selected the ‘Server’ option, the Firebird Database Server may be installed, (if it is not detected as having already been installed).
Features:
- Handling Stock
- Creating Stock
- Adding Suppliers
- Adding Packs
- Client Points
Networking requires that your perform a few tasks; the first of these is to alter the ‘Server’ detail to contain the assigned network name of your Server.The best method though, is to use an alias. To do this you should alter the ‘aliases.conf’ file in the root folder of the Firebird installation directory. This will enable you to easily share out the SolvePOS database, without the added problems that sharing folders can bring."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }