Web-based Point of Sale
For years several manufacturers have tried to sell web-based POS systems, but until now with limited success. The benefits of a web-based solution are clear: lower maintenance costs, easy to upgrade and above all accessible from anywhere.
But the downside of a internet based solution is equally clear: What happens when the internet connection fails? Yes, you’re out of luck, and have to fall back to pen & paper. This disadvantage has kept many retailers from going web-based, and rightly so, as internet connection do fail once in a while.
But now Google presented Google Gears. Google Gears is an open source browser extension that enables web applications to provide offline functionality using the following JavaScript APIs:
- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
In short, Google Gears allows software manufacturers to create web-based applications that can be used off-line. Although Google Gears is still a beta product, there are already a number of sites using it. Now just wait until a Point Of Sale manufacturer implements Google Gears…



