From 530c0bb4ad8542d626ba5a70193397a9e23ee962 Mon Sep 17 00:00:00 2001 From: JensFalk Date: Sun, 7 Jun 2026 13:45:56 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d649c..68bf505 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file