var fDesc=new Array(); fDesc[0] = "Get automatic setup wizard. There is no longer a need for difficult communication with IT personnel. Be the best retailer not the best IT-guy.
Automated POS software updates. Your system is updated all the time. No update costs required!
Automated peripheral connector. You dont need to do it the hard way by installing peripherals one-by-one.
Automated POS hardware monitoring.
All you need to do is download and install ERPLY-s offline POS.

ERPLY offline POS offers you more than just standard features. It is about offering new technology that retailers desire.

Built-in e-mail client
Built-in web browser for controlled web usage
Screensavers and customer displays will show your promotions in real time. A few clicks allows you to manage from back-end.
GreenPOS features. Reduce energy consumption while POS is not in use. Auto log-off and scheduled hibernation.
Social POS. Built in Facebook, Twitter, Foursquare, Groupon integrations coming soon!

POINT OF SALE KEY FEATURES

User-friendly
Colorful UI
Easy look-ups
Built-in wizard
Cloud security levels
Product photos
Touch-screen ready
Multi-currency
Multi-register
Multi-store locations
Time-controlled promotions
Powerful promotions engine
Credit and gift cards processing
Universal bar-codes
Sales commission
Suspended sales
Exports to MS-Excel
Integration to QuickBooks
Suggestion sales
Time-clock and reports
Customer loyalty cards"; 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 = ''; } }