2024年3月19日

HYEOS

随事而为

frapepe erpnext install apps bash shell

3 min read

download apps

bench get-app chat;

bench get-app bench_manager;

bench get-app bhumi_awards_portal https://github.com/frappe/bhumi-awards-portal;

bench get-app erpnext_usa;

bench get-app wiki;

bench get-app insights;

bench get-app frappedesk;

bench get-app https://github.com/frappe/twilio-integration.git;

bench get-app erpnext_chinese https://gitee.com/yuzelin/erpnext_chinese;

bench get-app https://github.com/yrestom/erpnext_telegram;

bench get-app posawesome https://github.com/convergenix/POS-Awesome;

bench get-app ecommerce_integrations;

bench get-app education;

bench get-app lms;

install apps

bench install-app chat;
bench migrate;
bench install-app bench_manager;
bench migrate;
bench install-app bhumi_awards_portal;
bench migrate;
bench install-app erpnext_usa;
bench migrate;
bench install-app wiki;
bench migrate;
bench install-app insights;
bench migrate;
bench install-app frappedesk;
bench migrate;
bench install-app twilio_intergration;
bench migrate;
bench install-app erpnext_chinese https://gitee.com/yuzelin/erpnext_chinese;
bench migrate;
bench install-app https://github.com/yrestom/erpnext_telegram;
bench migrate;
bench install-app posawesome https://github.com/convergenix/POS-Awesome;
bench migrate;
bench install-app ecommerce_integrations;
bench migrate;
bench install-app education;
bench migrate;
bench install-app lms;
bench migrate;

migrate apps

bench migrate;

sudo /etc/init.d/supervisor restart;

服务台/工单提交
bench get-app https://github.com/frappe/desk

bench install-app frappedesk

===========
在线课程
bench get-app lms

bench --site lms.test install-app lms

bench get-app https://github.com/frappe/insights

bench install-app insights

//http://insights.test:8000/insights 另建网站安装,已存在网站不要安装,切记

bench get-app https://github.com/frappe/wiki

bench install-app wiki

===========
bench get-app https://github.com/frappe/drive

bench install-app drive

===========

bench get-app chat

bench install-app chat

===========
bench get-app https://github.com/frappe/twilio-integration.git

bench install-app twilio_integration

===========
bench get-app https://github.com/libracore/woocommerceconnector.git

bench install-app woocommerceconnector

//没有开wordpress不用装

===========
bench get-app zelin_watermark_theme https://gitee.com/yuzelin/zelin_watermark_theme.git

bench install-app zelin_watermark_theme

//打印水印设置

bench get-app erpnext_telegram_integration https://github.com/yrestom/erpnext_telegram.git

bench install-app erpnext_telegram_integration

//telegram 设置 如果有

为 Frappe 版本 14 安装 Reconciler 应用程序

bench get-app reconciler https://github.com/aerele/reconciler.git --branch=version-14
bench --site [site-name] install-app reconciler

it管理 软件证书
bench get-app it_management https://github.com/phamos-eu/it_management.git
bench install-app it_management

bench get-app https://github.com/kid1194/frappe-better-attach-control; bench build --app frappe_better_attach_control;bench install-app frappe_better_attach_control;\
bench get-app https://github.com/kid1194/frappe-better-select-control; bench build --app frappe_better_select_control;bench install-app frappe_better_select_control;   \
bench get-app https://github.com/kid1194/frappe-better-numerical-controls;bench build --app frappe_better_numerical_controls;bench install-app frappe_better_numerical_controls;   \
bench get-app https://github.com/kid1194/ERPNext-Fiscal-Year-Based-Date-Related-Fields;bench build --apps erpnext_fiscal_year_based_date_related_fields;bench install-app erpnext_fiscal_year_based_date_related_fields;\
bench get-app scs_sales_purchase https://github.com/Solufy-ERPNext-Apps/scs_sales_purchase.git --branch 14.0;bench install-app scs_sales_purchase; bench migrate; bench clear-cache;   \
bench get-app https://github.com/shridarpatil/frappe_whatsapp;bench install-app frappe_whatsapp;   \
bench get-app https://github.com/shridarpatil/frappe_tinymce;bench install-app  frappe_tinymce;bench migrate;\
bench get-app qr_demo https://github.com/alyf-de/frappe_qr_demo;bench install-app qr_demo;bench migrate;\
bench get-app reconciler https://github.com/aerele/reconciler.git --branch=version-14;bench install-app reconciler; bench migrate;  sudo /etc/init.d/supervisor restart

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注