README.md aktualisiert
This commit is contained in:
@@ -24,9 +24,12 @@ App Publisher: Jens Falk
|
|||||||
App Email: service@falk.plus (oder deine Email)
|
App Email: service@falk.plus (oder deine Email)
|
||||||
Branch Name: main oder einfach Enter drücken
|
Branch Name: main oder einfach Enter drücken
|
||||||
|
|
||||||
|
```bash
|
||||||
cd ~/frappe-bench/apps/erpnext_custom/erpnext_custom
|
cd ~/frappe-bench/apps/erpnext_custom/erpnext_custom
|
||||||
# Hier die aktuelle api.py einfügen (z.B. per cat > api.py << 'EOF' ...)
|
```
|
||||||
|
|
||||||
|
# Hier die aktuelle api.py einfügen (z.B. per cat > api.py << 'EOF' ...) z.B.
|
||||||
|
```bash
|
||||||
cat > api.py << 'EOF'
|
cat > api.py << 'EOF'
|
||||||
import frappe
|
import frappe
|
||||||
import requests
|
import requests
|
||||||
@@ -124,6 +127,7 @@ def sync_custom_fields_to_woocommerce(item_code):
|
|||||||
frappe.msgprint("Keine Felder wurden synchronisiert.", indicator="orange")
|
frappe.msgprint("Keine Felder wurden synchronisiert.", indicator="orange")
|
||||||
return False
|
return False
|
||||||
EOF
|
EOF
|
||||||
|
```
|
||||||
|
|
||||||
### Installation abschließen
|
### Installation abschließen
|
||||||
|
|
||||||
@@ -131,6 +135,7 @@ EOF
|
|||||||
bench --site erp.berchmans.de install-app erpnext_custom --force
|
bench --site erp.berchmans.de install-app erpnext_custom --force
|
||||||
bench --site erp.berchmans.de migrate
|
bench --site erp.berchmans.de migrate
|
||||||
bench restart
|
bench restart
|
||||||
|
```
|
||||||
|
|
||||||
Weiterer Schritt (nach Installation)
|
Weiterer Schritt (nach Installation)
|
||||||
Danach das DocType WooCommerce ACF Mapping anlegen
|
Danach das DocType WooCommerce ACF Mapping anlegen
|
||||||
Reference in New Issue
Block a user