Advertisement
BlackBoY_

CreateSalesInvoice

Dec 27th, 2023
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. {
  2.     "customer": "Anggota",
  3.     "company": "Kopkar Toyota",
  4.     "posting_date": "2023-12-19",
  5.     "due_date": "2024-1-1",
  6.     "items":[
  7.         {
  8.         "cost_center": "Main - Kopkar Toyota",
  9.         "item_name": "Perpanjangan STNK",
  10.         "description": "Perpanjangan STNK",
  11.         "qty":1,
  12.         "rate":3000000,
  13.         "income_account": "410-12",
  14.         "debit_to": "130-10",
  15.         "parentfield": "items",
  16.         "parenttype": "Sales Invoice",
  17.         "doctype": "Sales Invoice Item"
  18.         }
  19.     ]
  20. }
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement