var fDesc=new Array(); fDesc[0] = "Abacre Cloud Restaurant Point of Sale is a free restaurant management system consisting of two main parts: a classical application for Windows working with database located in the cloud and a web-based part representing restaurant's web site. The layouts of the guest bill can be customized and the program can be set up for any currencies, taxes and gratuities.

For managers, there is a rich set of reports that shows a complete picture of restaurant operations and life cycles: menu consumption, reservation frequency, hours of high restaurant load, busiest tables, most active employees, payment methods, and automatic tax calculations.

Automatically created restaurant's web site allows clients to study menu items with prices and order items for delivery or pickup; managers may see online sales reports; waitresses may take orders with iPad/iPhone/Anroid or any tablet computer or phone supporting web browser."; 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 = ''; } }