add api method

This commit is contained in:
Casey Wittrock 2025-11-07 15:53:15 -06:00
parent 3ea47162c5
commit 6025a9890a
2 changed files with 7 additions and 6 deletions

View file

@ -230,22 +230,18 @@ def get_clients(options):
def upsert_estimate(data):
pass
@frappe.whitelist()
def upsert_job(data):
pass
@frappe.whitelist()
def upsert_invoice(data):
pass
@frappe.whitelist()
def upsert_warranty(data):
pass
@frappe.whitelist()
def upsert_client(data):
data = json.loads(data)