Advertisement
shestel12

Untitled

Dec 13th, 2017
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. {
  2. "bill": {
  3. "id": 6,
  4. "uuid": "4b761ac2-9644-4e3e-98de-c1440a03e929",
  5. "return_uuid": "",
  6. "return_id": 0,
  7. "status": "closed",
  8. "type": "",
  9. "desk": {
  10. "id": 2,
  11. "top": 70,
  12. "left": 253,
  13. "width": 150,
  14. "height": 150,
  15. "name": "Стол-1",
  16. "form": "circle",
  17. "room": {
  18. "Id": 1,
  19. "position": 0,
  20. "Name": "1",
  21. "image": "",
  22. "imageData": "",
  23. "Desks": null
  24. }
  25. },
  26. "sum": 4.8,
  27. "discount": null,
  28. "discount_sum": 0,
  29. "bonus_sum": 0.48,
  30. "tax_sum": 0,
  31. "total": 4.8,
  32. "bonus_pay": 0,
  33. "cash_pay": 4.8,
  34. "cashless_pay": 0,
  35. "card_pay": 0,
  36. "back_pay": 0,
  37. "service_charge": 0,
  38. "no_money_pay": 0,
  39. "with_payment": true,
  40. "comment": " ",
  41. "items": [
  42. {
  43. "id": 6,
  44. "uuid": "c7e4cabd-ba5e-4360-b51e-b6846805afe7",
  45. "count": 4,
  46. "frozen_count": 0,
  47. "cost": 4.8,
  48. "norm_count": 4,
  49. "norm_price": 1.2,
  50. "price": 1.2,
  51. "promotion_price": 0,
  52. "promotion_id": 0,
  53. "discount_rate": 0,
  54. "discount_sum": 0,
  55. "tax_rate": 0,
  56. "tax_sum": 0,
  57. "total_sum": 4.8,
  58. "Coefficient": 0,
  59. "comment": "",
  60. "dish": {
  61. "id": 1,
  62. "name": "Апельсиновый сок",
  63. "use_discounts": true,
  64. "price": 1.2,
  65. "weight_coefficient": 0,
  66. "alternate_name": "Апельсиновый сок",
  67. "button_color": "",
  68. "type": "simple",
  69. "MenuProducts": null
  70. }
  71. }
  72. ],
  73. "count_clients": 1,
  74. "place": 1,
  75. "user": {
  76. "id": 2,
  77. "ref_id": 0,
  78. "username": "barman",
  79. "email": "barman@caffesta.com",
  80. "firstname": "barman",
  81. "lastname": "",
  82. "password": "0002",
  83. "roles": "ROLE_USER,ROLE_ARM_ADMIN"
  84. },
  85. "updated_by": {
  86. "id": 2,
  87. "ref_id": 0,
  88. "username": "barman",
  89. "email": "",
  90. "firstname": "barman",
  91. "lastname": "",
  92. "password": "0002",
  93. "roles": "ROLE_USER,ROLE_ARM_ADMIN"
  94. },
  95. "closed_by": {
  96. "id": 2,
  97. "ref_id": 0,
  98. "username": "barman",
  99. "email": "",
  100. "firstname": "barman",
  101. "lastname": "",
  102. "password": "0002",
  103. "roles": "ROLE_USER,ROLE_ARM_ADMIN"
  104. },
  105. "canceled_by": null,
  106. "client": {
  107. "id": 1,
  108. "uuid": "36bed41c-5bf7-4f48-b8d8-166caa0ba5e2",
  109. "name": "John Doo",
  110. "last_name": "",
  111. "norm_name": "john doo",
  112. "email": "",
  113. "phone": "+375 29 182-14-62",
  114. "norm_phone": "375291821462",
  115. "card_number": "111155553333",
  116. "bonus_balance": 17.88,
  117. "pay_balance": 33.8,
  118. "discount_type": "",
  119. "birthday": "0001-01-01T00:00:00Z",
  120. "birth_day_bonus_amount": 0,
  121. "discount_name": "",
  122. "discount_rate": 0,
  123. "next_rate": 0,
  124. "next_level": 0,
  125. "bonus_max_bill_rate": 0,
  126. "group_float": false,
  127. "discount_group": {
  128. "id": 1,
  129. "name": "Бонусная 10%",
  130. "rate": 0.1,
  131. "program_type": "bonus",
  132. "bonus_max_bill_rate": 30,
  133. "group_float": false
  134. },
  135. "promotionKeeps": []
  136. },
  137. "created_at": "2017-12-13T07:03:00.923311002Z",
  138. "updated_at": "2017-12-13T07:03:25.249088912Z",
  139. "is_locked": true,
  140. "promotion_keep_data": {
  141. "1": {
  142. "decrease_items": {},
  143. "new_items": {
  144. "1": 4
  145. }
  146. }
  147. }
  148. },
  149. "newItems": null
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement