var fDesc=new Array(); fDesc[0] = "Abacre Inventory Management and Control is a new generation of inventory software for Windows. It covers all operations from taking orders, billing, purchasing, and inventory to labor management. The user interface is carefully optimized for high-speed input of a client's order and prevention of common mistakes. It's designed for use on multiple computers and contains reliable and secure authorization levels.

It supports most common inventory calculation methods: LIFO, FIFO, and Average. Sales items may include different inventory items as components.

It works with all commonly used hardware: touch screens, POS printers, line displays (poles), cash drawers and barcode readers (bar code scanners). The layouts of the client bill can be customized, and the program can be set up for any currencies, taxes, and number formats. Payments can be accepted by cash, credit cards, or checks.

For managers, there is a rich set of reports that shows a complete picture of inventory and sales operations: on-hand inventory, profit margins, sales by given period, hours of high load, Z-Out, the most active employees, payment methods, and automatic tax calculations.

By standardizing the entire inventory management and control process, the software makes better use of your employees' time and energy radically improving your turnover and profit margins."; 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 = ''; } }