https://github.com/growerp/growerp
GrowERP Flutter ERP for Android, IOS,Web,Linux and Windows using Moqui.org, Apache OFBiz
https://github.com/growerp/growerp
admin-dashboard e-commerce erp flutter hotel moqui ofbiz
Last synced: 7 months ago
JSON representation
GrowERP Flutter ERP for Android, IOS,Web,Linux and Windows using Moqui.org, Apache OFBiz
- Host: GitHub
- URL: https://github.com/growerp/growerp
- Owner: growerp
- License: other
- Created: 2022-08-14T08:38:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T08:17:37.000Z (7 months ago)
- Last Synced: 2025-03-29T09:24:04.155Z (7 months ago)
- Topics: admin-dashboard, e-commerce, erp, flutter, hotel, moqui, ofbiz
- Language: Groovy
- Homepage: https://www.growerp.com
- Size: 261 MB
- Stars: 70
- Watchers: 3
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Welcome to Flutter open source GrowERP.
GrowERP is an open source multi platform ERP application you can use right now!
## PRODUCTION version:
Admin application
- Web: https://admin.growerp.com
- Android: https://play.google.com/store/apps/details?id=org.growerp.admin
- IOS: https://apps.apple.com/us/app/growerp-admin-open-source/id1545521755Hotel application:
- Web: https://hotel.growerp.com
- Android: https://play.google.com/store/apps/details?id=org.growerp.hotel
- IOS: https://apps.apple.com/app/growerp-hotel-open-source/id1531267095## TEST NEXT version:
Admin application
- Web: https://admin.growerp.orgHotel application:
- Web: https://hotel.growerp.orgWhen the application is started, create a new company, select demo data or an empty system, login and use the password sent by email and look around! Provide comments to support@growerp.com
Documentation available at https://www.growerp.com
# Install GrowERP locally
## What is needed?
Java JDK 11: https://www.oracle.com/th/java/technologies/javase/jdk11-archive-downloads.html
Java JDK 17: Flutter now need gradle V8 up, which needs Java v17
Make java 11 the default and tell flutter to use 17 with: flutter config --jdk-dir /usr/lib/jvm/java-17-openjdk-amd64
Flutter: https://flutter.dev/ currently 3.29.2
Chrome: https://www.google.com/chrome/
Git: https://git-scm.com/downloads
Android studio: https://developer.android.com/studio
VS code: https://code.visualstudio.com/## To install GrowERP the easy way:
```sh
dart pub global activate growerp
growerp install
```## Install GrowERP locally, manually
Get repository
```sh
git clone https://github.com/growerp/growerp
cd growerp
```### start backend in separate terminal
Initialize: (only the first time)
```sh
cd moqui
./gradlew build
java -jar moqui.war load types=seed,seed-initial,install no-run-es
```
Run:
```sh
cd moqui
java -jar moqui.war no-run-es
```
### run the flutter emulator or browser
Initialize; (only the first time)
```sh
cd flutter/packages/admin
dart pub global activate melos 3.4.0
export PATH="$PATH":"$HOME/.pub-cache/bin"
melos clean
melos bootstrap
# localization
melos l10n --no-select
# build
melos build --no-select
```
Run:
```sh
flutter run
```
for hotel go to the flutter/packages/hotel directory and submit 'flutter run' command
login to the backend:
http://localhost:8080/vapps user: SystemSupport password: moqui## Use GrowERP locally with docker
In the docker directory there is a README.md to run the complete system with docker images locally.## Some phone screen shots from the admin App:
![]()
![]()
![]()
![]()
![]()
![]()
### Some web/tablet admin screen shots:
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Some phone screen shots from the *hotel* App:
![]()
![]()
![]()
![]()
![]()
![]()
### Some web/tablet *Hotel* screen shots:
![]()
![]()
![]()
![]()
![]()
![]()
### The generated business website:
![]()