README.md aktualisiert

This commit is contained in:
2026-06-07 13:45:56 +02:00
parent 5c187e9dbd
commit 530c0bb4ad
+6 -1
View File
@@ -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