customer_info_template.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "result": 1,
  3. "readonly":"1",
  4. "title": "Customer Information",
  5. "section_count": 1,
  6. "section_0": {
  7. "title": "Customer Info",
  8. "count": 20,
  9. "item_0": {
  10. "aname": "Country",
  11. "name": "customer_country",
  12. "control": "text",
  13. "value": ""
  14. },
  15. "item_19" : {
  16. "aname" : "Carrier",
  17. "cadedate" : "",
  18. "control" : "text",
  19. "name" : "customer_truck_carrier",
  20. "value" : "",
  21. },
  22. "item_1": {
  23. "aname": "Company Name",
  24. "name": "customer_name",
  25. "control": "text",
  26. "value": ""
  27. },
  28. "item_2": {
  29. "aname": "Contact ID",
  30. "name": "customer_cid",
  31. "control": "img",
  32. "img_url_0":"business_card_0",
  33. "img_url_1":"business_card_1",
  34. "img_url_2":"business_card_2",
  35. "img_url_aname_0":"business_card_0",
  36. "img_url_aname_1":"business_card_1",
  37. "img_url_aname_2":"business_card_2",
  38. "value": ""
  39. },
  40. "item_3": {
  41. "aname": "Address 1",
  42. "name": "customer_address1",
  43. "control": "text",
  44. "value": ""
  45. },
  46. "item_4": {
  47. "aname": "Address 2",
  48. "name": "customer_address2",
  49. "control": "text",
  50. "value": ""
  51. },
  52. "item_5": {
  53. "aname": "Address 3",
  54. "name": "customer_address3",
  55. "control": "text",
  56. "value": ""
  57. },
  58. "item_6": {
  59. "aname": "Address 4",
  60. "name": "customer_address4",
  61. "control": "text",
  62. "value": ""
  63. },
  64. "item_7": {
  65. "aname": "Zip Code",
  66. "name": "customer_zipcode",
  67. "control": "text",
  68. "value": ""
  69. },
  70. "item_8": {
  71. "aname": "State/Province",
  72. "name": "customer_state",
  73. "control": "text",
  74. "value": ""
  75. },
  76. "item_9": {
  77. "aname": "City",
  78. "name": "customer_city",
  79. "control": "text",
  80. "value": ""
  81. },
  82. "item_10": {
  83. "aname": "Contact First Name",
  84. "name": "customer_first_name",
  85. "control": "edit",
  86. "value": "",
  87. "keyboard": "default"
  88. },
  89. "item_11": {
  90. "aname": "Contact Last Name",
  91. "name": "customer_last_name",
  92. "control": "edit",
  93. "value": "",
  94. "keyboard": "default"
  95. },
  96. "item_12": {
  97. "aname": "Phone",
  98. "name": "customer_phone",
  99. "control": "edit",
  100. "value": "",
  101. "keyboard": "phone"
  102. },
  103. "item_13": {
  104. "aname": "Fax",
  105. "name": "customer_fax",
  106. "control": "edit",
  107. "value": "",
  108. "keyboard": "phone"
  109. },
  110. "item_14": {
  111. "aname": "Email",
  112. "name": "customer_email",
  113. "control": "edit",
  114. "value": "",
  115. "keyboard": "email"
  116. },
  117. "item_15": {
  118. "aname": "Contact Notes",
  119. "name": "customer_contact_notes",
  120. "control": "text_view",
  121. "value": "",
  122. "disable":"1",
  123. },
  124. "item_16": {
  125. "aname": "Price Type",
  126. "name": "customer_price_type",
  127. "control": "text",
  128. "value": "",
  129. },
  130. "item_17": {
  131. "aname": "Contact Type",
  132. "name": "customer_contact_type",
  133. "control": "text",
  134. "value": "",
  135. },
  136. "item_18": {
  137. "aname": "Sales Rep",
  138. "name": "customer_sales_rep",
  139. "control": "text",
  140. "value": "",
  141. }
  142. }
  143. }