Skip to content

Releases: moqui/MarbleERP

Moqui Marble ERP 1.0.0

31 May 19:13
cf14307
Compare
Choose a tag to compare

Release 1.0.0 - 31 May 2022

Moqui Marble ERP 1.0.0 is the first release. Marble ERP has a combination of functionality from POPC ERP,
HiveMind Admin, and HiveMind PM.

This application is focused on the customer & client facing process of quote to cash, and the supplier & worker
facing process of procure to pay. Outside these two main processes there are configuration, accounting, and
management of employees, contractors, equipment, supplies, and light manufacturing.

For a complete list of changes see:

41e7fc5...v1.0.0

Most changes come from screens reused from SimpleScreens.

The MarbleERP-1.0.0.war file is a pre-built distribution with no data and no built in ElasticSearch so requires an external ElasticSearch server and preferably an external database (otherwise H2 is used and data loss on redeploy is likely). To try it out just drop it into your preferred Servlet container (Tomcat, Jetty, etc; on AWS ElasticBeanstalk, etc). You can also run it with 'java -jar MarbleERP-1.0.0.war' but be aware that this will use a temporary directory for database files, etc that will be deleted on exit.

There is a Docker image similar to the WAR file available here:

https://hub.docker.com/r/moqui/marble-erp/