huangzhaorongit / growerp

GrowERP Flutter Administrator ERP front-end for Android, IOS and Web using Moqui.org, Apache OFBiz

Home Page:https://www.growerp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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.

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:

About

GrowERP Flutter Administrator ERP front-end for Android, IOS and Web using Moqui.org, Apache OFBiz

https://www.growerp.com

License:Other


Languages

Language:Dart 83.5%Language:C++ 5.8%Language:HTML 4.1%Language:CMake 3.0%Language:Swift 1.8%Language:Ruby 0.7%Language:Dockerfile 0.4%Language:Java 0.3%Language:C 0.2%Language:Kotlin 0.1%Language:Shell 0.0%Language:Objective-C 0.0%