From 18555bf5bb16907af0f2daccd59e2a33f1324e46 Mon Sep 17 00:00:00 2001 From: Jens Falk Date: Sat, 6 Jun 2026 20:28:54 +0200 Subject: [PATCH] ... --- erpnext_custom/hooks.py | 4 ++-- erpnext_custom/public/css/.gitkeep | 0 erpnext_custom/public/js/.gitkeep | 0 pyproject.toml | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 erpnext_custom/public/css/.gitkeep create mode 100644 erpnext_custom/public/js/.gitkeep diff --git a/erpnext_custom/hooks.py b/erpnext_custom/hooks.py index c35ef0a..04963a7 100644 --- a/erpnext_custom/hooks.py +++ b/erpnext_custom/hooks.py @@ -1,6 +1,6 @@ -app_name = "nexterp_custom" +app_name = "erpnext_custom" app_title = "NEXTErp Custom" app_publisher = "Jens Falk" -app_description = "Custom Extensions für NEXTErp (WooCommerce ACF Sync)" +app_description = "Custom Extensions für NEXTErp - WooCommerce ACF Sync" app_email = "jens@falk.plus" app_license = "MIT" \ No newline at end of file diff --git a/erpnext_custom/public/css/.gitkeep b/erpnext_custom/public/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/erpnext_custom/public/js/.gitkeep b/erpnext_custom/public/js/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 4275c00..bbbb7c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "erpnext_custom" version = "0.0.1" -description = "Custom App für ERPNext - WooCommerce ACF Sync" +description = "Custom App für NEXTErp" readme = "README.md" requires-python = ">=3.10" [project.entry-points."frappe.apps"] -nexterp_custom = "erpnext_custom" \ No newline at end of file +erpnext_custom = "erpnext_custom" \ No newline at end of file