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