Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. {
  2. "status": "true",
  3. "result": {
  4. "data": [
  5. {
  6. "status": 4,
  7. "inventory_publish_id": 2,
  8. "order_at": "2019-10-02",
  9. "invoice": "T191002-64",
  10. "po_code": "PO1908-1",
  11. "supplier_name": "Hokage",
  12. "product_name": "Tango rasa Dilan",
  13. "product_unit": "1 ctn",
  14. "product_content": "12 pcs",
  15. "quantity_order": 1,
  16. "quantity_out": 1,
  17. "purchase_price": "3000000",
  18. "total_purchase_price": "3000000",
  19. "selling_price": "1000000",
  20. "total_selling_price": "1000000",
  21. "margin": "-2000000",
  22. "persen_margin": "-2.0000"
  23. },
  24. {
  25. "status": 4,
  26. "inventory_publish_id": 2,
  27. "order_at": "2019-10-02",
  28. "invoice": "T191002-64",
  29. "po_code": "PO1908-1",
  30. "supplier_name": "Hokage",
  31. "product_name": "Bumbu Micin ",
  32. "product_unit": "PCS",
  33. "product_content": "48",
  34. "quantity_order": 6,
  35. "quantity_out": 1,
  36. "purchase_price": "3000000",
  37. "total_purchase_price": "3000000",
  38. "selling_price": "1000000",
  39. "total_selling_price": "1000000",
  40. "margin": "-2000000",
  41. "persen_margin": "-2.0000"
  42. }
  43. ],
  44. "count_rows": 2,
  45. "count_pages": 1
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement