1. d37541d fix: ensure that reposting is finished before freezing stock/account by Ankush Menat · 2 years, 10 months ago
  2. 6485ac4 fix: misleading "Set Default X" fields after saving (#28798) by Sagar Sharma · 2 years, 10 months ago
  3. c64d502 fix: deduplicate after finishing the repost (#28803) by Ankush Menat · 2 years, 10 months ago
  4. 96a019e test: add multi-batch negative qty test by Ankush Menat · 2 years, 10 months ago
  5. f0152d0 test: simplfy test and expect specific exception by Ankush Menat · 2 years, 10 months ago
  6. 9c90b7a refactor: remove redundant batch qty validation by Ankush Menat · 2 years, 11 months ago
  7. 5eba575 fix: check future negative stock for batches by Ankush Menat · 2 years, 11 months ago
  8. 1cbeba5 test: check execution of illegal stock entry seq by 18alantom · 3 years, 4 months ago
  9. ca230e4 test: index test should pass without calling function #28771 by Ankush Menat · 2 years, 11 months ago
  10. fc4e6a2 Merge pull request #28710 from noahjacob/calc_outgoing_stock_entry by rohitwaghchaure · 2 years, 11 months ago
  11. ba5a7ff fix: weird item sorting by `idx` by Ankush Menat · 2 years, 11 months ago
  12. 5caf411 fix: remove autocommit from item rename by Ankush Menat · 2 years, 11 months ago
  13. 72dbc3d fix!: dont allow renaming warehouse primary key by Ankush Menat · 2 years, 11 months ago
  14. 35346de test: added tests for manufacture stock entry when material_consumption is enabled by Noah Jacob · 2 years, 11 months ago
  15. 7f3e6d1 fix: incorrect outgoing rates when material_consumption enabled by Noah Jacob · 2 years, 11 months ago
  16. cef84c2 refactor: simplify the way SLEs are submitted by Ankush Menat · 2 years, 11 months ago
  17. 97060c4 refactor: replace misleading variable name by Ankush Menat · 2 years, 11 months ago
  18. a37c99a fix: dont requeue repost immediately and clear progress (#28684) by Ankush Menat · 2 years, 11 months ago
  19. 427938f fix: new item form tour for home onboarding by Jannat Patel · 2 years, 11 months ago
  20. dc3449c Merge branch 'develop' into product-bundle-fixes by Ganga Manoj · 2 years, 11 months ago
  21. ab280f7 fix: update modified timestamp for delivery note #28657 by Sagar Vora · 2 years, 11 months ago
  22. a473e1d fix: Add item to packing list by GangaManoj · 2 years, 11 months ago
  23. e10ab16 feat: Grant commission on certain items only (#27467) by Raffael Meyer · 2 years, 11 months ago
  24. aeb62af fix(ux): remove attachment limits by Ankush Menat · 2 years, 11 months ago
  25. c0cc72e fix: incorrect discount amount set when item is replaced (#28556) by Saqib · 2 years, 11 months ago
  26. c7701ac chore: correct docstrings by Ankush Menat · 2 years, 11 months ago
  27. f862339 fix: use get_all instead of get_list for child tables by Ankush Menat · 2 years, 11 months ago
  28. 8cc1dc8 Merge branch 'develop' into home-onboarding by Jannat Patel · 2 years, 11 months ago
  29. 69a17b9 refactor: move Bin queries to qb/orm (#28522) by Ankush Menat · 2 years, 11 months ago
  30. 7ff30a4 fix: incorrect balance for warehouses (#28583) by Noah Jacob · 2 years, 11 months ago
  31. dfff972 fix: Linter (imports) by marination · 2 years, 11 months ago
  32. 26207d9 Merge branch 'develop' into independent-manu-entry by Marica · 2 years, 11 months ago
  33. affb291 test: Independent Manufacture Entry by marination · 2 years, 11 months ago
  34. a1055d6 Merge branch 'develop' into product-bundle-fixes by Ganga Manoj · 2 years, 11 months ago
  35. 87f2dcf fix: total stock summary UI glitch #28564 by Ankush Menat · 2 years, 11 months ago
  36. ed94f0f refactor: deduplicate during repost background job by Ankush Menat · 2 years, 11 months ago
  37. 55631dd test: item-wh deduplication in reposting by Ankush Menat · 3 years ago
  38. 0d0e24a perf: skip unnecessary item-wh reposts by Ankush Menat · 3 years ago
  39. 1d3842f fix: dont erase voucher_type and voucher_no for item_wh repost by Ankush Menat · 3 years ago
  40. a5a8c91 perf: index for item-sh on repost item valuation by Ankush Menat · 3 years ago
  41. 45dd46b feat: option to select reposting method by Ankush Menat · 3 years ago
  42. a36c249 test: item-wh repost creation by Ankush Menat · 3 years ago
  43. 8c9779d fix: Dont auto set is finished item or is scrap itm checkbox for independent entry by marination · 2 years, 11 months ago
  44. d6bc121 fix: Validate Finished Goods for Independent Manufacture entries as well by marination · 2 years, 11 months ago
  45. 8370042 fix: Reset indices in the Packed/Bundle Items table on deleting Product Bundles by GangaManoj · 2 years, 11 months ago
  46. 5b2ba24 fix: company tour by Jannat Patel · 2 years, 11 months ago
  47. 136dd4f Merge branch 'develop' into product-bundle-fixes by Saqib · 2 years, 11 months ago
  48. 0803f87 fix: Fix Product Bundle price calculation when there are multiple Product Bundles by GangaManoj · 2 years, 11 months ago
  49. 0df9cf9 chore: remove dead/irrelevant links from workspace (#28519) by Ankush Menat · 2 years, 11 months ago
  50. c436e30 fix: don't use cached doc while reposting by Ankush Menat · 2 years, 11 months ago
  51. aa024fc fix: ignore permissions while creating repost by Ankush Menat · 2 years, 11 months ago
  52. 42f1dd9 fix: restrict repost valuation to manager roles by Ankush Menat · 2 years, 11 months ago
  53. 23486a9 fix: (style) Warehouse Capacity Dashboard UI by marination · 3 years ago
  54. 612bb5c Merge branch 'develop' into se-required-items-from-jc by Marica · 3 years ago
  55. 1bb135b fix: Sider and CI by marination · 3 years, 2 months ago
  56. 9aeb211 chore: Remove `Home Page is Products` and Sider fixes by marination · 3 years, 2 months ago
  57. 80fbe16 test: Product Query & Filter Engine, Item Group Page by marination · 3 years, 2 months ago
  58. 4d254a7 test: Website Item (Item full page) by marination · 3 years, 2 months ago
  59. 3fd929c test: Website Item basic test & removed product configurator tests by marination · 3 years, 3 months ago
  60. 6432219 fix: Remove Website Item from Item Dashboard by marination · 3 years, 3 months ago
  61. 16abfd4 fix: Sync Website Items on Item Change, Short Website Description by marination · 3 years, 3 months ago
  62. f9929ed Merge branch 'develop' of https://github.com/frappe/erpnext into e-commerce-refactor-develop by marination · 3 years ago
  63. 4afcbfd Merge branch 'develop' into pr-return-ux by Marica · 3 years ago
  64. 293f6cb fix: Sider, Linter and Server Side Test by marination · 3 years ago
  65. 952fc87 refactor: fix help section background in dark mode (#28406) by Ahmed Shareef · 3 years ago
  66. ed99aca test: basic test for serialize reco cancel by Ankush Menat · 3 years ago
  67. 8c85012 fix: can not cancel stock reconciliation with sr no by Ankush Menat · 3 years ago
  68. 043e325 fix: remove item-item group name validation (#28392) by Rohan · 3 years ago
  69. 7fcaeca fix: don't make naming series mandatory for items by Ankush Menat · 3 years ago
  70. 05ec7cc test: Purchase Receipt Received Qty by marination · 3 years ago
  71. afe1c45 fix: Sider + Fields UX by marination · 3 years ago
  72. 18f9e35 Merge branch 'develop' into se-required-items-from-jc by Marica · 3 years ago
  73. 12e81df fix: default value for allow neg stock in repost_item_valuation by Ankush Menat · 3 years ago
  74. e498389 fix: ignore cancelled entries in incorrect balance qty report by Ankush Menat · 3 years ago
  75. fdfa39c fix: avoid mutating iterator while iterating over it by Ankush Menat · 3 years ago
  76. 0311782 Merge branch 'develop' into se-required-items-from-jc by Marica · 3 years ago
  77. e8d0c25 fix: Partial Trabsfers against JC by marination · 3 years ago
  78. 092936d Merge branch 'develop' into manufacturing-work-order-stop by Anupam Kumar · 3 years ago
  79. 663a7af fix: get_planned_qty chnages by Anupam · 3 years ago
  80. 5fb5a75 refactor: (ux) Accepted/Rejected/Received Qty UX by marination · 3 years ago
  81. c0b889b fix: auto update price list rate (#28255) (#28256) by mergify[bot] · 3 years ago
  82. 8fe5feb chore: remove all six compat code by Ankush Menat · 3 years ago
  83. 6098e92 chore: remove utf-8 compat code by Ankush Menat · 3 years ago
  84. 25f647f fix: Bulk update of valid upto field wasn't working (bp #28242) by mergify[bot] · 3 years ago
  85. 51fb543 Merge branch 'develop' into se-required-items-from-jc by Marica · 3 years ago
  86. cb064b0 fix: added job_card_item link in material request (#28222) by Noah Jacob · 3 years ago
  87. 3da0302 fix: Pull Items that are in JC in Stock Entry against JC by marination · 3 years ago
  88. 48886ee chore: Add comment above fix for future reference by marination · 3 years ago
  89. 048210a fix: Remove warehouse filter on Batch field for Material Receipt by marination · 3 years ago
  90. 1eab3a4 fix(ux): stock levels take time after item merge by Ankush Menat · 3 years ago
  91. f7ffe04 fix: use warehouse to find company by Ankush Menat · 3 years ago
  92. a0727b2 fix: pass company while fetching valuation rate by Ankush Menat · 3 years ago
  93. ff9cfe0 fix: sort by creation to break tie by Ankush Menat · 3 years ago
  94. f4b60a4 refactor: simplify sr no fetching by Ankush Menat · 3 years ago
  95. 2aa019a fix: fetch serial nos from ledger unconditionally by Ankush Menat · 3 years ago
  96. deb6b38 refactor: replaced db.sql with qb by Noah Jacob · 3 years ago
  97. b449453 fix: incorrect amount of serial_nos fetched by Noah Jacob · 3 years ago
  98. b01635e refactor!: remove hub #28117 by Ankush Menat · 3 years ago
  99. 5902762 fix(ux): alternative item two way validation by Ankush Menat · 3 years ago
  100. 879a1fc perf(minor): improve sales invoice submission (#27916) by Saqib · 3 years ago