Welcome to flutter open source GrowERP.

GrowERP is an open source multi platform ERP application you can try right now!

We have now started a production version:

  • 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

When the application is started, create a new company, select demo data or an empty system and look around!

If you like this initiative, please give a star to the project.

Documentation available at https://www.growerp.com

We also created a first vertical app for Hotel owners which will be released later.

  • Web: https://hotel.growerp.org
  • Android: https://play.google.com/store/apps/details?id=org.growerp.hotel
  • IOS: https://apps.apple.com/us/app/growerp-admin-open-source/id1531267095

Install flutter admin app locally

to install when using local packages only( use 'path' instead of pub.dev versions)

git clone https://github.com/growerp/growerp.git 
cd growerp/packages/core ; flutter pub get ; flutter pub run build_runner build
cd growerp/packages/inventory ; flutter pub get ; flutter pub run build_runner build
cd growerp/packages/marketing ;  flutter pub get ; flutter pub run build_runner build
cd growerp/packages/website ; flutter pub get ; flutter pub run build_runner build
cd ../admin 

if you use the versions from pub.dev, no pub build required.

Prepare for backend

OR: install backend according: https://github.com/growerp/growerp-moqui.git install chat according: https://github.com/growerp/growerp-chat.git

OR: use our test backend:
change file packages/admin/assets/cfg/app_settings.json:

- from:   "databaseUrlDebug": "",
- to:     "databaseUrlDebug": "https://test.growerp.org",  

- from:   "chatUrlDebug":  "",
- to:     "chatUrlDebug": "wss://chat.growerp.org",  

start emulator or use browser and start app in directory: packages/admin:

flutter run

install the chatserver

Some phone screen shots:

Some web/tablet screen shots:

The generated business website: