1. 4a7fc15 fix: don't show disabled items in `Item Shortage Report` (#36550) by s-aga-r · 1 year, 6 months ago
  2. 0b36e7d fix: stock reconciliation negative stock error (#36544) by rohitwaghchaure · 1 year, 6 months ago
  3. ecba6ee fix: enqueue submit/cancel action for stock entry having more than 50 line items (#36532) by s-aga-r · 1 year, 6 months ago
  4. 28dfc88 fix: stock entry decimal issue (#36530) by rohitwaghchaure · 1 year, 6 months ago
  5. b65ee6c fix: cross connect delivery note and sales invoice (backport #36183) (#36457) by mergify[bot] · 1 year, 6 months ago
  6. a93ae9c Merge pull request #36434 from ruthra-kumar/replace_get_cached_with_get_single_value by ruthra kumar · 1 year, 6 months ago
  7. ba15810 fix: incorrect usage `get_cached_value` on single doctypes by ruthra kumar · 1 year, 6 months ago
  8. f31d075 perf: avoid full table scan in sle count check (#36428) by Ankush Menat · 1 year, 6 months ago
  9. e8eeeb1 fix: group item reorder by (warehouse, material_request_type) (#35818) by Devin Slauenwhite · 1 year, 6 months ago
  10. c0642cf fix: only publish repost progress to doc subscriber (#36400) by Ankush Menat · 1 year, 6 months ago
  11. ee7da63 Merge pull request #36380 from rohitwaghchaure/fixed-fieldtype-from-currency-to-flt by rohitwaghchaure · 1 year, 6 months ago
  12. c82cb37 fix: change fieldtype from Currency to Float for the valuation rate in the stock report by Rohit Waghchaure · 1 year, 6 months ago
  13. dac9fd6 Merge pull request #36328 from rohitwaghchaure/fixed-purchase-receipt-timeout-on-cancel-develop by rohitwaghchaure · 1 year, 6 months ago
  14. 829387c Merge pull request #36360 from deepeshgarg007/fy_default_dates by Deepesh Garg · 1 year, 6 months ago
  15. ebdf195 Merge pull request #36254 from deepeshgarg007/remove_auto_repeat by Deepesh Garg · 1 year, 6 months ago
  16. 2341061 fix: Default year start and end date in reports by Deepesh Garg · 1 year, 6 months ago
  17. 4496a67 fix: Default year start and end dates in reports by Deepesh Garg · 1 year, 6 months ago
  18. cf50bb4 Revert "fix: Default year start and end dates in reports" by Deepesh Garg · 1 year, 6 months ago
  19. 5dc8195 Merge pull request #36249 from deepeshgarg007/default_dates by Deepesh Garg · 1 year, 6 months ago
  20. 1d7dbd3 perf: don't use ifnull where it's not required (#36336) by Ankush Menat · 1 year, 6 months ago
  21. 1c2da92 fix: timeout error while cancelling the Purchase Receipt by Rohit Waghchaure · 1 year, 6 months ago
  22. 55a9537 fix: added missing option Partially Received in the status dropdown field by Rohit Waghchaure · 1 year, 6 months ago
  23. 3f81e15 Merge pull request #36147 from deepeshgarg007/eslint by Deepesh Garg · 1 year, 6 months ago
  24. 7f4dda1 Merge pull request #36259 from rohitwaghchaure/fixed-report-default-email-outgoing-error by rohitwaghchaure · 1 year, 6 months ago
  25. efb5152 fix: no default email account causing reposting issue by Rohit Waghchaure · 1 year, 6 months ago
  26. 4bb6db8 fix: Remove auto repeat (subscription) button from Sales and Purchase documents by Deepesh Garg · 1 year, 6 months ago
  27. 3c92686 fix: Default year start and end dates in reports by Deepesh Garg · 1 year, 6 months ago
  28. 8d3d949 chore: linting issues by Deepesh Garg · 1 year, 6 months ago
  29. 8ccb8e3 chore: Move buying controller to utils by Deepesh Garg · 1 year, 6 months ago
  30. 7205fb9 chore: convert sales common to utils by Deepesh Garg · 1 year, 6 months ago
  31. 4077254 chore: resolve undefined variables issue by Deepesh Garg · 1 year, 7 months ago
  32. 0b1e78e chore: Add landed cost taxes and charges common in bundles by Deepesh Garg · 1 year, 7 months ago
  33. 1084f0d Merge pull request #36209 from mohsinalimat/patch-2 by rohitwaghchaure · 1 year, 7 months ago
  34. 9a9939c Merge pull request #36208 from rohitwaghchaure/fixed-filter-mandatory-for-batch-wise-balance-report by rohitwaghchaure · 1 year, 7 months ago
  35. c21fd45 fix: Ambiguous column error while submitting stock entry by MohsinAli · 1 year, 7 months ago
  36. 1649862 fix: made item or warehouse filter mandatory by Rohit Waghchaure · 1 year, 7 months ago
  37. 9e791ef refactor: client side accounts controller by Deepesh Garg · 1 year, 7 months ago
  38. 7af3c3d fix: incorrect Reserved Qty for Production Plan in BIN for multi-uom case by Rohit Waghchaure · 1 year, 7 months ago
  39. a0742c5 Merge pull request #36151 from rohitwaghchaure/table-for-serial-and-batch by rohitwaghchaure · 1 year, 7 months ago
  40. 708eefb fix: Added report 'Serial and Batch Summary' to view serial / batch nos by Rohit Waghchaure · 1 year, 7 months ago
  41. f0d4c4c Merge branch 'develop' of https://github.com/frappe/erpnext into eslint by Deepesh Garg · 1 year, 7 months ago
  42. 3fa2a8c chore: fix linting issues by Deepesh Garg · 1 year, 7 months ago
  43. 924cdef ci: add eslint and update linting confs by Deepesh Garg · 1 year, 7 months ago
  44. 04400eb perf: index `disabled` in `Item` by s-aga-r · 1 year, 7 months ago
  45. e4128a5 perf: index `variant_of` and `attribute` in `Item Variant Attribute` by s-aga-r · 1 year, 7 months ago
  46. 5f307f9 refactor: `Batch Item Expiry Status` report (#36106) by s-aga-r · 1 year, 7 months ago
  47. 59e54ea Merge pull request #36088 from rohitwaghchaure/fixed-reposting-circulr-dependecy by rohitwaghchaure · 1 year, 7 months ago
  48. 7e4b668 fix: Dont bold URL parts by Ankush Menat · 1 year, 7 months ago
  49. c16a581 fix: circular dependency during reposting causing timeout error by Rohit Waghchaure · 1 year, 7 months ago
  50. bf84e0d refactor: remove frappe.dynamic_link (#35096) by Raffael Meyer · 1 year, 7 months ago
  51. 06dcc4e Merge pull request #36063 from rohitwaghchaure/fixed-valuation-for-dn-return by rohitwaghchaure · 1 year, 7 months ago
  52. 6a10ae6 fix: Delivery Note return valuation by Rohit Waghchaure · 1 year, 7 months ago
  53. 22eee47 Merge pull request #36001 from rohitwaghchaure/fixed-added-validation-for-rejected-warerhouse by rohitwaghchaure · 1 year, 7 months ago
  54. d618aae fix: accepted warehouse and rejected warehouse can't be same by Rohit Waghchaure · 1 year, 7 months ago
  55. aeaf8fd fix: incorrect stock levels in the Batch by Rohit Waghchaure · 1 year, 7 months ago
  56. a449a4b chore: Add frappe school links (#35995) by Ankush Menat · 1 year, 7 months ago
  57. 8179d6a Merge pull request #35977 from rohitwaghchaure/reserve-pos-invoice-batches by rohitwaghchaure · 1 year, 7 months ago
  58. 1e8f6c0 fix: reserve the pos invoice batches by Rohit Waghchaure · 1 year, 7 months ago
  59. 5448859 fix: Update no copy for received_qty field (#35965) by Deepesh Garg · 1 year, 7 months ago
  60. 232dfad fix: conflicts by rohitwaghchaure · 1 year, 7 months ago
  61. b77a808 fix: reposting has not changed valuation rate by Rohit Waghchaure · 1 year, 7 months ago
  62. 90a7703 fix: add filter for disabled batch by s-aga-r · 1 year, 7 months ago
  63. b9e9204 fix: create multiple variants button count and status (#35915) by Gursheen Kaur Anand · 1 year, 7 months ago
  64. af418d2 fix: filter parent warehouses not showing (#35897) by HLD · 1 year, 7 months ago
  65. 742df8a fix: delivery trip driver is only required on submit (#35876) by David Arnold · 1 year, 7 months ago
  66. 0e14ea4 Merge pull request #35881 from rohitwaghchaure/fixed-serial-batch-bundle-print by rohitwaghchaure · 1 year, 7 months ago
  67. 9cf645e fix: serial and batch bundle values in the standard print format by Rohit Waghchaure · 1 year, 7 months ago
  68. f9ed8c1 fix: make reorder_level not required (#35831) by Devin Slauenwhite · 1 year, 7 months ago
  69. 2868bae fix: Payment Term must be mandatory if `Allocate Payment based on ..` is checked (#35798) by Marica · 1 year, 7 months ago
  70. b523c77 Merge branch 'develop' of https://github.com/frappe/erpnext into ledger_preview by Deepesh Garg · 1 year, 8 months ago
  71. 0e68da5 feat: Show stock ledger preview by Deepesh Garg · 1 year, 8 months ago
  72. d1bccc8 Merge pull request #35829 from rohitwaghchaure/refactor-returned-from-rejected-warehouse by rohitwaghchaure · 1 year, 8 months ago
  73. 756dbe7 refactor: return against rejected warehouse by Rohit Waghchaure · 1 year, 8 months ago
  74. edc38ed Merge pull request #35611 from rohitwaghchaure/fix-dont-allow-to-create-reposting-entry-for-closing-stock-balance by rohitwaghchaure · 1 year, 8 months ago
  75. 96c5c7b fix: don't allow to make reposting entry for closing stock balance period by Rohit Waghchaure · 1 year, 8 months ago
  76. ddbd7d8 Merge pull request #35591 from resilient-tech/remove-whitelisting by Deepesh Garg · 1 year, 8 months ago
  77. 79e41e3 Merge pull request #35809 from rohitwaghchaure/fixed-key-error-in-stock-balance-report by rohitwaghchaure · 1 year, 8 months ago
  78. a627d2a fix: keyerror while checking the stock balance report by Rohit Waghchaure · 1 year, 8 months ago
  79. 4f941ac perf: index `purpose` in `Stock Entry` by s-aga-r · 1 year, 8 months ago
  80. 507c966 chore: Make material request title translatable (#35764) by Türker Tunalı · 1 year, 8 months ago
  81. b5c1c72 Merge pull request #35739 from s-aga-r/FIX-35493 by Sagar Sharma · 1 year, 8 months ago
  82. c51e6db Merge pull request #35756 from rohitwaghchaure/fixed-stock-entry-not-able-to-save by rohitwaghchaure · 1 year, 8 months ago
  83. df8c3f0 fix: validation of job card in stock entry by Rohit Waghchaure · 1 year, 8 months ago
  84. 9fb6fc5 Merge pull request #35677 from s-aga-r/FIX-ISS-23-24-01397 by Sagar Sharma · 1 year, 8 months ago
  85. 86612b6 Merge pull request #35747 from rohitwaghchaure/fixed-incorrect-stock-value-for-pr-return by rohitwaghchaure · 1 year, 8 months ago
  86. 28dd758 fix: incorrect stock value for purchase returned with rejected qty by Rohit Waghchaure · 1 year, 8 months ago
  87. 29da1db perf: Duplicate queries for UOM (#35744) by Ankush Menat · 1 year, 8 months ago
  88. 433489a perf: Index pick list field in stock entry and DN (#35738) by Ankush Menat · 1 year, 8 months ago
  89. 81f916b perf: Ignore cancelled pick lists while fetching picked items (#35737) by Ankush Menat · 1 year, 8 months ago
  90. 4b5454c fix(ux): set route options for new `SBB` by s-aga-r · 1 year, 8 months ago
  91. 07d748c perf: Index sales_order_item in Pick list item (#35735) by Ankush Menat · 1 year, 8 months ago
  92. 24d1bf2 Merge pull request #35699 from rohitwaghchaure/fixed-added-validation-for-incorrect-type by rohitwaghchaure · 1 year, 8 months ago
  93. 1c2fe08 fix: test case and removed outward field by Rohit Waghchaure · 1 year, 8 months ago
  94. ccdf2e6 Merge pull request #35700 from s-aga-r/FIX-SR-DIFF-QTY by Sagar Sharma · 1 year, 8 months ago
  95. 6a1b0a2 fix: update `Stock Reconciliation` diff qty while reposting by s-aga-r · 1 year, 8 months ago
  96. f968f0f fix: added validation for incorrect type by Rohit Waghchaure · 1 year, 8 months ago
  97. 4820221 Merge pull request #35636 from s-aga-r/FIX-SBB-AttributeError by rohitwaghchaure · 1 year, 8 months ago
  98. 2c1ab56 fix: add validation for QI in PR by s-aga-r · 1 year, 8 months ago
  99. 7549a5c fix(ux): add filters for SBB by s-aga-r · 1 year, 8 months ago
  100. fe05450 fix: 'NoneType' object has no attribute 'precision' for Job Card by s-aga-r · 1 year, 8 months ago