1. 3effaf2 refactor(treewide): formatting and ruff fixes, + manually enabled F401 by Akhil Narang · 6 months ago
  2. a73ba2c chore: remove microsecond from posting_datetime by Rohit Waghchaure · 8 months ago
  3. f37f7ca Merge branch 'develop' into persistent-indexing by rohitwaghchaure · 8 months ago
  4. 4b24fcd fix: set batch created from bundle to batch field in stock transaction (#39966) by rohitwaghchaure · 8 months ago
  5. d80ca52 perf: new column posting datetime in SLE to optimize stock ledger related queries by Rohit Waghchaure · 8 months ago
  6. 0165012 test: test case to check use serial / batch fields feature by Rohit Waghchaure · 8 months ago
  7. 67d828d fix: not able to save subcontracting purchase receipt (old flow) (#39590) by rohitwaghchaure · 8 months ago
  8. bb18ae8 refactor: use db.get_single_value by Ankush Menat · 9 months ago
  9. f09e213 fix: serial / batch barcode scanner (#39114) by rohitwaghchaure · 9 months ago
  10. 27a1e3b feat: validate negative stock for inventory dimension (backport #37373) (#37383) by mergify[bot] · 12 months ago
  11. a627d2a fix: keyerror while checking the stock balance report by Rohit Waghchaure · 1 year, 4 months ago
  12. d3ceb07 fix: travis by Rohit Waghchaure · 1 year, 6 months ago
  13. 4670464 refactor: serial no ledger and batchwise balance history report by Rohit Waghchaure · 1 year, 7 months ago
  14. 674bd3e feat: serial and batch bundle for Packing Items by Rohit Waghchaure · 1 year, 7 months ago
  15. e6143ab refactor: added new file serial batch bundle by Rohit Waghchaure · 1 year, 7 months ago
  16. 9e5e2de fix: incorrect available quantity in BIN by Rohit Waghchaure · 1 year, 4 months ago
  17. 27d71e9 Merge branch 'develop' into get_incoming_rate_v14_fix by Hossein Yousefian · 1 year, 5 months ago
  18. e782a05 refactor: `get_stock_value_on()` to get stock value of multiple warehouses at once by s-aga-r · 1 year, 6 months ago
  19. 9a37ac6 refactor: sum up SLE value in query by s-aga-r · 1 year, 6 months ago
  20. e43bc38 refactor: rewrite `get_stock_value_on()` queries in `QB` by s-aga-r · 1 year, 6 months ago
  21. 13d4f85 get_incoming_rate_voucher_no_fix by Hossein Yousefian · 1 year, 6 months ago
  22. 1d162ff get_incoming_rate_zero_in_rate_fix by Hossein Yousefian · 1 year, 6 months ago
  23. 11207c4 fix: dont update item info twice by Ankush Menat · 2 years ago
  24. b88e850 perf: cache barcode scan result (#32629) by Devin Slauenwhite · 2 years ago
  25. ea28ed1 refactor: if() to CASE WHEN (#31360) by Conor · 2 years, 4 months ago
  26. 3974fbb feat: UOM specific barcodes (#30988) by Ankush Menat · 2 years, 4 months ago
  27. e1c1687 refactor: use db agnostic `CombineDatetime` by Ankush Menat · 2 years, 6 months ago
  28. 47f27a5 refactor: move scan api to stock utils; add item_info by Ankush Menat · 2 years, 6 months ago
  29. b12fe0f fix: dont check for failed repost while freezing (#30472) by Ankush Menat · 2 years, 6 months ago
  30. 494bd9e style: format code with black by Ankush Menat · 2 years, 6 months ago
  31. b781e8b revert: "fix: updated packed_items getting fetched on Sales Return / Credit Note (#28607)" by Ankush Menat · 2 years, 7 months ago
  32. f38690f fix: check if Moving average item can use batchwise valuation by Ankush Menat · 2 years, 8 months ago
  33. ab92652 fix: correct incoming rate for batched items by Ankush Menat · 2 years, 8 months ago
  34. 342d09a feat: get_valuation_rate batch wise by Ankush Menat · 2 years, 8 months ago
  35. 1553fa9 refactor!: drop deprecated and dead code by Ankush Menat · 2 years, 8 months ago
  36. 61c5ad4 refactor: get incoming fifo/lifo rate functions by Ankush Menat · 2 years, 9 months ago
  37. 08810db fix: add unique constraint on bin at db level by Ankush Menat · 2 years, 8 months ago
  38. 33c4a0b fix: bad default for non-existing serial nos by Ankush Menat · 2 years, 9 months ago
  39. 20216fa fix: updated packed_items getting fetched on Sales Return / Credit Note (#28607) by Noah Jacob · 2 years, 9 months ago
  40. f02e6b4 fix: incorrect posting time fetching incorrect qty (#29103) by rohitwaghchaure · 2 years, 9 months ago
  41. 75bc404 test: stock frozen validation by Ankush Menat · 2 years, 10 months ago
  42. d37541d fix: ensure that reposting is finished before freezing stock/account by Ankush Menat · 2 years, 10 months ago
  43. cef84c2 refactor: simplify the way SLEs are submitted by Ankush Menat · 2 years, 10 months ago
  44. 97060c4 refactor: replace misleading variable name by Ankush Menat · 2 years, 10 months ago
  45. 8fe5feb chore: remove all six compat code by Ankush Menat · 3 years ago
  46. 6098e92 chore: remove utf-8 compat code by Ankush Menat · 3 years ago
  47. ff9cfe0 fix: sort by creation to break tie by Ankush Menat · 3 years ago
  48. f4b60a4 refactor: simplify sr no fetching by Ankush Menat · 3 years ago
  49. 2aa019a fix: fetch serial nos from ledger unconditionally by Ankush Menat · 3 years ago
  50. deb6b38 refactor: replaced db.sql with qb by Noah Jacob · 3 years ago
  51. b449453 fix: incorrect amount of serial_nos fetched by Noah Jacob · 3 years ago
  52. 6f107da perf: Add indexes in stock queries and speed up bin updation #27758 by Deepesh Garg · 3 years ago
  53. 915b343 chore: Clean up imports (#27302) by Chillar Anand · 3 years, 1 month ago
  54. 9152715 perf: various minor perf fixes for ledger postings (#26775) by Ankush · 3 years, 2 months ago
  55. d8668f7 fix: validation check when no conversion_factor (#26219) by Noah Jacob · 3 years, 3 months ago
  56. 4d81d45 fix: time out while submitting the stock transactions with more than 50 items by Rohit Waghchaure · 3 years, 4 months ago
  57. 00ea336 fix: stock ledger entry created against draft stock entry (#25540) by rohitwaghchaure · 3 years, 5 months ago
  58. 30c8873 fix: validation for disabled warehouse (#24539) by Jannat Patel · 3 years, 8 months ago
  59. a77b8c9 Repost item valuation (#24031) by Nabin Hait · 3 years, 10 months ago
  60. 09b8ca0 fix: list index out of range on incilding uom by Anurag Mishra · 4 years ago
  61. 6f7e9d2 fix: '>=' not supported between instances of 'str' and 'int' by marination · 4 years, 4 months ago
  62. 2a9c5ba feat: Immutable ledger (#18740) by Deepesh Garg · 4 years, 5 months ago
  63. 560f822 fix: get serial nos based on posting date and time by Rohit Waghchaure · 4 years, 6 months ago
  64. b5a670c fix: serial no material transfer performance issue (#20747) by rohitwaghchaure · 4 years, 7 months ago
  65. cf55c9c fix: stock reconciliation shwoing incorrect current serial no and qty by Rohit Waghchaure · 5 years ago
  66. 001ee5e fix: dictionary changed size during iteration (#19546) by rohitwaghchaure · 5 years ago
  67. ed1cc18 fix: stock ledger report not showing data if the UOM filter has selected (#19179) by rohitwaghchaure · 5 years ago
  68. bc001d2 feat: Add stock ageing data to stock balance report (#19036) by Suraj Shetty · 5 years ago
  69. f1fab87 fix: mismatch between warehouse tree value and warehouse based stock balance report value (#18879) by rohitwaghchaure · 5 years ago
  70. 87c4b06 Test cases for serial no by Rohit Waghchaure · 5 years ago
  71. 05d3bcb stock recon for serial no, batch no by Rohit Waghchaure · 5 years ago
  72. 8aafbd2 stock_values_on append function on string by itusedyetnew · 6 years ago
  73. 0c16424 fix(naming): Use creation instead of name to order SLEs by Aditya Hase · 6 years ago
  74. b4cf72c Adding "Include UOM" in Reports with Qty and Rates (#15541) by Saif · 6 years ago
  75. a804d6d Fixed merge conflict by Nabin Hait · 6 years ago
  76. e0a47ae Improve performance for warehouse tree (#15207) by Shreya Shah · 6 years ago
  77. 19a5a5d improve performance of stock_value retrieval using tabBin instead of … (#14584) by Sachin Mane · 6 years ago
  78. b4de7e3 removed has_key, used pythonic in (#13236) by Achilles Rasquinha · 7 years ago
  79. 56b2e12 Python 3 fixes [merge asap] (#12884) by Achilles Rasquinha · 7 years ago
  80. 7ba092e Fixes for making stock entry against Pro Order (#12721) by Nabin Hait · 7 years ago
  81. 60febc5 [Fix] Gross profit validation issue (#12516) by rohitwaghchaure · 7 years ago
  82. ce8adec Incoming rate fixes (#11986) by rohitwaghchaure · 7 years ago
  83. b1ac979 [fix] Do not allow zero valuation rate for serial no and fetch previous valuation rate for serial no (#11817) by rohitwaghchaure · 7 years ago
  84. 949a920 Production Order Enhancements (#9432) by Nabin Hait · 7 years ago
  85. cc699a9 Bug while fetching new item balance. by nick9822 · 7 years ago
  86. 6f48d4b whitelisted erpnext.stock.utils.get_stock_balance (#7402) by nick9822 · 8 years ago
  87. 93d68ac [fixes] change is group to check box by Saurabh · 8 years ago
  88. 4d02949 [fixes] validate trash condition for warehouse and related account, move existing warehouses under all warehouse group, set account parent and is group for warehouse account by Saurabh · 8 years ago
  89. 3d6aecd [fixes] set warehouse group wise reorder level, validate ledger (leaf warehouse) on sle and bin by Saurabh · 8 years ago
  90. 554f6f7 [fixes] nested set fix for warehouse, tree for accounts and cost center by Saurabh · 8 years ago
  91. 41c8cf6 [fix] Get incoming rate if args as json by Nabin Hait · 9 years ago
  92. 5eefff1 [fix] get_incoming_rate function whitelisted by Nabin Hait · 9 years ago
  93. 602e825 [enhancement] Int, Currency, Float, Percent as not null and default to 0 by Anand Doshi · 9 years ago
  94. 8142cd2 [fix] fifo in stock ledger by Nabin Hait · 9 years ago
  95. 7edb951 [fix] Get fifo rate only qty exists in batch by Nabin Hait · 9 years ago
  96. 1e8025b [cleanup] yes/no selects changed to checks in Item by Rushabh Mehta · 9 years ago
  97. 0dc79f4 Merge remote-tracking branch 'frappe/v4.x.x' into develop by Anand Doshi · 10 years ago
  98. 54c865e Landed cost voucher: fixes for serialized item by Nabin Hait · 10 years ago
  99. 885e074 Changed company name from Web Notes to Frappe Technologies by Anand Doshi · 10 years ago
  100. d35354c Merge remote-tracking branch 'frappe/develop' into v5.0 by Anand Doshi · 10 years ago