Skip to content

POP Commerce - Retail and Wholesale ERP and eCommerce version 1.0.1

Compare
Choose a tag to compare
@jonesde jonesde released this 17 Jan 21:53
· 343 commits to master since this release

POP Commerce 1.0.1 is a minor new feature and bug fix release.

This release is based on Moqui Framework version 1.6.0, Mantle Business Artifacts version 1.2.0, and SimpleScreens version 1.0.0.

While there are a few new screens and improvements to the admin and ecommerce apps the main changes in this release are quality related. There are now screen render tests, run on every git push though Travis CI, and there were various fixes and improvements done while writing these tests.

Many screens (around 4800 lines) were moved to the SimpleScreens project for more generic reuse. These changes help POP Commerce focus on being an industry specific suite of applications while making it easier for other applications to reuse more generic functionality that was in POP Commerce. POP Commerce also no longer depends on HiveMind with this move to SimpleScreens.

The eCommerce application currently has 16 screens and 20 forms. The admin application currently has 71 screens and 210 forms. POP Commerce has around 3.7k lines of text, mostly in XML files (a small number in FTL, Groovy).

For complete release notes see:

https://github.com/moqui/PopCommerce/blob/master/ReleaseNotes.txt

The PopCommerce-all-1.0.1.war file is a prebuilt all-in-one distribution with demo data loaded and tests run. To try it out just drop it into your preferred Servlet container (Tomcat, Jetty, etc; on AWS ElasticBeanstalk, etc).