Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. [
  2. {
  3. "id": 39,
  4. "name": "Sałatkowo",
  5. "type": "dish",
  6. "status": 1,
  7. "cash_id": 0,
  8. "tax": 11,
  9. "tax_source": "app",
  10. "destination": "bar",
  11. "updated_at": "2016-02-03 00:47:28",
  12. "count": 58,
  13. "lists": [
  14. {
  15. "id": 7,
  16. "name": "Sałatki owocowe",
  17. "status": 1,
  18. "updated_at": "2016-02-03 00:04:19",
  19. "count": 73,
  20. "dishes": [
  21. {
  22. "id": 10,
  23. "name": "Wiśnia + banan",
  24. "desc": "",
  25. "position": 1,
  26. "destination": "bar",
  27. "price": 1000,
  28. "tax": 11,
  29. "status": 1,
  30. "cash_id": 0,
  31. "updated_at": "2016-02-03 00:04:35",
  32. "GetPrice": "10,00",
  33. "components_lists": []
  34. },
  35. {
  36. "id": 11,
  37. "name": "Kiwi + mango",
  38. "desc": "",
  39. "position": 2,
  40. "destination": "bar",
  41. "price": 2100,
  42. "tax": 11,
  43. "status": 1,
  44. "cash_id": 0,
  45. "updated_at": "2016-02-03 00:04:53",
  46. "GetPrice": "21,00",
  47. "components_lists": []
  48. },
  49. {
  50. "id": 12,
  51. "name": "Malina",
  52. "desc": "",
  53. "position": 3,
  54. "destination": "bar",
  55. "price": 1400,
  56. "tax": 11,
  57. "status": 1,
  58. "cash_id": 0,
  59. "updated_at": "2016-02-03 00:05:11",
  60. "GetPrice": "14,00",
  61. "components_lists": []
  62. }
  63. ]
  64. },
  65. {
  66. "id": 8,
  67. "name": "Sałatki mięsne",
  68. "status": 0,
  69. "updated_at": "2016-02-03 00:06:31",
  70. "count": 53,
  71. "dishes": [
  72. {
  73. "id": 13,
  74. "name": "Kurczak",
  75. "desc": "",
  76. "position": 4,
  77. "destination": "bar",
  78. "price": 4100,
  79. "tax": 11,
  80. "status": 1,
  81. "cash_id": 0,
  82. "updated_at": "2016-02-03 00:05:41",
  83. "GetPrice": "41,00",
  84. "components_lists": []
  85. }
  86. ]
  87. }
  88. ]
  89. },
  90. {
  91. "id": 40,
  92. "name": "Napoje gazowane",
  93. "type": "drink",
  94. "status": 1,
  95. "cash_id": 0,
  96. "tax": 11,
  97. "tax_source": "app",
  98. "destination": "bar",
  99. "updated_at": "2016-02-03 00:52:25",
  100. "count": 89,
  101. "lists": [
  102. {
  103. "id": 12,
  104. "name": "Woda",
  105. "status": 1,
  106. "updated_at": "2016-02-03 00:51:13",
  107. "count": 61,
  108. "drinks": []
  109. },
  110. {
  111. "id": 13,
  112. "name": "Piwo",
  113. "status": 1,
  114. "updated_at": "2016-02-03 00:51:32",
  115. "count": 78,
  116. "drinks": []
  117. },
  118. {
  119. "id": 14,
  120. "name": "Drinki",
  121. "status": 1,
  122. "updated_at": "2016-02-03 00:51:41",
  123. "count": 39,
  124. "drinks": []
  125. }
  126. ]
  127. },
  128. {
  129. "id": 41,
  130. "name": "Napoje niegazowane",
  131. "type": "drink",
  132. "status": 1,
  133. "cash_id": 0,
  134. "tax": 8,
  135. "tax_source": "app",
  136. "destination": "bar",
  137. "updated_at": "2016-02-03 00:50:50",
  138. "count": 70,
  139. "lists": [
  140. {
  141. "id": 9,
  142. "name": "Woda",
  143. "status": 1,
  144. "updated_at": "2016-02-03 00:48:08",
  145. "count": 54,
  146. "drinks": []
  147. },
  148. {
  149. "id": 10,
  150. "name": "Soki",
  151. "status": 1,
  152. "updated_at": "2016-02-03 00:48:15",
  153. "count": 91,
  154. "drinks": []
  155. },
  156. {
  157. "id": 11,
  158. "name": "Nektary",
  159. "status": 1,
  160. "updated_at": "2016-02-03 00:48:33",
  161. "count": 23,
  162. "drinks": []
  163. }
  164. ]
  165. }
  166. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement