This project intended to provide POS functionality to Android users srough web interfase Other key point os this project will be defined in near future
- webcash - WebCash project itself
- webcash-business - Domain model of WebCash project
- webcash-spec - Specifications for webcash project
- CI-server for demo environment : https://sbelei.ci.cloudbees.com/job/webcash/
- demo URL : http://webcash.sbelei.cloudbees.net (login:admin password:admin)
- branch for demo version : demo
To load sample data in db, use in webcash projec
mvn clean compile exec:javaTo run integration test on different browsers. (Current versions of these binaries I put into webcash-spec/binaries) Download appropriate binaries from:
- IE : http://code.google.com/p/selenium/downloads/list
- Chrome : http://code.google.com/p/chromedriver/downloads/list
Generate Cobertura report mvn cobertura:cobertura site To open file of report: webcash-domain/target/site/index.html