Skip to content

Commit

Permalink
V 2.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Singosgu committed Jan 18, 2023
1 parent 7168e86 commit ab985af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ yarn install
DataBase Migrate
~~~shell
cd GreaterWMS/
python manage.py makemigratons
python manage.py makemigrations
python manage.py migrate
~~~

Expand Down Expand Up @@ -165,6 +165,8 @@ templates/public/statics/baseurl.txt
GreaterWMS is supported by a companion mobile app which allows users access to run the business well.
It can scan the goods by your camera or your PDA scanner.

[IOS](https://apps.apple.com/gb/app/intelligent-warehousing-gwms/id6444078526)

[Android](https://production.56yhz.com/media/GWMS.apks)

Companion android app is a apks file, need use [bundletool](https://github.com/google/bundletool/releases) to install apk to your Android Phone
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ templates/public/statics/baseurl.txt
GreaterWMS is supported by a companion mobile app which allows users access to run the business well.
It can scan the goods by your camera or your PDA scanner.

[IOS](https://apps.apple.com/gb/app/intelligent-warehousing-gwms/id6444078526)

[Android](https://production.56yhz.com/media/GWMS.apks)

Companion android app is a apks file, need use [bundletool](https://github.com/google/bundletool/releases) to install apk to your Android Phone
Expand Down
5 changes: 4 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ yarn install
数据初始化
~~~shell
cd GreaterWMS/
python manage.py makemigratons
python manage.py makemigrations
python manage.py migrate
~~~

Expand Down Expand Up @@ -161,7 +161,10 @@ templates/public/statics/baseurl.txt

- 配套的手机APP

[IOS](https://apps.apple.com/cn/app/%E6%99%BA%E8%83%BD%E4%BB%93%E5%82%A8%E8%BD%AF%E4%BB%B6gwms/id6444078526)

[Android](https://production.56yhz.com/media/GWMS.apks)

GreaterWMS有配套的APP,支持手机扫描,和PDA扫描,配置下服务器请求地址即可

配套的APP是一个apks文件,需要使用[bundletool](https://github.com/google/bundletool/releases)进行手机安装
Expand Down
5 changes: 4 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ yarn install
数据初始化
~~~shell
cd GreaterWMS/
python manage.py makemigratons
python manage.py makemigrations
python manage.py migrate
~~~

Expand Down Expand Up @@ -161,7 +161,10 @@ templates/public/statics/baseurl.txt

- 配套的手机APP

[IOS](https://apps.apple.com/cn/app/%E6%99%BA%E8%83%BD%E4%BB%93%E5%82%A8%E8%BD%AF%E4%BB%B6gwms/id6444078526)

[Android](https://production.56yhz.com/media/GWMS.apks)

GreaterWMS有配套的APP,支持手机扫描,和PDA扫描,配置下服务器请求地址即可

配套的APP是一个apks文件,需要使用[bundletool](https://github.com/google/bundletool/releases)进行手机安装
Expand Down

0 comments on commit ab985af

Please sign in to comment.