var fDesc=new Array(); fDesc[0] = "Volutive 1 is an innovative business management application focused on basic to medium size organizations. It is not web enabled, but you can perform a network installation, using a client-server model.
The user interface is very consistent all over the information units that the program can register: invoices, customers, vendors, items...so the learning curve is relatively low. Every piece of information has record controls, CRUD operations, and simple criteria search. As far as I can see, it is programmed in Delphi, and it uses an embedded database to store all the information.
Of course, the program templates can be fully customized, so that generated invoices and other documents show your company image. And you get some extra features like import/export/backup data, great for non-technical users.
With this program, you have all you need in order to manage all your business information, it will be very useful if you are just starting.
However, if you need more features and want to receive more complete support, then you may be interested on Volutive 2, a non-free, enhanced version of Volutive."; 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 = ''; } }