1. 33c4a0b fix: bad default for non-existing serial nos by Ankush Menat · 2 years, 9 months ago
  2. 20216fa fix: updated packed_items getting fetched on Sales Return / Credit Note (#28607) by Noah Jacob · 2 years, 9 months ago
  3. f02e6b4 fix: incorrect posting time fetching incorrect qty (#29103) by rohitwaghchaure · 2 years, 9 months ago
  4. 75bc404 test: stock frozen validation by Ankush Menat · 2 years, 10 months ago
  5. d37541d fix: ensure that reposting is finished before freezing stock/account by Ankush Menat · 2 years, 10 months ago
  6. cef84c2 refactor: simplify the way SLEs are submitted by Ankush Menat · 2 years, 10 months ago
  7. 97060c4 refactor: replace misleading variable name by Ankush Menat · 2 years, 10 months ago
  8. 8fe5feb chore: remove all six compat code by Ankush Menat · 3 years ago
  9. 6098e92 chore: remove utf-8 compat code by Ankush Menat · 3 years ago
  10. ff9cfe0 fix: sort by creation to break tie by Ankush Menat · 3 years ago
  11. f4b60a4 refactor: simplify sr no fetching by Ankush Menat · 3 years ago
  12. 2aa019a fix: fetch serial nos from ledger unconditionally by Ankush Menat · 3 years ago
  13. deb6b38 refactor: replaced db.sql with qb by Noah Jacob · 3 years ago
  14. b449453 fix: incorrect amount of serial_nos fetched by Noah Jacob · 3 years ago
  15. 6f107da perf: Add indexes in stock queries and speed up bin updation #27758 by Deepesh Garg · 3 years ago
  16. 915b343 chore: Clean up imports (#27302) by Chillar Anand · 3 years, 1 month ago
  17. 9152715 perf: various minor perf fixes for ledger postings (#26775) by Ankush · 3 years, 2 months ago
  18. d8668f7 fix: validation check when no conversion_factor (#26219) by Noah Jacob · 3 years, 3 months ago
  19. 4d81d45 fix: time out while submitting the stock transactions with more than 50 items by Rohit Waghchaure · 3 years, 4 months ago
  20. 00ea336 fix: stock ledger entry created against draft stock entry (#25540) by rohitwaghchaure · 3 years, 5 months ago
  21. 30c8873 fix: validation for disabled warehouse (#24539) by Jannat Patel · 3 years, 8 months ago
  22. a77b8c9 Repost item valuation (#24031) by Nabin Hait · 3 years, 10 months ago
  23. 09b8ca0 fix: list index out of range on incilding uom by Anurag Mishra · 4 years ago
  24. 6f7e9d2 fix: '>=' not supported between instances of 'str' and 'int' by marination · 4 years, 4 months ago
  25. 2a9c5ba feat: Immutable ledger (#18740) by Deepesh Garg · 4 years, 5 months ago
  26. 560f822 fix: get serial nos based on posting date and time by Rohit Waghchaure · 4 years, 6 months ago
  27. b5a670c fix: serial no material transfer performance issue (#20747) by rohitwaghchaure · 4 years, 8 months ago
  28. cf55c9c fix: stock reconciliation shwoing incorrect current serial no and qty by Rohit Waghchaure · 5 years ago
  29. 001ee5e fix: dictionary changed size during iteration (#19546) by rohitwaghchaure · 5 years ago
  30. ed1cc18 fix: stock ledger report not showing data if the UOM filter has selected (#19179) by rohitwaghchaure · 5 years ago
  31. bc001d2 feat: Add stock ageing data to stock balance report (#19036) by Suraj Shetty · 5 years ago
  32. f1fab87 fix: mismatch between warehouse tree value and warehouse based stock balance report value (#18879) by rohitwaghchaure · 5 years ago
  33. 87c4b06 Test cases for serial no by Rohit Waghchaure · 5 years ago
  34. 05d3bcb stock recon for serial no, batch no by Rohit Waghchaure · 5 years ago
  35. 8aafbd2 stock_values_on append function on string by itusedyetnew · 6 years ago
  36. 0c16424 fix(naming): Use creation instead of name to order SLEs by Aditya Hase · 6 years ago
  37. b4cf72c Adding "Include UOM" in Reports with Qty and Rates (#15541) by Saif · 6 years ago
  38. a804d6d Fixed merge conflict by Nabin Hait · 6 years ago
  39. e0a47ae Improve performance for warehouse tree (#15207) by Shreya Shah · 6 years ago
  40. 19a5a5d improve performance of stock_value retrieval using tabBin instead of … (#14584) by Sachin Mane · 6 years ago
  41. b4de7e3 removed has_key, used pythonic in (#13236) by Achilles Rasquinha · 7 years ago
  42. 56b2e12 Python 3 fixes [merge asap] (#12884) by Achilles Rasquinha · 7 years ago
  43. 7ba092e Fixes for making stock entry against Pro Order (#12721) by Nabin Hait · 7 years ago
  44. 60febc5 [Fix] Gross profit validation issue (#12516) by rohitwaghchaure · 7 years ago
  45. ce8adec Incoming rate fixes (#11986) by rohitwaghchaure · 7 years ago
  46. 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
  47. 949a920 Production Order Enhancements (#9432) by Nabin Hait · 7 years ago
  48. cc699a9 Bug while fetching new item balance. by nick9822 · 7 years ago
  49. 6f48d4b whitelisted erpnext.stock.utils.get_stock_balance (#7402) by nick9822 · 8 years ago
  50. 93d68ac [fixes] change is group to check box by Saurabh · 8 years ago
  51. 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
  52. 3d6aecd [fixes] set warehouse group wise reorder level, validate ledger (leaf warehouse) on sle and bin by Saurabh · 8 years ago
  53. 554f6f7 [fixes] nested set fix for warehouse, tree for accounts and cost center by Saurabh · 8 years ago
  54. 41c8cf6 [fix] Get incoming rate if args as json by Nabin Hait · 9 years ago
  55. 5eefff1 [fix] get_incoming_rate function whitelisted by Nabin Hait · 9 years ago
  56. 602e825 [enhancement] Int, Currency, Float, Percent as not null and default to 0 by Anand Doshi · 9 years ago
  57. 8142cd2 [fix] fifo in stock ledger by Nabin Hait · 9 years ago
  58. 7edb951 [fix] Get fifo rate only qty exists in batch by Nabin Hait · 9 years ago
  59. 1e8025b [cleanup] yes/no selects changed to checks in Item by Rushabh Mehta · 9 years ago
  60. 0dc79f4 Merge remote-tracking branch 'frappe/v4.x.x' into develop by Anand Doshi · 10 years ago
  61. 54c865e Landed cost voucher: fixes for serialized item by Nabin Hait · 10 years ago
  62. 885e074 Changed company name from Web Notes to Frappe Technologies by Anand Doshi · 10 years ago
  63. d35354c Merge remote-tracking branch 'frappe/develop' into v5.0 by Anand Doshi · 10 years ago
  64. d57e793 [fix] Added unicode_literals if missing in py files by Anand Doshi · 10 years ago
  65. dc93e0a [fixes] stock reco by Rushabh Mehta · 10 years ago
  66. 2712e36 [stock reco] added items table by Rushabh Mehta · 10 years ago
  67. 8fa503e Fixed conflict while merging v4 into v5 by Nabin Hait · 10 years ago
  68. 15cd122 Fixed conflict while merging v4 into v5 by Nabin Hait · 10 years ago
  69. 6dfd430 Moved flags like ignore_mandatory, ignore_validate etc to doc.flags by Anand Doshi · 10 years ago
  70. 9c47efb Landed cost voucher: allow negative stock while doing cancellation entry for purchase receipts by Nabin Hait · 10 years ago
  71. 969069f [report] gross profit WIP by Rushabh Mehta · 10 years ago
  72. ae1dcab Fixed merge conflict by Nabin Hait · 10 years ago
  73. 38265ef Minor fix by Nabin Hait · 10 years ago
  74. 39dbf73 [merge] item-variants by Rushabh Mehta · 10 years ago
  75. be1a8d8 [merge] develop by Rushabh Mehta · 10 years ago
  76. 4d74216 Maintain negative stock balance if balance qty is negative by Nabin Hait · 10 years ago
  77. f850987 [fixes] tests and moved reorder_item to separate module by Rushabh Mehta · 10 years ago
  78. 724f9e5 [item-variants] get table values from template if not set in variant #2224 by Rushabh Mehta · 10 years ago
  79. 86211cd Merge pull request #2203 from rmehta/mailbox by Rushabh Mehta · 10 years ago
  80. 5e080f9 Update utils.py by Nabin Hait · 10 years ago
  81. 9aa11d2 Add ability to fetch Non stock items in Gross Profit report by ankitjavalkarwork · 10 years ago
  82. bf8715d [refactor] used frappe.sendmail by Rushabh Mehta · 10 years ago
  83. ed37cef [refactor modules] by Rushabh Mehta · 10 years ago
  84. 40a8ae2 [fix] get incoming rate by Anand Doshi · 10 years ago
  85. d141cf7 Minor fix in reorder item by Anand Doshi · 10 years ago
  86. b8189d7 Auto Re-order Item for default warehouse only, if Warehouse wise re-order not specified by Anand Doshi · 10 years ago
  87. 4f0a428 Catch FiscalYearError in Re-order Item by Anand Doshi · 10 years ago
  88. e673a66 Fixes to end_of_life conditions by Anand Doshi · 10 years ago
  89. e6ddd28 Don't execute reorder_item, if initial setup not completed. fixes #1668 by Nabin Hait · 10 years ago
  90. c7253b3 Get valuation rate for fg item base don issued item cost + operation cost. #1688 by Nabin Hait · 10 years ago
  91. 227db76 Item valuation rate on material transfer based on fifo by Nabin Hait · 10 years ago
  92. 094610d Fixes in Production, Stock Entry and Stock Controller by Anand Doshi · 10 years ago
  93. 9f0d625 update translation strings #1403 by Rushabh Mehta · 10 years ago
  94. 2ce39cf Fixed Stock Entry Test Cases frappe/frappe#478 by Anand Doshi · 11 years ago
  95. a504f06 frappe/frappe#478, fixed list passed in by Rushabh Mehta · 11 years ago
  96. f14b809 frappe/frappe#478, more changes, removed bean by Rushabh Mehta · 11 years ago
  97. 0a0f249 frappe/frappe#478, frappe tests pass, .txt renamed to .json by Rushabh Mehta · 11 years ago
  98. b385ecf frappe/frappe#478 by Rushabh Mehta · 11 years ago
  99. f78d1ae Replaced doc, doc.fields frappe/frappe#478 by Anand Doshi · 11 years ago
  100. d2b34dc frappe/frappe#478 by Rushabh Mehta · 11 years ago