Added the Invoice Modal.
This commit is contained in:
parent
b5adab5786
commit
9033ae9d79
5 changed files with 419 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue