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