After installation of Java 11:
Moqui backend: (preferred) https://github.com/growerp/growerp-moqui/README.md
OR for older version only,Apache OFBiz backend: https://github.com/growerp/growerp-ofbiz/blob/master/README.adoc
clone and run the WebSocket chat server(optional) https://github.com/growerp/growerp-chat
Flutter app, after installation of Flutter:
git clone https://github.com/growerp/growerp
$ cd growerp/packages/core
$ flutter pub run build_runner build
$ ../admin
$ flutter run
create your first company!
Below a number of inclusions of techinal READme's expect for the admin package in various stages of development
This is the admin app, showing the capabilities of the growerp core application.
check the readme at https://github.com/growerp/growerp for more information.
null
Under development!
GrowERP frontend component for Android, IOS and Web using Flutter.
This freelance branch will contain an app with the following functions:
For the backend you need the Moqui or OFBiz ERP system (moqui.org)
More info at the master admin branch.
An E-Commerce application, a companion for the UserGroup.SuperAdmin application present in the master branch of this repository.
It has the standard functions of E-Commerce/pos:
Showing categories and products which can be added to a shopping cart. From this cart the order can be created.
A payment option is under development.
This is the core package of the GrowERP frontend. You can use it with the other packages like admin, freelance, hotel etc.
After getting it from Github run the build command:
$ cd packages/core $ flutter pub run build_runner build
Then to run for example admin: $ cd packages/admin $ flutter run.
package to manage the GrowERP system
will create screenshots using the (old driver) integration tests for all the emulators which are defined.
will install the front/backend system and run all integration tests from the admin package