GrowERP is an open source multi platform ERP application you can use right now!
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/id1545521755
Hotel 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
Admin application
Web: https://admin.growerp.org
Hotel application:
Web: https://hotel.growerp.org
When 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 [email protected]
Documentation available at https://www.growerp.com
Java JDK 11: https://www.oracle.com/th/java/technologies/javase/jdk11-archive-downloads.html Flutter: https://flutter.dev/ 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/
dart pub global activate growerp growerp install
Get repository
git clone https://github.com/growerp/growerpcd growerp
cd chat ./gradlew/apprun
Initialize: (only the first time)
cd moqui ./gradlew build java -jar moqui.war load types=seed,seed-initial,install no-run-es
Run:
cd moqui java -jar moqui.war no-run-es
Initialize; (only the first time)
cd flutter/packages/admin dart pub global activate melos 3.4.0export PATH="$PATH":"$HOME/.pub-cache/bin"melos clean melos bootstrap# localizationmelos l10n --no-select# buildmelos build --no-select
Run:
flutter run
for hotel go to the flutter/packages/hotel directory and submit 'flutter run' command
In the docker directory there is a README.md to run the complete system with docker images locally.