purchase_order_item.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  1. {
  2. "custom_fields": [
  3. {
  4. "_assign": null,
  5. "_comments": null,
  6. "_liked_by": null,
  7. "_user_tags": null,
  8. "allow_on_submit": 1,
  9. "bold": 0,
  10. "collapsible": 0,
  11. "collapsible_depends_on": null,
  12. "columns": 0,
  13. "creation": "2019-12-26 00:09:45.826000",
  14. "default": null,
  15. "depends_on": null,
  16. "description": null,
  17. "docstatus": 0,
  18. "dt": "Purchase Order Item",
  19. "fetch_from": "item_code.gst_hsn_code",
  20. "fetch_if_empty": 1,
  21. "fieldname": "gst_hsn_code",
  22. "fieldtype": "Data",
  23. "hidden": 0,
  24. "idx": 10,
  25. "ignore_user_permissions": 0,
  26. "ignore_xss_filter": 0,
  27. "in_global_search": 0,
  28. "in_list_view": 0,
  29. "in_standard_filter": 0,
  30. "insert_after": "gtl_description",
  31. "label": "HS code",
  32. "length": 0,
  33. "modified": "2019-12-26 01:23:06.518376",
  34. "modified_by": "Administrator",
  35. "name": "Purchase Order Item-gst_hsn_code",
  36. "no_copy": 0,
  37. "options": null,
  38. "owner": "Administrator",
  39. "parent": null,
  40. "parentfield": null,
  41. "parenttype": null,
  42. "permlevel": 0,
  43. "precision": "",
  44. "print_hide": 1,
  45. "print_hide_if_no_value": 0,
  46. "print_width": null,
  47. "read_only": 0,
  48. "report_hide": 0,
  49. "reqd": 0,
  50. "search_index": 0,
  51. "translatable": 1,
  52. "unique": 0,
  53. "width": null
  54. },
  55. {
  56. "_assign": null,
  57. "_comments": null,
  58. "_liked_by": null,
  59. "_user_tags": null,
  60. "allow_on_submit": 0,
  61. "bold": 0,
  62. "collapsible": 0,
  63. "collapsible_depends_on": null,
  64. "columns": 0,
  65. "creation": "2019-12-26 00:09:46.216635",
  66. "default": null,
  67. "depends_on": null,
  68. "description": null,
  69. "docstatus": 0,
  70. "dt": "Purchase Order Item",
  71. "fetch_from": "item_code.is_nil_exempt",
  72. "fetch_if_empty": 0,
  73. "fieldname": "is_nil_exempt",
  74. "fieldtype": "Check",
  75. "hidden": 0,
  76. "idx": 11,
  77. "ignore_user_permissions": 0,
  78. "ignore_xss_filter": 0,
  79. "in_global_search": 0,
  80. "in_list_view": 0,
  81. "in_standard_filter": 0,
  82. "insert_after": "gst_hsn_code",
  83. "label": "Is nil rated or exempted",
  84. "length": 0,
  85. "modified": "2019-12-26 01:23:06.806035",
  86. "modified_by": "Administrator",
  87. "name": "Purchase Order Item-is_nil_exempt",
  88. "no_copy": 0,
  89. "options": null,
  90. "owner": "Administrator",
  91. "parent": null,
  92. "parentfield": null,
  93. "parenttype": null,
  94. "permlevel": 0,
  95. "precision": "",
  96. "print_hide": 1,
  97. "print_hide_if_no_value": 0,
  98. "print_width": null,
  99. "read_only": 0,
  100. "report_hide": 0,
  101. "reqd": 0,
  102. "search_index": 0,
  103. "translatable": 0,
  104. "unique": 0,
  105. "width": null
  106. },
  107. {
  108. "_assign": null,
  109. "_comments": null,
  110. "_liked_by": null,
  111. "_user_tags": null,
  112. "allow_on_submit": 0,
  113. "bold": 0,
  114. "collapsible": 0,
  115. "collapsible_depends_on": null,
  116. "columns": 0,
  117. "creation": "2019-12-26 00:09:46.609838",
  118. "default": null,
  119. "depends_on": null,
  120. "description": null,
  121. "docstatus": 0,
  122. "dt": "Purchase Order Item",
  123. "fetch_from": "item_code.is_non_gst",
  124. "fetch_if_empty": 0,
  125. "fieldname": "is_non_gst",
  126. "fieldtype": "Check",
  127. "hidden": 0,
  128. "idx": 12,
  129. "ignore_user_permissions": 0,
  130. "ignore_xss_filter": 0,
  131. "in_global_search": 0,
  132. "in_list_view": 0,
  133. "in_standard_filter": 0,
  134. "insert_after": "is_nil_exempt",
  135. "label": "Is Non GST",
  136. "length": 0,
  137. "modified": "2019-12-26 01:23:07.081537",
  138. "modified_by": "Administrator",
  139. "name": "Purchase Order Item-is_non_gst",
  140. "no_copy": 0,
  141. "options": null,
  142. "owner": "Administrator",
  143. "parent": null,
  144. "parentfield": null,
  145. "parenttype": null,
  146. "permlevel": 0,
  147. "precision": "",
  148. "print_hide": 1,
  149. "print_hide_if_no_value": 0,
  150. "print_width": null,
  151. "read_only": 0,
  152. "report_hide": 0,
  153. "reqd": 0,
  154. "search_index": 0,
  155. "translatable": 0,
  156. "unique": 0,
  157. "width": null
  158. },
  159. {
  160. "_assign": null,
  161. "_comments": null,
  162. "_liked_by": null,
  163. "_user_tags": null,
  164. "allow_on_submit": 1,
  165. "bold": 0,
  166. "collapsible": 0,
  167. "collapsible_depends_on": null,
  168. "columns": 0,
  169. "creation": "2020-01-17 02:23:04.137642",
  170. "default": null,
  171. "depends_on": null,
  172. "description": null,
  173. "docstatus": 0,
  174. "dt": "Purchase Order Item",
  175. "fetch_from": null,
  176. "fetch_if_empty": 0,
  177. "fieldname": "gtl_quantity",
  178. "fieldtype": "Data",
  179. "hidden": 0,
  180. "idx": 26,
  181. "ignore_user_permissions": 0,
  182. "ignore_xss_filter": 0,
  183. "in_global_search": 0,
  184. "in_list_view": 0,
  185. "in_standard_filter": 0,
  186. "insert_after": "stock_uom",
  187. "label": "Quantity",
  188. "length": 0,
  189. "modified": "2020-01-17 02:23:04.137642",
  190. "modified_by": "Administrator",
  191. "name": "Purchase Order Item-gtl_quantity",
  192. "no_copy": 0,
  193. "options": null,
  194. "owner": "Administrator",
  195. "parent": null,
  196. "parentfield": null,
  197. "parenttype": null,
  198. "permlevel": 0,
  199. "precision": "",
  200. "print_hide": 0,
  201. "print_hide_if_no_value": 0,
  202. "print_width": null,
  203. "read_only": 1,
  204. "report_hide": 0,
  205. "reqd": 0,
  206. "search_index": 0,
  207. "translatable": 1,
  208. "unique": 0,
  209. "width": null
  210. },
  211. {
  212. "_assign": null,
  213. "_comments": null,
  214. "_liked_by": null,
  215. "_user_tags": null,
  216. "allow_on_submit": 1,
  217. "bold": 0,
  218. "collapsible": 0,
  219. "collapsible_depends_on": null,
  220. "columns": 3,
  221. "creation": "2020-01-21 23:26:04.971708",
  222. "default": null,
  223. "depends_on": null,
  224. "description": null,
  225. "docstatus": 0,
  226. "dt": "Purchase Order Item",
  227. "fetch_from": null,
  228. "fetch_if_empty": 0,
  229. "fieldname": "gtl_description",
  230. "fieldtype": "Text Editor",
  231. "hidden": 0,
  232. "idx": 9,
  233. "ignore_user_permissions": 0,
  234. "ignore_xss_filter": 0,
  235. "in_global_search": 0,
  236. "in_list_view": 1,
  237. "in_standard_filter": 0,
  238. "insert_after": "description",
  239. "label": "Description",
  240. "length": 0,
  241. "modified": "2020-01-21 23:26:04.971708",
  242. "modified_by": "Administrator",
  243. "name": "Purchase Order Item-gtl_description",
  244. "no_copy": 0,
  245. "options": null,
  246. "owner": "Administrator",
  247. "parent": null,
  248. "parentfield": null,
  249. "parenttype": null,
  250. "permlevel": 0,
  251. "precision": "",
  252. "print_hide": 0,
  253. "print_hide_if_no_value": 0,
  254. "print_width": "300px",
  255. "read_only": 0,
  256. "report_hide": 0,
  257. "reqd": 0,
  258. "search_index": 0,
  259. "translatable": 1,
  260. "unique": 0,
  261. "width": "300px"
  262. },
  263. {
  264. "_assign": null,
  265. "_comments": null,
  266. "_liked_by": null,
  267. "_user_tags": null,
  268. "allow_on_submit": 1,
  269. "bold": 0,
  270. "collapsible": 0,
  271. "collapsible_depends_on": null,
  272. "columns": 0,
  273. "creation": "2020-02-10 02:05:05.547251",
  274. "default": null,
  275. "depends_on": null,
  276. "description": null,
  277. "docstatus": 0,
  278. "dt": "Purchase Order Item",
  279. "fetch_from": null,
  280. "fetch_if_empty": 0,
  281. "fieldname": "gtl_unit_price_usd",
  282. "fieldtype": "Currency",
  283. "hidden": 0,
  284. "idx": 94,
  285. "ignore_user_permissions": 0,
  286. "ignore_xss_filter": 0,
  287. "in_global_search": 0,
  288. "in_list_view": 0,
  289. "in_standard_filter": 0,
  290. "insert_after": "gtl_c_qty",
  291. "label": "Unit Price USD",
  292. "length": 0,
  293. "modified": "2020-02-10 02:05:05.547251",
  294. "modified_by": "Administrator",
  295. "name": "Purchase Order Item-gtl_unit_price_usd",
  296. "no_copy": 0,
  297. "options": null,
  298. "owner": "Administrator",
  299. "parent": null,
  300. "parentfield": null,
  301. "parenttype": null,
  302. "permlevel": 0,
  303. "precision": "",
  304. "print_hide": 0,
  305. "print_hide_if_no_value": 0,
  306. "print_width": null,
  307. "read_only": 0,
  308. "report_hide": 0,
  309. "reqd": 0,
  310. "search_index": 0,
  311. "translatable": 0,
  312. "unique": 0,
  313. "width": null
  314. },
  315. {
  316. "_assign": null,
  317. "_comments": null,
  318. "_liked_by": null,
  319. "_user_tags": null,
  320. "allow_on_submit": 1,
  321. "bold": 0,
  322. "collapsible": 0,
  323. "collapsible_depends_on": null,
  324. "columns": 0,
  325. "creation": "2020-02-10 05:33:09.523147",
  326. "default": null,
  327. "depends_on": null,
  328. "description": null,
  329. "docstatus": 0,
  330. "dt": "Purchase Order Item",
  331. "fetch_from": null,
  332. "fetch_if_empty": 0,
  333. "fieldname": "gtl_total_price_usd",
  334. "fieldtype": "Currency",
  335. "hidden": 0,
  336. "idx": 95,
  337. "ignore_user_permissions": 0,
  338. "ignore_xss_filter": 0,
  339. "in_global_search": 0,
  340. "in_list_view": 0,
  341. "in_standard_filter": 0,
  342. "insert_after": "gtl_unit_price_usd",
  343. "label": "Amount USD",
  344. "length": 0,
  345. "modified": "2020-02-10 05:33:09.523147",
  346. "modified_by": "Administrator",
  347. "name": "Purchase Order Item-gtl_total_price_usd",
  348. "no_copy": 0,
  349. "options": null,
  350. "owner": "Administrator",
  351. "parent": null,
  352. "parentfield": null,
  353. "parenttype": null,
  354. "permlevel": 0,
  355. "precision": "",
  356. "print_hide": 0,
  357. "print_hide_if_no_value": 0,
  358. "print_width": null,
  359. "read_only": 0,
  360. "report_hide": 0,
  361. "reqd": 0,
  362. "search_index": 0,
  363. "translatable": 0,
  364. "unique": 0,
  365. "width": null
  366. },
  367. {
  368. "_assign": null,
  369. "_comments": null,
  370. "_liked_by": null,
  371. "_user_tags": null,
  372. "allow_on_submit": 1,
  373. "bold": 0,
  374. "collapsible": 0,
  375. "collapsible_depends_on": null,
  376. "columns": 0,
  377. "creation": "2020-07-13 09:48:31.871065",
  378. "default": null,
  379. "depends_on": null,
  380. "description": null,
  381. "docstatus": 0,
  382. "dt": "Purchase Order Item",
  383. "fetch_from": null,
  384. "fetch_if_empty": 0,
  385. "fieldname": "ci_description",
  386. "fieldtype": "Text Editor",
  387. "hidden": 0,
  388. "idx": 91,
  389. "ignore_user_permissions": 0,
  390. "ignore_xss_filter": 0,
  391. "in_global_search": 0,
  392. "in_list_view": 0,
  393. "in_standard_filter": 0,
  394. "insert_after": "commercial_invoice_amount_details",
  395. "label": "Description",
  396. "length": 0,
  397. "modified": "2020-07-13 09:48:31.871065",
  398. "modified_by": "Administrator",
  399. "name": "Purchase Order Item-ci_description",
  400. "no_copy": 0,
  401. "options": null,
  402. "owner": "Administrator",
  403. "parent": null,
  404. "parentfield": null,
  405. "parenttype": null,
  406. "permlevel": 0,
  407. "precision": "",
  408. "print_hide": 0,
  409. "print_hide_if_no_value": 0,
  410. "print_width": null,
  411. "read_only": 0,
  412. "report_hide": 0,
  413. "reqd": 0,
  414. "search_index": 0,
  415. "translatable": 1,
  416. "unique": 0,
  417. "width": null
  418. },
  419. {
  420. "_assign": null,
  421. "_comments": null,
  422. "_liked_by": null,
  423. "_user_tags": null,
  424. "allow_on_submit": 1,
  425. "bold": 0,
  426. "collapsible": 0,
  427. "collapsible_depends_on": null,
  428. "columns": 1,
  429. "creation": "2020-07-17 08:39:27.080671",
  430. "default": null,
  431. "depends_on": null,
  432. "description": null,
  433. "docstatus": 0,
  434. "dt": "Purchase Order Item",
  435. "fetch_from": null,
  436. "fetch_if_empty": 0,
  437. "fieldname": "gtl_shipped_qty",
  438. "fieldtype": "Float",
  439. "hidden": 0,
  440. "idx": 24,
  441. "ignore_user_permissions": 0,
  442. "ignore_xss_filter": 0,
  443. "in_global_search": 0,
  444. "in_list_view": 1,
  445. "in_standard_filter": 0,
  446. "insert_after": "qty",
  447. "label": "Shipped Qty",
  448. "length": 0,
  449. "modified": "2020-07-17 08:39:27.080671",
  450. "modified_by": "Administrator",
  451. "name": "Purchase Order Item-gtl_shipped_qty",
  452. "no_copy": 0,
  453. "options": null,
  454. "owner": "Administrator",
  455. "parent": null,
  456. "parentfield": null,
  457. "parenttype": null,
  458. "permlevel": 0,
  459. "precision": "",
  460. "print_hide": 1,
  461. "print_hide_if_no_value": 0,
  462. "print_width": null,
  463. "read_only": 0,
  464. "report_hide": 0,
  465. "reqd": 0,
  466. "search_index": 0,
  467. "translatable": 0,
  468. "unique": 0,
  469. "width": null
  470. },
  471. {
  472. "_assign": null,
  473. "_comments": null,
  474. "_liked_by": null,
  475. "_user_tags": null,
  476. "allow_on_submit": 1,
  477. "bold": 0,
  478. "collapsible": 0,
  479. "collapsible_depends_on": null,
  480. "columns": 0,
  481. "creation": "2020-07-20 00:48:56.349553",
  482. "default": null,
  483. "depends_on": null,
  484. "description": null,
  485. "docstatus": 0,
  486. "dt": "Purchase Order Item",
  487. "fetch_from": null,
  488. "fetch_if_empty": 0,
  489. "fieldname": "gtl_qty",
  490. "fieldtype": "Float",
  491. "hidden": 0,
  492. "idx": 92,
  493. "ignore_user_permissions": 0,
  494. "ignore_xss_filter": 0,
  495. "in_global_search": 0,
  496. "in_list_view": 0,
  497. "in_standard_filter": 0,
  498. "insert_after": "ci_description",
  499. "label": "Quantity",
  500. "length": 0,
  501. "modified": "2020-07-20 00:48:56.349553",
  502. "modified_by": "Administrator",
  503. "name": "Purchase Order Item-gtl_qty",
  504. "no_copy": 0,
  505. "options": null,
  506. "owner": "Administrator",
  507. "parent": null,
  508. "parentfield": null,
  509. "parenttype": null,
  510. "permlevel": 0,
  511. "precision": "",
  512. "print_hide": 0,
  513. "print_hide_if_no_value": 0,
  514. "print_width": null,
  515. "read_only": 0,
  516. "report_hide": 0,
  517. "reqd": 0,
  518. "search_index": 0,
  519. "translatable": 0,
  520. "unique": 0,
  521. "width": null
  522. },
  523. {
  524. "_assign": null,
  525. "_comments": null,
  526. "_liked_by": null,
  527. "_user_tags": null,
  528. "allow_on_submit": 0,
  529. "bold": 0,
  530. "collapsible": 0,
  531. "collapsible_depends_on": null,
  532. "columns": 0,
  533. "creation": "2020-07-20 00:49:22.063723",
  534. "default": null,
  535. "depends_on": null,
  536. "description": null,
  537. "docstatus": 0,
  538. "dt": "Purchase Order Item",
  539. "fetch_from": null,
  540. "fetch_if_empty": 0,
  541. "fieldname": "commercial_invoice_amount_details",
  542. "fieldtype": "Section Break",
  543. "hidden": 0,
  544. "idx": 90,
  545. "ignore_user_permissions": 0,
  546. "ignore_xss_filter": 0,
  547. "in_global_search": 0,
  548. "in_list_view": 0,
  549. "in_standard_filter": 0,
  550. "insert_after": "item_tax_rate",
  551. "label": "Commercial Invoice Amount details",
  552. "length": 0,
  553. "modified": "2020-07-20 00:49:22.063723",
  554. "modified_by": "Administrator",
  555. "name": "Purchase Order Item-commercial_invoice_amount_details",
  556. "no_copy": 0,
  557. "options": null,
  558. "owner": "Administrator",
  559. "parent": null,
  560. "parentfield": null,
  561. "parenttype": null,
  562. "permlevel": 0,
  563. "precision": "",
  564. "print_hide": 0,
  565. "print_hide_if_no_value": 0,
  566. "print_width": null,
  567. "read_only": 0,
  568. "report_hide": 0,
  569. "reqd": 0,
  570. "search_index": 0,
  571. "translatable": 0,
  572. "unique": 0,
  573. "width": null
  574. },
  575. {
  576. "_assign": null,
  577. "_comments": null,
  578. "_liked_by": null,
  579. "_user_tags": null,
  580. "allow_on_submit": 1,
  581. "bold": 0,
  582. "collapsible": 0,
  583. "collapsible_depends_on": null,
  584. "columns": 0,
  585. "creation": "2020-07-20 03:44:17.172147",
  586. "default": null,
  587. "depends_on": null,
  588. "description": null,
  589. "docstatus": 0,
  590. "dt": "Purchase Order Item",
  591. "fetch_from": null,
  592. "fetch_if_empty": 0,
  593. "fieldname": "gtl_c_qty",
  594. "fieldtype": "Data",
  595. "hidden": 0,
  596. "idx": 93,
  597. "ignore_user_permissions": 0,
  598. "ignore_xss_filter": 0,
  599. "in_global_search": 0,
  600. "in_list_view": 0,
  601. "in_standard_filter": 0,
  602. "insert_after": "gtl_qty",
  603. "label": "Quantity",
  604. "length": 0,
  605. "modified": "2020-07-20 03:44:17.172147",
  606. "modified_by": "Administrator",
  607. "name": "Purchase Order Item-gtl_c_qty",
  608. "no_copy": 0,
  609. "options": null,
  610. "owner": "Administrator",
  611. "parent": null,
  612. "parentfield": null,
  613. "parenttype": null,
  614. "permlevel": 0,
  615. "precision": "",
  616. "print_hide": 0,
  617. "print_hide_if_no_value": 0,
  618. "print_width": null,
  619. "read_only": 1,
  620. "report_hide": 0,
  621. "reqd": 0,
  622. "search_index": 0,
  623. "translatable": 1,
  624. "unique": 0,
  625. "width": null
  626. },
  627. {
  628. "_assign": null,
  629. "_comments": null,
  630. "_liked_by": null,
  631. "_user_tags": null,
  632. "allow_on_submit": 1,
  633. "bold": 0,
  634. "collapsible": 0,
  635. "collapsible_depends_on": null,
  636. "columns": 0,
  637. "creation": "2020-07-22 01:28:13.696650",
  638. "default": null,
  639. "depends_on": null,
  640. "description": "This field is used to display item description in the commercial invoice.",
  641. "docstatus": 0,
  642. "dt": "Purchase Order Item",
  643. "fetch_from": null,
  644. "fetch_if_empty": 0,
  645. "fieldname": "ci_description_detail",
  646. "fieldtype": "Section Break",
  647. "hidden": 0,
  648. "idx": 17,
  649. "ignore_user_permissions": 0,
  650. "ignore_xss_filter": 0,
  651. "in_global_search": 0,
  652. "in_list_view": 0,
  653. "in_standard_filter": 0,
  654. "insert_after": "section_break_15",
  655. "label": "CI Description Detail",
  656. "length": 0,
  657. "modified": "2020-07-22 01:28:13.696650",
  658. "modified_by": "Administrator",
  659. "name": "Purchase Order Item-ci_description_detail",
  660. "no_copy": 0,
  661. "options": null,
  662. "owner": "Administrator",
  663. "parent": null,
  664. "parentfield": null,
  665. "parenttype": null,
  666. "permlevel": 0,
  667. "precision": "",
  668. "print_hide": 0,
  669. "print_hide_if_no_value": 0,
  670. "print_width": null,
  671. "read_only": 0,
  672. "report_hide": 0,
  673. "reqd": 0,
  674. "search_index": 0,
  675. "translatable": 0,
  676. "unique": 0,
  677. "width": null
  678. },
  679. {
  680. "_assign": null,
  681. "_comments": null,
  682. "_liked_by": null,
  683. "_user_tags": null,
  684. "allow_on_submit": 0,
  685. "bold": 0,
  686. "collapsible": 1,
  687. "collapsible_depends_on": null,
  688. "columns": 0,
  689. "creation": "2020-07-22 01:28:30.483175",
  690. "default": null,
  691. "depends_on": null,
  692. "description": "Use this field to edit item description in Commercial Invoice",
  693. "docstatus": 0,
  694. "dt": "Purchase Order Item",
  695. "fetch_from": null,
  696. "fetch_if_empty": 0,
  697. "fieldname": "section_break_15",
  698. "fieldtype": "Section Break",
  699. "hidden": 0,
  700. "idx": 16,
  701. "ignore_user_permissions": 0,
  702. "ignore_xss_filter": 0,
  703. "in_global_search": 0,
  704. "in_list_view": 0,
  705. "in_standard_filter": 0,
  706. "insert_after": "image_view",
  707. "label": "Commercial Invoice Description",
  708. "length": 0,
  709. "modified": "2020-07-22 01:28:30.483175",
  710. "modified_by": "Administrator",
  711. "name": "Purchase Order Item-section_break_15",
  712. "no_copy": 0,
  713. "options": null,
  714. "owner": "Administrator",
  715. "parent": null,
  716. "parentfield": null,
  717. "parenttype": null,
  718. "permlevel": 0,
  719. "precision": "",
  720. "print_hide": 0,
  721. "print_hide_if_no_value": 0,
  722. "print_width": null,
  723. "read_only": 0,
  724. "report_hide": 0,
  725. "reqd": 0,
  726. "search_index": 0,
  727. "translatable": 0,
  728. "unique": 0,
  729. "width": null
  730. }
  731. ],
  732. "custom_perms": [],
  733. "doctype": "Purchase Order Item",
  734. "property_setters": [
  735. {
  736. "_assign": null,
  737. "_comments": null,
  738. "_liked_by": null,
  739. "_user_tags": null,
  740. "creation": "2020-09-15 13:25:04.680052",
  741. "default_value": null,
  742. "doc_type": "Purchase Order Item",
  743. "docstatus": 0,
  744. "doctype_or_field": "DocField",
  745. "field_name": "amount",
  746. "idx": 0,
  747. "modified": "2020-09-15 13:25:04.680052",
  748. "modified_by": "Administrator",
  749. "name": "Purchase Order Item-amount-precision",
  750. "owner": "Administrator",
  751. "parent": null,
  752. "parentfield": null,
  753. "parenttype": null,
  754. "property": "precision",
  755. "property_type": "Select",
  756. "value": ""
  757. },
  758. {
  759. "_assign": null,
  760. "_comments": null,
  761. "_liked_by": null,
  762. "_user_tags": null,
  763. "creation": "2020-07-17 08:50:48.150501",
  764. "default_value": null,
  765. "doc_type": "Purchase Order Item",
  766. "docstatus": 0,
  767. "doctype_or_field": "DocField",
  768. "field_name": "amount",
  769. "idx": 0,
  770. "modified": "2020-07-17 08:50:48.150501",
  771. "modified_by": "Administrator",
  772. "name": "Purchase Order Item-amount-columns",
  773. "owner": "Administrator",
  774. "parent": null,
  775. "parentfield": null,
  776. "parenttype": null,
  777. "property": "columns",
  778. "property_type": "Int",
  779. "value": "1"
  780. },
  781. {
  782. "_assign": null,
  783. "_comments": null,
  784. "_liked_by": null,
  785. "_user_tags": null,
  786. "creation": "2020-03-12 02:58:23.810482",
  787. "default_value": null,
  788. "doc_type": "Purchase Order Item",
  789. "docstatus": 0,
  790. "doctype_or_field": "DocField",
  791. "field_name": "description",
  792. "idx": 0,
  793. "modified": "2020-03-12 02:58:23.810482",
  794. "modified_by": "Administrator",
  795. "name": "Purchase Order Item-description-description",
  796. "owner": "Administrator",
  797. "parent": null,
  798. "parentfield": null,
  799. "parenttype": null,
  800. "property": "description",
  801. "property_type": "Text",
  802. "value": ""
  803. },
  804. {
  805. "_assign": null,
  806. "_comments": null,
  807. "_liked_by": null,
  808. "_user_tags": null,
  809. "creation": "2020-03-12 02:57:38.162120",
  810. "default_value": null,
  811. "doc_type": "Purchase Order Item",
  812. "docstatus": 0,
  813. "doctype_or_field": "DocField",
  814. "field_name": "manufacture_details",
  815. "idx": 0,
  816. "modified": "2020-03-12 02:57:38.162120",
  817. "modified_by": "Administrator",
  818. "name": "Purchase Order Item-manufacture_details-collapsible",
  819. "owner": "Administrator",
  820. "parent": null,
  821. "parentfield": null,
  822. "parenttype": null,
  823. "property": "collapsible",
  824. "property_type": "Check",
  825. "value": "1"
  826. },
  827. {
  828. "_assign": null,
  829. "_comments": null,
  830. "_liked_by": null,
  831. "_user_tags": null,
  832. "creation": "2020-03-12 02:57:28.927455",
  833. "default_value": null,
  834. "doc_type": "Purchase Order Item",
  835. "docstatus": 0,
  836. "doctype_or_field": "DocField",
  837. "field_name": "section_break_5",
  838. "idx": 0,
  839. "modified": "2020-03-12 02:57:28.927455",
  840. "modified_by": "Administrator",
  841. "name": "Purchase Order Item-section_break_5-collapsible",
  842. "owner": "Administrator",
  843. "parent": null,
  844. "parentfield": null,
  845. "parenttype": null,
  846. "property": "collapsible",
  847. "property_type": "Check",
  848. "value": "0"
  849. },
  850. {
  851. "_assign": null,
  852. "_comments": null,
  853. "_liked_by": null,
  854. "_user_tags": null,
  855. "creation": "2020-03-12 02:57:10.484225",
  856. "default_value": null,
  857. "doc_type": "Purchase Order Item",
  858. "docstatus": 0,
  859. "doctype_or_field": "DocField",
  860. "field_name": "description",
  861. "idx": 0,
  862. "modified": "2020-03-12 02:57:10.484225",
  863. "modified_by": "Administrator",
  864. "name": "Purchase Order Item-description-read_only",
  865. "owner": "Administrator",
  866. "parent": null,
  867. "parentfield": null,
  868. "parenttype": null,
  869. "property": "read_only",
  870. "property_type": "Check",
  871. "value": "1"
  872. },
  873. {
  874. "_assign": null,
  875. "_comments": null,
  876. "_liked_by": null,
  877. "_user_tags": null,
  878. "creation": "2020-01-28 00:15:22.200356",
  879. "default_value": null,
  880. "doc_type": "Purchase Order Item",
  881. "docstatus": 0,
  882. "doctype_or_field": "DocField",
  883. "field_name": "schedule_date",
  884. "idx": 0,
  885. "modified": "2020-01-28 00:15:22.200356",
  886. "modified_by": "Administrator",
  887. "name": "Purchase Order Item-schedule_date-in_list_view",
  888. "owner": "Administrator",
  889. "parent": null,
  890. "parentfield": null,
  891. "parenttype": null,
  892. "property": "in_list_view",
  893. "property_type": "Check",
  894. "value": "0"
  895. },
  896. {
  897. "_assign": null,
  898. "_comments": null,
  899. "_liked_by": null,
  900. "_user_tags": null,
  901. "creation": "2020-01-28 00:14:05.387267",
  902. "default_value": null,
  903. "doc_type": "Purchase Order Item",
  904. "docstatus": 0,
  905. "doctype_or_field": "DocField",
  906. "field_name": "uom",
  907. "idx": 0,
  908. "modified": "2020-01-28 00:14:05.387267",
  909. "modified_by": "Administrator",
  910. "name": "Purchase Order Item-uom-columns",
  911. "owner": "Administrator",
  912. "parent": null,
  913. "parentfield": null,
  914. "parenttype": null,
  915. "property": "columns",
  916. "property_type": "Int",
  917. "value": "1"
  918. },
  919. {
  920. "_assign": null,
  921. "_comments": null,
  922. "_liked_by": null,
  923. "_user_tags": null,
  924. "creation": "2020-01-28 00:14:05.366691",
  925. "default_value": null,
  926. "doc_type": "Purchase Order Item",
  927. "docstatus": 0,
  928. "doctype_or_field": "DocField",
  929. "field_name": "uom",
  930. "idx": 0,
  931. "modified": "2020-01-28 00:14:05.366691",
  932. "modified_by": "Administrator",
  933. "name": "Purchase Order Item-uom-in_list_view",
  934. "owner": "Administrator",
  935. "parent": null,
  936. "parentfield": null,
  937. "parenttype": null,
  938. "property": "in_list_view",
  939. "property_type": "Check",
  940. "value": "1"
  941. },
  942. {
  943. "_assign": null,
  944. "_comments": null,
  945. "_liked_by": null,
  946. "_user_tags": null,
  947. "creation": "2020-01-28 00:13:26.831502",
  948. "default_value": null,
  949. "doc_type": "Purchase Order Item",
  950. "docstatus": 0,
  951. "doctype_or_field": "DocField",
  952. "field_name": "stock_uom",
  953. "idx": 0,
  954. "modified": "2020-01-28 00:13:26.831502",
  955. "modified_by": "Administrator",
  956. "name": "Purchase Order Item-stock_uom-columns",
  957. "owner": "Administrator",
  958. "parent": null,
  959. "parentfield": null,
  960. "parenttype": null,
  961. "property": "columns",
  962. "property_type": "Int",
  963. "value": "1"
  964. },
  965. {
  966. "_assign": null,
  967. "_comments": null,
  968. "_liked_by": null,
  969. "_user_tags": null,
  970. "creation": "2020-01-28 00:12:34.318948",
  971. "default_value": null,
  972. "doc_type": "Purchase Order Item",
  973. "docstatus": 0,
  974. "doctype_or_field": "DocField",
  975. "field_name": "item_tax_template",
  976. "idx": 0,
  977. "modified": "2020-01-28 00:12:34.318948",
  978. "modified_by": "Administrator",
  979. "name": "Purchase Order Item-item_tax_template-read_only",
  980. "owner": "Administrator",
  981. "parent": null,
  982. "parentfield": null,
  983. "parenttype": null,
  984. "property": "read_only",
  985. "property_type": "Check",
  986. "value": "1"
  987. },
  988. {
  989. "_assign": null,
  990. "_comments": null,
  991. "_liked_by": null,
  992. "_user_tags": null,
  993. "creation": "2020-01-28 00:12:21.088579",
  994. "default_value": null,
  995. "doc_type": "Purchase Order Item",
  996. "docstatus": 0,
  997. "doctype_or_field": "DocField",
  998. "field_name": "rate",
  999. "idx": 0,
  1000. "modified": "2020-01-28 00:12:21.088579",
  1001. "modified_by": "Administrator",
  1002. "name": "Purchase Order Item-rate-columns",
  1003. "owner": "Administrator",
  1004. "parent": null,
  1005. "parentfield": null,
  1006. "parenttype": null,
  1007. "property": "columns",
  1008. "property_type": "Int",
  1009. "value": "1"
  1010. },
  1011. {
  1012. "_assign": null,
  1013. "_comments": null,
  1014. "_liked_by": null,
  1015. "_user_tags": null,
  1016. "creation": "2020-01-28 00:08:08.914772",
  1017. "default_value": null,
  1018. "doc_type": "Purchase Order Item",
  1019. "docstatus": 0,
  1020. "doctype_or_field": "DocField",
  1021. "field_name": "base_amount",
  1022. "idx": 0,
  1023. "modified": "2020-01-28 00:08:08.914772",
  1024. "modified_by": "Administrator",
  1025. "name": "Purchase Order Item-base_amount-in_list_view",
  1026. "owner": "Administrator",
  1027. "parent": null,
  1028. "parentfield": null,
  1029. "parenttype": null,
  1030. "property": "in_list_view",
  1031. "property_type": "Check",
  1032. "value": "1"
  1033. },
  1034. {
  1035. "_assign": null,
  1036. "_comments": null,
  1037. "_liked_by": null,
  1038. "_user_tags": null,
  1039. "creation": "2020-01-28 00:08:08.887038",
  1040. "default_value": null,
  1041. "doc_type": "Purchase Order Item",
  1042. "docstatus": 0,
  1043. "doctype_or_field": "DocField",
  1044. "field_name": "base_rate",
  1045. "idx": 0,
  1046. "modified": "2020-01-28 00:08:08.887038",
  1047. "modified_by": "Administrator",
  1048. "name": "Purchase Order Item-base_rate-in_list_view",
  1049. "owner": "Administrator",
  1050. "parent": null,
  1051. "parentfield": null,
  1052. "parenttype": null,
  1053. "property": "in_list_view",
  1054. "property_type": "Check",
  1055. "value": "1"
  1056. },
  1057. {
  1058. "_assign": null,
  1059. "_comments": null,
  1060. "_liked_by": null,
  1061. "_user_tags": null,
  1062. "creation": "2020-01-22 03:50:54.255905",
  1063. "default_value": null,
  1064. "doc_type": "Purchase Order Item",
  1065. "docstatus": 0,
  1066. "doctype_or_field": "DocField",
  1067. "field_name": "schedule_date",
  1068. "idx": 0,
  1069. "modified": "2020-01-22 03:50:54.255905",
  1070. "modified_by": "Administrator",
  1071. "name": "Purchase Order Item-schedule_date-columns",
  1072. "owner": "Administrator",
  1073. "parent": null,
  1074. "parentfield": null,
  1075. "parenttype": null,
  1076. "property": "columns",
  1077. "property_type": "Int",
  1078. "value": "1"
  1079. },
  1080. {
  1081. "_assign": null,
  1082. "_comments": null,
  1083. "_liked_by": null,
  1084. "_user_tags": null,
  1085. "creation": "2020-01-22 03:50:41.637511",
  1086. "default_value": null,
  1087. "doc_type": "Purchase Order Item",
  1088. "docstatus": 0,
  1089. "doctype_or_field": "DocField",
  1090. "field_name": "item_code",
  1091. "idx": 0,
  1092. "modified": "2020-01-22 03:50:41.637511",
  1093. "modified_by": "Administrator",
  1094. "name": "Purchase Order Item-item_code-columns",
  1095. "owner": "Administrator",
  1096. "parent": null,
  1097. "parentfield": null,
  1098. "parenttype": null,
  1099. "property": "columns",
  1100. "property_type": "Int",
  1101. "value": "2"
  1102. },
  1103. {
  1104. "_assign": null,
  1105. "_comments": null,
  1106. "_liked_by": null,
  1107. "_user_tags": null,
  1108. "creation": "2020-01-06 00:12:56.913301",
  1109. "default_value": null,
  1110. "doc_type": "Purchase Order Item",
  1111. "docstatus": 0,
  1112. "doctype_or_field": "DocField",
  1113. "field_name": "rate",
  1114. "idx": 0,
  1115. "modified": "2020-01-06 00:12:56.913301",
  1116. "modified_by": "Administrator",
  1117. "name": "Purchase Order Item-rate-label",
  1118. "owner": "Administrator",
  1119. "parent": null,
  1120. "parentfield": null,
  1121. "parenttype": null,
  1122. "property": "label",
  1123. "property_type": "Data",
  1124. "value": "Unit Price"
  1125. }
  1126. ],
  1127. "sync_on_migrate": 1
  1128. }