1. af9fa04 fix: batchwise valuation can only be used by FIFO/LIFO by Ankush Menat · 2 years, 8 months ago
  2. 75fb561 test: force correct flag in test data by Ankush Menat · 2 years, 8 months ago
  3. f38690f fix: check if Moving average item can use batchwise valuation by Ankush Menat · 2 years, 8 months ago
  4. 6b0bc35 test: mixed moving average items by Ankush Menat · 2 years, 8 months ago
  5. 609d2fc fix: reset stock value if no qty by Ankush Menat · 2 years, 8 months ago
  6. 3548324 fix: extend round_off_if_near_zero fix to other methods by Ankush Menat · 2 years, 8 months ago
  7. 76b395d test: old/new mix batches valuation consumption by Ankush Menat · 2 years, 8 months ago
  8. b1555fd chore: batch flag and consumption rate in invariant report by Ankush Menat · 2 years, 8 months ago
  9. b534fee refactor: use queue difference instead of actual values by Ankush Menat · 2 years, 8 months ago
  10. aba7a7c fix: handle negative inventory inside a batch by Ankush Menat · 2 years, 8 months ago
  11. d7ca83e refactor: code duplication for fallback rates by Ankush Menat · 2 years, 8 months ago
  12. c5bd34d test: multi-batch stock entry by Ankush Menat · 2 years, 8 months ago
  13. 60b8bae test: batch wise valuation for transfer and intermediate by Ankush Menat · 2 years, 8 months ago
  14. 5718777 fix: consider batch_no when getting incoming rate by Ankush Menat · 2 years, 8 months ago
  15. 683ef8a test: more tests for batchwise valuation by 18alantom · 2 years, 8 months ago
  16. 312db42 refactor: use qb for patching flag by Ankush Menat · 2 years, 8 months ago
  17. d130233 test: fix expected test failures by Ankush Menat · 2 years, 8 months ago
  18. 102fff2 refactor: convert query to QB and make creation optional by Ankush Menat · 2 years, 8 months ago
  19. ab92652 fix: correct incoming rate for batched items by Ankush Menat · 2 years, 8 months ago
  20. 342d09a feat: get_valuation_rate batch wise by Ankush Menat · 2 years, 8 months ago
  21. ce0514c feat: batch wise valuation rates by Ankush Menat · 2 years, 8 months ago
  22. f4af75f feat: batchwise valuation flag by 18alantom · 2 years, 8 months ago
  23. 05682af Merge branch 'develop' into asset-fix-#3 by Saqib Ansari · 2 years, 8 months ago
  24. 00e8565 fix: round off increments in numeric item variant by Ankush Menat · 2 years, 8 months ago
  25. a4c6cb9 fix: Remove print statements by Deepesh Garg · 2 years, 8 months ago
  26. b7c3889 Merge branch 'develop' of https://github.com/frappe/erpnext into loan_bank_reco by Deepesh Garg · 2 years, 8 months ago
  27. 6bf7bd6 Merge branch 'develop' into gross_profit_non_stock_item by Deepesh Garg · 2 years, 8 months ago
  28. 530f9f7 test: Item Merging with Product Bundles by marination · 2 years, 8 months ago
  29. 28cc2db fix: Block merging items if both have product bundles by marination · 2 years, 8 months ago
  30. 40a45a3 Merge pull request #29907 from deepeshgarg007/tds_payable_total_amount by Deepesh Garg · 2 years, 8 months ago
  31. afc8135 test: only test erpnext doctypes by Ankush Menat · 2 years, 8 months ago
  32. e3ea431 test: test all form loads by Ankush Menat · 2 years, 8 months ago
  33. 3a5dbfa fix: make cashflow mapping template child doctype by Ankush Menat · 2 years, 8 months ago
  34. cecaec2 Merge branch 'develop' into asset-fix-#3 by Saqib Ansari · 2 years, 8 months ago
  35. 170a657 Merge pull request #29887 from deepeshgarg007/loan_interest_principal by Deepesh Garg · 2 years, 8 months ago
  36. e952cce chore: Show 'Produced Qty' field in Sales Order Item (#29903) by Marica · 2 years, 8 months ago
  37. a82cf72 fix: Total Credit amount in TDS Payable monthly report by Deepesh Garg · 2 years, 8 months ago
  38. e24242e Merge branch 'develop' into loan_interest_principal by Deepesh Garg · 2 years, 8 months ago
  39. 780694f test: number_of_depr_booked = total_number_of_depr by Saqib Ansari · 2 years, 8 months ago
  40. c580854 fix(asset): no. of depreciation booked cannot be equal to total no. of depreciations by Saqib Ansari · 2 years, 8 months ago
  41. e13d774 Merge branch 'develop' into gross_profit_non_stock_item by Deepesh Garg · 2 years, 8 months ago
  42. 0b5e618 fix: Update bank reconciliation statement by Deepesh Garg · 2 years, 8 months ago
  43. 295cbb0 fix: Update queries in Bank Reconciliation Tool by Deepesh Garg · 2 years, 8 months ago
  44. a0bdcbd fix: Add patch for account fields by Deepesh Garg · 2 years, 8 months ago
  45. fa38c29 fix(pos): removal of coupon code by Saqib Ansari · 2 years, 8 months ago
  46. 6956578 Merge pull request #29771 from deepeshgarg007/consolidated_financial_statment_error by rohitwaghchaure · 2 years, 8 months ago
  47. 83a60a2 Merge pull request #29869 from deepeshgarg007/gstr_1_gstin_filter by Deepesh Garg · 2 years, 8 months ago
  48. a28ec89 Update gstr_1.js by Deepesh Garg · 2 years, 8 months ago
  49. 1aa12fb fix: Ledger entries on LIA for term loans by Deepesh Garg · 2 years, 8 months ago
  50. b9072eb Merge pull request #29773 from wojosc/patch-26 by rohitwaghchaure · 2 years, 8 months ago
  51. 5a2b571 fix: Validate party account with company by Deepesh Garg · 2 years, 8 months ago
  52. d1a283f Merge branch 'develop' into repack-entry-stock-ageing by Marica · 2 years, 8 months ago
  53. d5be536 test: Negative Stock, over consumption & over production with split rows, balance precision by marination · 2 years, 8 months ago
  54. ed4a6c6 fix: Range Qty precision by marination · 2 years, 8 months ago
  55. d3fbbcf fix: Precision of available qty and negative stock in transfer bucket by marination · 2 years, 8 months ago
  56. 8b3d908 Merge branch 'develop' into consolidated_financial_statment_error by Deepesh Garg · 2 years, 8 months ago
  57. e1f8f03 Merge branch 'develop' of https://github.com/frappe/erpnext into patch_fixes by Deepesh Garg · 2 years, 8 months ago
  58. 3a966d4 fix: Move patch to post sync by Deepesh Garg · 2 years, 8 months ago
  59. 1617e0d fix: Remove reload doc by Deepesh Garg · 2 years, 8 months ago
  60. 87b074a fix: GSTIN filter for GSTR-1 report by Deepesh Garg · 2 years, 8 months ago
  61. c36bd7e fix: avoid creating bins without item-wh by Ankush Menat · 2 years, 8 months ago
  62. 555b133 feat: Bank Reconciliation for loan documents by Deepesh Garg · 2 years, 8 months ago
  63. bef46e2 chore: remove unused code and fields related to workstation from Timesheet Detail by Rucha Mahabal · 2 years, 8 months ago
  64. 47ff968 test: timesheet not overlapping with continuous timelogs by Rucha Mahabal · 2 years, 8 months ago
  65. 3ec9acf fix: convert overlap raw query to frappe.qb by Rucha Mahabal · 2 years, 8 months ago
  66. e2e998f fix(Timesheet): convert time logs to datetime while checking for overlap by Rucha Mahabal · 2 years, 8 months ago
  67. 358734d fix: Skip deletion if linked docs exists by ChillarAnand · 2 years, 8 months ago
  68. 9a7f9c3 Merge pull request #29859 from nextchamp-saqib/fix-pos-coupon-code by Saqib Ansari · 2 years, 8 months ago
  69. 2743999 fix: coupon code is applied even if ignore_pricing_rule is enabled by Saqib Ansari · 2 years, 8 months ago
  70. b3d4465 Merge branch 'develop' into remove-nonprofit by ChillarAnand · 2 years, 8 months ago
  71. fb59247 fix: Delete party type records in patch by ChillarAnand · 2 years, 8 months ago
  72. db93f26 fix: production plan status should consider qty + WO status by Ankush Menat · 2 years, 8 months ago
  73. 0da3995 Merge pull request #29836 from rohitwaghchaure/minor-item-name-in-excel-sheet by rohitwaghchaure · 2 years, 8 months ago
  74. 680f8c4 Merge pull request #29848 from nextchamp-saqib/fix-brt-currency by Saqib Ansari · 2 years, 8 months ago
  75. 60674e5 fix: currency in bank reconciliation tool by Saqib Ansari · 2 years, 8 months ago
  76. db1957f Merge branch 'develop' into remove-nonprofit by ChillarAnand · 2 years, 8 months ago
  77. b5ff9b2 refactor: Clean up non-profit setup by ChillarAnand · 2 years, 8 months ago
  78. d9fc3f3 test: putaway rule re-application shouldn't do anything by Ankush Menat · 2 years, 8 months ago
  79. b000e93 fix: avoid updating items table if no change due to putaway by Ankush Menat · 2 years, 8 months ago
  80. 72fe559 refactor: Remove non profit templates by ChillarAnand · 2 years, 8 months ago
  81. 02e7702 fix: added item name in the excel sheet by Rohit Waghchaure · 2 years, 8 months ago
  82. 06d36c6 chore: Move patch that updates SO from WO to v13 by marination · 2 years, 8 months ago
  83. 235b071 fix: allow renaming and merging (#29830) by Wolfram Schmidt · 2 years, 8 months ago
  84. d251bec Merge pull request #29137 from ruthra-kumar/payment_terms_report by Deepesh Garg · 2 years, 8 months ago
  85. c3c9a8d Merge branch 'develop' into so-mr-wo-back-update by Marica · 2 years, 8 months ago
  86. 201a38b Merge branch 'develop' into item-variants-perf by Marica · 2 years, 8 months ago
  87. a26183e fix: add supported currencies (#29805) by Kenneth Sequeira · 2 years, 8 months ago
  88. 0ba72b1 Merge branch 'develop' into repack-entry-stock-ageing by Marica · 2 years, 8 months ago
  89. 3fcf0ec Merge branch 'develop' into so-mr-wo-back-update by Marica · 2 years, 8 months ago
  90. 29c576e chore: Remove commented out code by marination · 2 years, 8 months ago
  91. 08a391f test: set correct DocType (#29819) by Sagar Vora · 2 years, 8 months ago
  92. 2f5bfcc Merge branch 'develop' into payment_terms_report by Deepesh Garg · 2 years, 8 months ago
  93. f6233e7 chore: Add transfer bucket working to .md file by marination · 2 years, 8 months ago
  94. ea3b7de test: Stock Ageing FIFO buckets for Repack entry with same item by marination · 2 years, 8 months ago
  95. 799671c fix: Transfer Bucket logic for Repack Entry with split batch rows by marination · 2 years, 8 months ago
  96. e6fa330 Merge branch 'develop' into so-mr-wo-back-update by Marica · 2 years, 8 months ago
  97. 48f37c7 test: added test for alternate currency by ruthra kumar · 2 years, 8 months ago
  98. 49fdc6c test: refactor and fix failing test case by ruthra kumar · 2 years, 8 months ago
  99. f89a64d fix: dont attempt to set batch number if item doesn't have batch no (#29812) by Ankush Menat · 2 years, 8 months ago
  100. 4a33cda Merge pull request #29791 from deepeshgarg007/tds_payable_cancelled_entries by Deepesh Garg · 2 years, 8 months ago