1. ae842d8 chore: remove datettime formatting from debug report by Ankush Menat · 2 years, 5 months ago
  2. 7c839c4 fix: double future qty updates by Ankush Menat · 2 years, 5 months ago
  3. 59a5090 fix(UX): misleading stock entry lables (#30870) by Ankush Menat · 2 years, 5 months ago
  4. 548afba fix(minor): update frappe.error_log to new API (#30864) by Rushabh Mehta · 2 years, 5 months ago
  5. dcda556 fix: convert default_item_manufacturer to link field (#30835) by Ankush Menat · 2 years, 5 months ago
  6. 19d66e5 Merge branch 'develop' of https://github.com/frappe/erpnext into accounting_dimension_consistency by Deepesh Garg · 2 years, 5 months ago
  7. 777f020 test: create new item instead of using with _Test Item (#30827) by Ankush Menat · 2 years, 5 months ago
  8. ebd5f0b chore: make picked qty read only by Ankush Menat · 2 years, 5 months ago
  9. 8207697 fix: compare against stock qty while validating by Ankush Menat · 2 years, 5 months ago
  10. 9e60acd test: test bundle - picklist behaviour by Ankush Menat · 2 years, 6 months ago
  11. ee54ece test: product bundle fixture by Ankush Menat · 2 years, 6 months ago
  12. 1ac275c feat: transfer picklist stock info to packing list by Ankush Menat · 2 years, 6 months ago
  13. 41aa4b3 fix: round off bundle qty by Ankush Menat · 2 years, 6 months ago
  14. 25485ed refactor: remove unnecssary vars by Ankush Menat · 2 years, 6 months ago
  15. 23cb0d6 feat: create DN from pick list with bundle items by Ankush Menat · 2 years, 6 months ago
  16. f574121 refactor: simpler check for non-SO items by Ankush Menat · 2 years, 6 months ago
  17. 277b51b refactor: groupby using keys instead of int index by Ankush Menat · 2 years, 6 months ago
  18. 3ddad68 refactor: simplify needlessly complicated code by Ankush Menat · 2 years, 6 months ago
  19. 60bc26f feat: back-update min picked qty for a bundle by Ankush Menat · 2 years, 6 months ago
  20. c3fc0a4 perf: single update per Sales Order. by Ankush Menat · 2 years, 6 months ago
  21. e64cc66 refactor: sales order status update by Ankush Menat · 2 years, 6 months ago
  22. 36c5e8a feat: Pick list from SO with Product Bundle by Ankush Menat · 2 years, 6 months ago
  23. 7d56820 test: bundles in picklist by Ankush Menat · 2 years, 6 months ago
  24. 5c3f901 refactor: misc pick list refactors by Ankush Menat · 2 years, 6 months ago
  25. e2a163d fix: Use `account_type == 'Stock'` to filter stock accounts by marination · 2 years, 5 months ago
  26. 44331f4 chore: Warn users about multiple warehouse accounts by marination · 2 years, 5 months ago
  27. 00ace8f Merge branch 'develop' into accounting_dimension_consistency by Deepesh Garg · 2 years, 5 months ago
  28. 82a0635 fix: Consistent accounting dimensions across Sales and Purchase docs by Deepesh Garg · 2 years, 5 months ago
  29. 7e555d3 fix: item price query for postgres by Ankush Menat · 2 years, 6 months ago
  30. 7d2587c fix: nullish check and table name by Ankush Menat · 2 years, 6 months ago
  31. ce75fe0 fix: out of range date value by Ankush Menat · 2 years, 6 months ago
  32. e1c1687 refactor: use db agnostic `CombineDatetime` by Ankush Menat · 2 years, 6 months ago
  33. d6a43a3 test: tie breaking in SLEs (#30796) by Ankush Menat · 2 years, 6 months ago
  34. d5ab626 Merge pull request #30726 from ankush/dependent_gle_reposting by Ankush Menat · 2 years, 6 months ago
  35. ee30366 fix: batch_no filtering not working when batch no is also a number in scientific notation (#30770) by Ankush Menat · 2 years, 6 months ago
  36. 9734329 test: discard local future SLE cache between tests by Ankush Menat · 2 years, 6 months ago
  37. b24920c fix: correct sorting while updating bin by Ankush Menat · 2 years, 6 months ago
  38. d2882ea test: use disposable item codes in tests by Ankush Menat · 2 years, 6 months ago
  39. 8f51954 test: repost queue progress by Ankush Menat · 2 years, 6 months ago
  40. ecdb493 fix: dependent GLE reposting by Ankush Menat · 2 years, 6 months ago
  41. a2af2da test: dependent GL entry reposting by Ankush Menat · 2 years, 6 months ago
  42. afc5a55 refactor: repost error handling by Ankush Menat · 2 years, 6 months ago
  43. 9af2d68 refactor: convert queries to ORM/QB, add types by Ankush Menat · 2 years, 6 months ago
  44. ba29323 test: increase assertions to cover all cases by Ankush Menat · 2 years, 6 months ago
  45. e278ee3 test: item attribute columns by Ankush Menat · 2 years, 6 months ago
  46. febc74a refactor: rewrite stock balance query to QB by Ankush Menat · 2 years, 6 months ago
  47. 8a499e9 test: uom conversion in stock balance report by Ankush Menat · 2 years, 6 months ago
  48. af0ea7b test: assert balanaces against SLE by Ankush Menat · 2 years, 6 months ago
  49. f4766ae test: opening balance in stock balance report by Ankush Menat · 2 years, 6 months ago
  50. 8b2432d test: stock balance report tests by Ankush Menat · 2 years, 6 months ago
  51. 64ac22a refactor: add filter type info by Ankush Menat · 2 years, 6 months ago
  52. 8711731 Merge branch 'develop' into values-out-of-sync-jv by Marica · 2 years, 6 months ago
  53. d75d5eb chore: Remove Values Out of Sync from Repost hourly job by marination · 2 years, 6 months ago
  54. 065c381 Merge branch 'develop' of https://github.com/frappe/erpnext into item_wise_provisional_accounting by Deepesh Garg · 2 years, 6 months ago
  55. ad171c6 test: Update test case by Deepesh Garg · 2 years, 6 months ago
  56. 79fbc2c test: flaky PR close test (#30709) by Ankush Menat · 2 years, 6 months ago
  57. 3ce6417 feat: Item-wise provisional accounting for service items by Deepesh Garg · 2 years, 6 months ago
  58. dfff4be fix: Handle multiple item transfer in separate SEs against WO by marination · 2 years, 6 months ago
  59. 8138e53 test: flaky picklist tests by Ankush Menat · 2 years, 6 months ago
  60. af6b07f fix: block cancellation of SL/GL entries (#30652) by Ankush Menat · 2 years, 6 months ago
  61. d741816 test: prevent cancelling RIV of cancelled voucher by Ankush Menat · 2 years, 6 months ago
  62. a281998 fix: prevent deleting repost queue for cancelled transactions by Ankush Menat · 2 years, 6 months ago
  63. 49560d2 fix: remove bad defaults from BOM operation (#30644) by Ankush Menat · 2 years, 6 months ago
  64. f1fd4e5 test: cant_change validations on item by Ankush Menat · 2 years, 6 months ago
  65. fba6854 refactor(Item): linked doc checking by Ankush Menat · 2 years, 6 months ago
  66. 2f1e98d feat: show Stock Reconciliation links on item dashboard by Ankush Menat · 2 years, 6 months ago
  67. be04eaf fix: warehouse naming when suffix is present (#30621) by Ankush Menat · 2 years, 6 months ago
  68. e4c6d6a fix: strip html tags before checking for empty description (#30619) by Ankush Menat · 2 years, 6 months ago
  69. ff7d810 Merge pull request #30578 from marination/e-com-acessibility by Marica · 2 years, 6 months ago
  70. d4301d6 chore: Accessibility for E-commerce Doctypes by marination · 2 years, 6 months ago
  71. a9811c6 Merge pull request #30564 from rohitwaghchaure/fixed-rejected-warehouse-issue-for-pr by Ankush Menat · 2 years, 6 months ago
  72. ac5df1a test: test case to validate rejected qty without accepted warehouse by Rohit Waghchaure · 2 years, 6 months ago
  73. de83511 fix(ux): refresh update to zero val checkbox (#30567) by Ankush Menat · 2 years, 6 months ago
  74. 12c01e2 fix: maintain FIFO queue even if outgoing_rate is not found (#30560) by Ankush Menat · 2 years, 6 months ago
  75. 52eb0a9 Merge pull request #30528 from s-aga-r/is-subcontracted-fieldtype by Ankush Menat · 2 years, 6 months ago
  76. a896895 fix: bulk fix (~330) missing translations by Ankush Menat · 2 years, 6 months ago
  77. e80cd29 Merge branch 'develop' into is-subcontracted-fieldtype by Sagar Sharma · 2 years, 6 months ago
  78. e8118fc fix: doctype layout based on expected tab-order by Ankush Menat · 2 years, 6 months ago
  79. deca1aa fix: dont fetch qty in reco if batch is required by Ankush Menat · 2 years, 6 months ago
  80. f83a1c1 fix: dont reset barcode in scan mode by Ankush Menat · 2 years, 6 months ago
  81. 1736ab5 feat: Barcode scanning in Stock Reconciliation by Ankush Menat · 2 years, 6 months ago
  82. c8ead0a fix: dont send empty serial no in get_item_details by Ankush Menat · 2 years, 6 months ago
  83. 47f27a5 refactor: move scan api to stock utils; add item_info by Ankush Menat · 2 years, 6 months ago
  84. 9bf4279 fix!: remove barcode field triggers by Ankush Menat · 2 years, 6 months ago
  85. 6c5b01c perf: index barcode for faster scans (#30543) by Ankush Menat · 2 years, 6 months ago
  86. 0a3cdc2 chore: rename "is_subcontracted" field label to "Is Subcontracted" by Sagar Sharma · 2 years, 6 months ago
  87. d074c93 refactor!: change "is_subcontracted" field type from "Select" to "Check" by Sagar Sharma · 2 years, 6 months ago
  88. 2f51011 test: test case to check pick list name has mapped or not by Rohit Waghchaure · 2 years, 6 months ago
  89. 2f63ae2 feat: minor, pick list item reference on delivery note item table by Rohit Waghchaure · 2 years, 6 months ago
  90. b981fae fix: remove naming series from bin, repost queue (#30497) by Ankush Menat · 2 years, 6 months ago
  91. 8ab226a test: add class to uniquely id item dashboard (#30487) by Ankush Menat · 2 years, 6 months ago
  92. 7e719a1 Merge pull request #30377 from marination/stock-entry-items-idx by Marica · 2 years, 6 months ago
  93. 87dc9c6 Merge pull request #30470 from nextchamp-saqib/fix-dn-credit-limit-validation by Saqib Ansari · 2 years, 6 months ago
  94. b80fac0 fix: validate 0 transfer qty in stock entry (#30476) by Ankush Menat · 2 years, 6 months ago
  95. b12fe0f fix: dont check for failed repost while freezing (#30472) by Ankush Menat · 2 years, 6 months ago
  96. c122882 fix: credit limit validation in delivery note by Saqib Ansari · 2 years, 6 months ago
  97. 639d380 chore: Remove redundant idx query and value setting by marination · 2 years, 6 months ago
  98. 40d7418 Merge branch 'develop' into stock-entry-items-idx by Ankush Menat · 2 years, 6 months ago
  99. 494bd9e style: format code with black by Ankush Menat · 2 years, 6 months ago
  100. c34847e refactor: dont hardcode child table "items" by Ankush Menat · 2 years, 6 months ago