Added the Invoice Modal.

This commit is contained in:
rocketdebris 2025-11-07 16:13:56 -05:00
parent b5adab5786
commit 9033ae9d79
5 changed files with 419 additions and 1 deletions

View file

@ -171,6 +171,16 @@ 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)