wip: receiving dashboard, customer records, archive old 2-level paths, various fixes

This commit is contained in:
vagrant
2026-05-28 03:30:45 +00:00
parent d4ed4b1d89
commit 6fe6d61779
141 changed files with 4247 additions and 1175 deletions
@@ -0,0 +1,6 @@
import frappe
@frappe.whitelist()
def install_ssh():
"""Placeholder for SSH install functionality."""
return {"success": True, "message": "SSH install endpoint ready"}