var fDesc=new Array(); fDesc[0] = "The POS Dynamics is a program aimed at pizzerias, Fast Food, Restaurants, Canteens, or other entities engaged in ordering fast food or who wish to record sales, to issue orders and receipts from the computer.

It is a very good proposal for the comprehensive management and monitoring of your orders and your warehouse.

The system also displays information about the types of items sold, quantities and money. Are also detailed and centralized printing of reports, including reporting on the daily movements or movements within a period of time, aggregate reports throughout the POS or by a waiter, and finally prints."; 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 = ''; } }