Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. [
  2. {
  3. "id":1193,
  4. "type":"wizard",
  5. "display":"Novo Abastecimento",
  6. "color":"E1E807",
  7. "sequence":17,
  8. "kind":"",
  9. "group":"refuelling",
  10. "input_type":"",
  11. "reference":"1193",
  12. "format":"",
  13. "itens":[
  14.  
  15. {
  16. "id":5555,
  17. "type":"input",
  18. "display":"Digite a placa do Veículo",
  19. "color":"E1E807",
  20. "sequence":1,
  21. "kind":"refuelling_plate",
  22. "group":"refuelling",
  23. "input_type":"text",
  24. "mask":"[AAA]-[0000]",
  25. "reference":"222222",
  26. "format":""
  27. },
  28. {
  29. "id":5554,
  30. "type":"input",
  31. "display":"Digite o Odômetro",
  32. "color":"E1E807",
  33. "sequence":2,
  34. "kind":"refuelling_km",
  35. "group":"refuelling",
  36. "input_type":"integer",
  37. "min_length":5,
  38. "max_length":7,
  39. "reference":"222222",
  40. "format":""
  41. },
  42. {
  43. "id":6667,
  44. "type":"select_single",
  45. "display":"Combustível",
  46. "color":"0DA388",
  47. "sequence":3,
  48. "options":[
  49. {
  50. "display":"Gasolina",
  51. "kind":"refuelling_fuel_type",
  52. "kind_content":"gasoline",
  53. "reference":"2211111",
  54. "group":"refuelling"
  55. },
  56. {
  57. "display":"Etanol",
  58. "kind":"refuelling_fuel_type",
  59. "kind_content":"ethanol",
  60. "reference":"2211111",
  61. "group":"refuelling"
  62. },
  63. {
  64. "display":"Diesel",
  65. "kind":"refuelling_fuel_type",
  66. "kind_content":"diesel",
  67. "reference":"2211111",
  68. "group":"refuelling"
  69. },
  70. {
  71. "display":"GNV",
  72. "kind":"refuelling_fuel_type",
  73. "kind_content":"gasoline_plus",
  74. "reference":"2211111",
  75. "group":"refuelling"
  76. }
  77. ]
  78. },
  79. {
  80. "id":5554,
  81. "type":"input",
  82. "display":"Preço por litro",
  83. "color":"E1E807",
  84. "sequence":4,
  85. "kind":"refuelling_price_per_liter",
  86. "group":"refuelling",
  87. "input_type":"real",
  88. "reference":"222222",
  89. "format":""
  90. },
  91. {
  92. "id":5554,
  93. "type":"input",
  94. "display":"Valor total",
  95. "color":"E1E807",
  96. "sequence":5,
  97. "kind":"refuelling_amount",
  98. "group":"refuelling",
  99. "input_type":"real",
  100. "reference":"222222",
  101. "format":""
  102. },
  103. {
  104. "id":12,
  105. "type":"photo",
  106. "display":"Foto do cupom fiscal",
  107. "color":"E1E807",
  108. "sequence":6,
  109. "kind":"refuelling_photo",
  110. "group":"refuelling",
  111. "input_type":"photo",
  112. "reference":"12",
  113. "format":"photo",
  114. "config":{
  115. "cloud_name":"iter-telemetria",
  116. "api_key":"496797753686749",
  117. "api_secret":"qQJlvqT3M35wVVoveL0Rb8p1i58",
  118. "path":"itools/"
  119. }
  120. }
  121. ]
  122. },
  123. {
  124. "id" : 6,
  125. "type" : "input",
  126. "display" : "Nota Fiscal",
  127. "color" : "E1E807",
  128. "sequence" : 6,
  129. "kind" : "nfe",
  130. "group" : "refuelling",
  131. "input_type" : "barcode",
  132. "reference" : "1215",
  133. "format" : "partial"
  134. }
  135. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement