1. 5434dd0 Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into dynamic_gst_rates by Deepesh Garg · 3 years, 8 months ago
  2. 8975c52 Merge pull request #25988 from rohitwaghchaure/donot-copy-difference-account by rohitwaghchaure · 3 years, 8 months ago
  3. 21b8e2f fix: hiding Rounding Adjustment field (#25380) by Anupam Kumar · 3 years, 8 months ago
  4. 99b583f fix: on click of duplicate button system copy the difference account from first row by Rohit Waghchaure · 3 years, 8 months ago
  5. 3646c30 fix: Linting issues by Deepesh Garg · 3 years, 8 months ago
  6. e8a78bd fix: Add test cases by Deepesh Garg · 3 years, 8 months ago
  7. 8a7e283 feat: Item Taxes based on net rate by Deepesh Garg · 3 years, 8 months ago
  8. 215516f fix: AttributeError: 'PurchaseReceiptItem' object has no attribute 'purchase_invoice' (#25902) (#25957) by Ankush Menat · 3 years, 8 months ago
  9. 25b953a Merge pull request #25854 from rohitwaghchaure/fixed-timeout-error-in-repost-item-valuation by rohitwaghchaure · 3 years, 8 months ago
  10. 1055834 fix: timeout error in the repost item valuation by Rohit Waghchaure · 3 years, 8 months ago
  11. 7437748 Merge pull request #25805 from ankush/refactor_item by Marica · 3 years, 8 months ago
  12. a06ec03 test: add test for new QI function by Rohan Bansal · 3 years, 8 months ago
  13. 11aff80 Merge remote-tracking branch 'upstream/version-13-hotfix' into dev-quality-inspection-accounts by Rohan Bansal · 3 years, 8 months ago
  14. c8b3479 fix(Delivery Note): Assign Product Bundle's conversion_factor to Packed Items (#25840) by Ganga Manoj · 3 years, 8 months ago
  15. 970f009 Merge pull request #25898 from anupamvs/stock-reconciliation by rohitwaghchaure · 3 years, 8 months ago
  16. 0358b64 fix: featching serialized items by Anupam · 3 years, 8 months ago
  17. 54354a8 test: Fix permission error by Suraj Shetty · 3 years, 9 months ago
  18. d1a13ec test: Fix valuation rate for raw materials by Suraj Shetty · 3 years, 9 months ago
  19. a891d6e fix: allow_zero_valuation_rate for rejected qty by Suraj Shetty · 3 years, 9 months ago
  20. c26d41a chore: Remove unnecessary print statements by Suraj Shetty · 3 years, 9 months ago
  21. 9857d63 fix: add requested changes by Rohan Bansal · 3 years, 9 months ago
  22. 1cdf5a0 fix: add requested changes by Rohan Bansal · 3 years, 9 months ago
  23. be157e7 Merge branch 'version-13-hotfix' into se-supplier-customer by Marica · 3 years, 9 months ago
  24. 15f8a0f test: fix flaky test by Ankush Menat · 3 years, 9 months ago
  25. 3aed662 chore: translation / semgrep / sider fixes by Ankush Menat · 3 years, 9 months ago
  26. c15fef5 test: item naming series behaviour by Ankush Menat · 3 years, 9 months ago
  27. 42e057d test: add test for get_timeline_data in item by Ankush Menat · 3 years, 9 months ago
  28. e971b45 test: add test for is_stock_item by Ankush Menat · 3 years, 9 months ago
  29. 57266a7 refactor: check_stock_uom_with_bin by Ankush Menat · 3 years, 9 months ago
  30. fc54cf6 test: add tests for checking stock_uom with bin by Ankush Menat · 3 years, 9 months ago
  31. 4e360f8 test: hoist defaults to function signature by Ankush Menat · 3 years, 9 months ago
  32. eb17732 test: add test for item attribute completion by Ankush Menat · 3 years, 9 months ago
  33. f5a937b test: check index creation on item table by Ankush Menat · 3 years, 9 months ago
  34. b9fa12d test: add tests for uom conversion function by Ankush Menat · 3 years, 9 months ago
  35. 019be66 fix: consider all UOMs for intermediate conversion by Ankush Menat · 3 years, 9 months ago
  36. 0d7f54c refactor: simplify UOM conversion logic by Ankush Menat · 3 years, 9 months ago
  37. 297dc5e perf: add basic optimisation for uom conversion by Ankush Menat · 3 years, 9 months ago
  38. 958d485 refactor: msgprint(raise_exception)->frappe.throw by Ankush Menat · 3 years, 9 months ago
  39. ccbde0e refactor: use enumerate instead of trackign index by Ankush Menat · 3 years, 9 months ago
  40. 44c4892 chore: remove py2 compat code by Ankush Menat · 3 years, 9 months ago
  41. 6809ff4 Merge pull request #25776 from rohitwaghchaure/fixed-warehouse-not-found-issue by rohitwaghchaure · 3 years, 9 months ago
  42. c12264f chore: Cleanup Customer and Supplier Details section in Stock Entry by marination · 3 years, 9 months ago
  43. ce88c94 Update stock_entry.js by rohitwaghchaure · 3 years, 9 months ago
  44. c229ac9 refactor: add guard clause for readability by Ankush Menat · 3 years, 9 months ago
  45. 4b484d7 refactor: use is_new() instead of __islocal by Ankush Menat · 3 years, 9 months ago
  46. 931c886 fix: not checking all fields by Ankush Menat · 3 years, 9 months ago
  47. 83e6e2e refactor: add guard clause for readability by Ankush Menat · 3 years, 9 months ago
  48. 0b4858d refactor: eliminate unnecessary loop, container casts by Ankush Menat · 3 years, 9 months ago
  49. ad58a81 refactor: code cleanup by Ankush Menat · 3 years, 9 months ago
  50. 4a2dbd4 refactor: cleanup get_timeline_data, remove py2 by Ankush Menat · 3 years, 9 months ago
  51. 330353a refactor: use frappe.throw instread of recreating by Ankush Menat · 3 years, 9 months ago
  52. eaf0465 Merge pull request #25797 from marination/item-variants-report by Marica · 3 years, 9 months ago
  53. b0019bc fix: Item Variant Details Report by marination · 3 years, 9 months ago
  54. ab34f5b Merge pull request #25742 from ankush/disable_submit_btn by rohitwaghchaure · 3 years, 9 months ago
  55. 579a1b7 Merge pull request #25779 from ankush/parallel_stock_transactions by rohitwaghchaure · 3 years, 9 months ago
  56. 1097dc8 fix: show allow zero valuation only when auto checked (#25778) by Alan · 3 years, 9 months ago
  57. 4dcac4a refactor(minor): Use identity instead of equality by Ankush Menat · 3 years, 9 months ago
  58. 9979cf5 fix: wrong quantity after transaction for parallel stock transactions by Ankush Menat · 3 years, 9 months ago
  59. 795909f fix: warehouse not found in stock entry by Rohit Waghchaure · 3 years, 9 months ago
  60. 84730aa Merge pull request #25754 from rohitwaghchaure/fixed-do-not-repost-if-scheduler-is-in-running-13 by rohitwaghchaure · 3 years, 9 months ago
  61. 5456873 fix: run scheduler for reposting if there is no scheduler is running for the reposting by Rohit Waghchaure · 3 years, 9 months ago
  62. 814fd19 Merge pull request #25732 from noahjacob/ux_landed_cost_voucher by Marica · 3 years, 9 months ago
  63. ecbb8cb revert: "fix: duplicate stock entry (#25486)" by Ankush Menat · 3 years, 9 months ago
  64. 042b852 fix: disable submit button to avoid multiple calls by Ankush Menat · 3 years, 9 months ago
  65. bdba064 fix: duplicate stock entry (#25486) by Devin Slauenwhite · 3 years, 9 months ago
  66. 41ac8be refactor: base_amount field moved below amount field and renamed by noahjacob · 3 years, 9 months ago
  67. 55c2fec feat: add pending qty section to batch/serial selector dialog (#25519) by Alan · 3 years, 9 months ago
  68. 2aa4018 fix: validation message of quality inspection in purchase receipt (#25666) by rohitwaghchaure · 3 years, 9 months ago
  69. be3cde9 chore: Code clean up for purchase receipt GL (#25379) by Deepesh Garg · 3 years, 9 months ago
  70. ba940bb Merge pull request #25702 from rohitwaghchaure/change-today-to-now-for-reposting by rohitwaghchaure · 3 years, 9 months ago
  71. fc44478 Update repost_item_valuation.py by rohitwaghchaure · 3 years, 9 months ago
  72. af1376c chore: change today to now to get data for reposting by Rohit Waghchaure · 3 years, 9 months ago
  73. 27f50d5 fix: timeout error while loading warehouse tree by Rohit Waghchaure · 3 years, 9 months ago
  74. d984be0 fix: don't map set warehouse from delivery note to purchase receipt by Rohit Waghchaure · 3 years, 9 months ago
  75. aa9e172 feat: Add Create Expense Claim button in Delivery Trip (#25526) by Ganga Manoj · 3 years, 9 months ago
  76. 64bd4f2 Merge pull request #25611 from rohitwaghchaure/validation-to-check-duplicate-serial-nos by rohitwaghchaure · 3 years, 9 months ago
  77. 42fe07b Merge pull request #25551 from rohitwaghchaure/fixed-total-stock-summary-report by rohitwaghchaure · 3 years, 9 months ago
  78. 1726ce5 Merge pull request #25471 from rohitwaghchaure/allow-to-receipt-same-serial-no by rohitwaghchaure · 3 years, 9 months ago
  79. c6dc9ea feat!: add pick batch button (#25413) by Alan · 3 years, 9 months ago
  80. 90e6719 chore: replace assertEquals with alias assertEqual (#25613) by Ankush Menat · 3 years, 9 months ago
  81. 27cf19a feat(pos): show POS reserved stock in stock projected qty report (#25593) by Saqib · 3 years, 9 months ago
  82. 5618ce3 fix(Material Request): Add 'Partially Received' to Status drop-down list (#24857) by Ganga Manoj · 3 years, 9 months ago
  83. 7f79d46 fix: Stock and Accounts Settings form refactor (#25534) by Umair Sayed · 3 years, 9 months ago
  84. f132ed4 fix: update item level cost center from POS (#25609) by Anuja Pawar · 3 years, 9 months ago
  85. 134eaa5 perf: Performance enhancement on setup wizard (#25605) by Nabin Hait · 3 years, 9 months ago
  86. 695becd fix: added validation in stock entry to check duplicate serial nos by Rohit Waghchaure · 3 years, 9 months ago
  87. dc6233b Merge pull request #25541 from rohitwaghchaure/fixed-incorrect-serial-no-set by rohitwaghchaure · 3 years, 9 months ago
  88. bb3e5d0 fix: allow to receive same serial numbers multiple times by Rohit Waghchaure · 3 years, 10 months ago
  89. ba8dc1f fix: stock balance and batchwise balance history report showing different closing stock by Rohit Waghchaure · 3 years, 9 months ago
  90. 308905b fix: semgrep, refactor default mutable dict by 18alantom · 3 years, 9 months ago
  91. e36f303 fix: use percent string templates for db.sql calls by 18alantom · 3 years, 9 months ago
  92. 1f4df80 Merge pull request #25531 from noahjacob/fix_mr_filter by rohitwaghchaure · 3 years, 9 months ago
  93. 88734ee Merge pull request #25557 from rohitwaghchaure/increased-timeout-of-stoc-reco by rohitwaghchaure · 3 years, 9 months ago
  94. 8f34ca4 fix: stock reconciliation getting time out error during submission by Rohit Waghchaure · 3 years, 9 months ago
  95. 9cc7c29 Update stock_reconciliation.py by rohitwaghchaure · 3 years, 9 months ago
  96. 6a5a380 fix: total stock summary report not working by Rohit Waghchaure · 3 years, 9 months ago
  97. 35d4829 fix: serial no changed after saving stock reconciliation by Rohit Waghchaure · 3 years, 9 months ago
  98. 00ea336 fix: stock ledger entry created against draft stock entry (#25540) by rohitwaghchaure · 3 years, 9 months ago
  99. a19c6a9 fix: Fetch total stock at company in PO (#25533) by Nabin Hait · 3 years, 9 months ago
  100. da0ba15 fix: Fetch total stock at company in PO (#25532) by Nabin Hait · 3 years, 9 months ago