Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.99 KB | None | 0 0
  1. {
  2.     "_id" : ObjectId("5e2522809897aa0010af30da"),
  3.     "paymentTerm" : "CR-GIRO",
  4.     "orgType" : "order",
  5.     "returnType" : "credit_note",
  6.     "orderDetail" : [
  7.         ObjectId("5e2522809897aa0010af30dc")
  8.     ],
  9.     "voucherId" : "",
  10.     "document" : [ ],
  11.     "orderTracking" : [ ],
  12.     "discount" : [
  13.         {
  14.             "_id" : ObjectId("5e2522809897aa0010af30db"),
  15.             "discountType" : "payment_method",
  16.             "discountLevel" : "3",
  17.             "title" : "Disc CR giro",
  18.             "description" : "cr giro",
  19.             "discPercent" : 1.5,
  20.             "discAmount" : 1616250,
  21.             "amountPerPcsItem" : 1616250,
  22.             "afterDiscount" : 106133750,
  23.             "discCategory" : "promo_to_payment_method-discount",
  24.             "discLetter" : "dist",
  25.             "discFbCharge" : "0",
  26.             "pointReward" : 0,
  27.             "createdAt" : ISODate("2020-01-20T10:46:08.258+07:00"),
  28.             "updatedAt" : ISODate("2020-01-20T10:46:08.258+07:00")
  29.         }
  30.     ],
  31.     "orgId" : "493",
  32.     "oracleCustomerId" : "3749370",
  33.     "shipFromOrgId" : "494",
  34.     "invoiceToOrgId" : "1351513",
  35.     "branchCode" : "2100",
  36.     "primarySalesrepId" : "100863595",
  37.     "transactionalCurrCode" : "idr",
  38.     "orderId" : "3749370-202001200346082548904",
  39.     "orderDate" : ISODate("2020-01-20T10:46:08.000+07:00"),
  40.     "oraclePriceListId" : "1004941410297",
  41.     "shipToOrgId" : "1351514",
  42.     "orderStatus" : "pending",
  43.     "deliveryDate" : null,
  44.     "receivedDate" : null,
  45.     "subTotal" : 107750000,
  46.     "total" : 116747125,
  47.     "createdAt" : ISODate("2020-01-20T10:46:08.258+07:00"),
  48.     "updatedAt" : ISODate("2020-01-20T10:46:08.269+07:00"),
  49.     "__v" : 0,
  50.     "orderdetailData" : [
  51.         {
  52.             "_id" : ObjectId("5e2522809897aa0010af30dc"),
  53.             "orgId" : "493",
  54.             "oracleItemId" : "28677",
  55.             "uomCode" : "Box",
  56.             "qty" : 1000,
  57.             "oraclePriceListId" : "1004941410297",
  58.             "discount" : [
  59.                 {
  60.                     "_id" : ObjectId("5e2522809897aa0010af30de"),
  61.                     "discountType" : "lines",
  62.                     "discountLevel" : "1",
  63.                     "title" : "Kuota Lastbite Tk Munah Bogor",
  64.                     "description" : "- Promo Khusus Tk Munah (harga lama)",
  65.                     "discPercent" : 0,
  66.                     "discAmount" : 3250000,
  67.                     "amountPerPcsItem" : 3250,
  68.                     "afterDiscount" : 108750000,
  69.                     "discCategory" : "promo_to_lines-priceCut",
  70.                     "discLetter" : "FB",
  71.                     "discFbCharge" : "0",
  72.                     "pointReward" : 0
  73.                 },
  74.                 {
  75.                     "_id" : ObjectId("5e2522809897aa0010af30dd"),
  76.                     "discountType" : "strata",
  77.                     "discountLevel" : "2",
  78.                     "title" : "Strata Discount SJA",
  79.                     "description" : "- beli 105 karton, add disc 1100/karton",
  80.                     "discPercent" : 0,
  81.                     "discAmount" : 1000000,
  82.                     "amountPerPcsItem" : 0,
  83.                     "afterDiscount" : 107750000,
  84.                     "discCategory" : "promo_to_strata-strataPriceCut",
  85.                     "discLetter" : "dist",
  86.                     "discFbCharge" : "0",
  87.                     "pointReward" : 0
  88.                 }
  89.             ],
  90.             "price" : 123200,
  91.             "orderDetailId" : 1,
  92.             "ppn" : 10,
  93.             "taxRate" : 10,
  94.             "netPrice" : 112000000,
  95.             "taxAmount" : 10775000,
  96.             "amtAfterDiscount" : 107750000,
  97.             "amtIncludeTax" : 118525000,
  98.             "__v" : 0,
  99.             "createdAt" : ISODate("2020-01-20T10:46:08.265+07:00"),
  100.             "updatedAt" : ISODate("2020-01-20T10:46:08.265+07:00")
  101.         }
  102.     ]
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement