BlackBoY_

CreatePurchaseInvoice

Dec 27th, 2023 (edited)
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.     "supplier": "Thomas 117711",
  3.     "supplier_name": "PT. Jasa Merdeka",
  4.     "company": "Kopkar Toyota",
  5.     "posting_date": "2023-12-10",
  6.     "due_date": "2024-1-30",
  7.     "bill_no": "JSI-2023-13-00001",
  8.     "bill_date": "2023-12-10",
  9.     "credit_to": "210-10",
  10.     "set_posting_time":"1",
  11.     "items":[
  12.         {
  13.         "item_name": "Pinjaman QORD",
  14.         "description": "Pinjaman QORD",
  15.         "qty":1,
  16.         "rate":10000000,
  17.         "parentfield": "items",
  18.         "expense_account": "510-13",
  19.         "cost_center": "Main - Kopkar Toyota",
  20.         "parenttype": "Purchase Invoice",
  21.         "doctype": "Purchase Invoice Item"
  22.         }
  23.     ]
  24. }
  25.            
Add Comment
Please, Sign In to add comment