1. a87e3fc fix: TDS report cleanup by Deepesh Garg · 3 years, 7 months ago
  2. 79b422c fix: Advance TDS in TDS payable monthly report by Deepesh Garg · 3 years, 8 months ago
  3. d18dde7 fix: Add tds in PO and code cleanup by Deepesh Garg · 3 years, 11 months ago
  4. c26de28 fix: TDS against Purhase Orders by Deepesh Garg · 4 years ago
  5. 61c5e47 feat: Tax deduction against advance payments by Deepesh Garg · 4 years ago
  6. c9aa726 feat: Tax deduction against advance payments by Deepesh Garg · 4 years, 1 month ago
  7. 3efd411 fix: Hold status is added in the report by Anuja P · 3 years, 5 months ago
  8. 073dcf7 ci(semgrep): fix false positives (#25823) by Ankush Menat · 3 years, 5 months ago
  9. 09d9bd1 Merge pull request #25816 from deepeshgarg007/jv_diff_ignore_v13 by Deepesh Garg · 3 years, 5 months ago
  10. bc7c5bf Merge pull request #25817 from rohitwaghchaure/fix-removed-serial-no-validate-for-sales-invoice by rohitwaghchaure · 3 years, 5 months ago
  11. b4f0347 fix: removed serial no validation for sales invoice by Rohit Waghchaure · 3 years, 5 months ago
  12. 7c0383a Merge pull request #25815 from deepeshgarg007/cash_flow_mapper_v13 by Deepesh Garg · 3 years, 5 months ago
  13. 5670cf4 feat: enhancements in Training Event (#25782) by Anurag Mishra · 3 years, 5 months ago
  14. 2511224 fix: Ignore rounding diff while importig JV using data import by Deepesh Garg · 3 years, 5 months ago
  15. c348215 fix: Cashlfow mapper not showing data by Deepesh Garg · 3 years, 5 months ago
  16. 63e4ab4 Merge pull request #25777 from Anuja-pawar/fix-process-SOA-format by Deepesh Garg · 3 years, 5 months ago
  17. dd5b31f fix: set disable rounded total if it is globally enabled (#25789) by Saqib · 3 years, 5 months ago
  18. b6d061f fix(pos): handle db lock timeout error while pos closing (#25813) by Saqib · 3 years, 5 months ago
  19. 15f8a0f test: fix flaky test by Ankush Menat · 3 years, 5 months ago
  20. 3aed662 chore: translation / semgrep / sider fixes by Ankush Menat · 3 years, 5 months ago
  21. c15fef5 test: item naming series behaviour by Ankush Menat · 3 years, 5 months ago
  22. 76dd6e9 test: contextmanager to change settings by Ankush Menat · 3 years, 5 months ago
  23. 42e057d test: add test for get_timeline_data in item by Ankush Menat · 3 years, 5 months ago
  24. e971b45 test: add test for is_stock_item by Ankush Menat · 3 years, 5 months ago
  25. 57266a7 refactor: check_stock_uom_with_bin by Ankush Menat · 3 years, 5 months ago
  26. fc54cf6 test: add tests for checking stock_uom with bin by Ankush Menat · 3 years, 5 months ago
  27. 4e360f8 test: hoist defaults to function signature by Ankush Menat · 3 years, 5 months ago
  28. a11a8e8 chore: add blame ignore file by Ankush Menat · 3 years, 5 months ago
  29. eb17732 test: add test for item attribute completion by Ankush Menat · 3 years, 5 months ago
  30. f5a937b test: check index creation on item table by Ankush Menat · 3 years, 5 months ago
  31. b9fa12d test: add tests for uom conversion function by Ankush Menat · 3 years, 5 months ago
  32. 019be66 fix: consider all UOMs for intermediate conversion by Ankush Menat · 3 years, 5 months ago
  33. 0d7f54c refactor: simplify UOM conversion logic by Ankush Menat · 3 years, 5 months ago
  34. 297dc5e perf: add basic optimisation for uom conversion by Ankush Menat · 3 years, 5 months ago
  35. 958d485 refactor: msgprint(raise_exception)->frappe.throw by Ankush Menat · 3 years, 5 months ago
  36. ccbde0e refactor: use enumerate instead of trackign index by Ankush Menat · 3 years, 5 months ago
  37. 44c4892 chore: remove py2 compat code by Ankush Menat · 3 years, 5 months ago
  38. dc7afa7 fix: profitability test (#25812) by Jannat Patel · 3 years, 5 months ago
  39. bf1b3b8 refactor: updated conditional visibility of check box by noahjacob · 3 years, 5 months ago
  40. 6809ff4 Merge pull request #25776 from rohitwaghchaure/fixed-warehouse-not-found-issue by rohitwaghchaure · 3 years, 5 months ago
  41. c12264f chore: Cleanup Customer and Supplier Details section in Stock Entry by marination · 3 years, 5 months ago
  42. ce88c94 Update stock_entry.js by rohitwaghchaure · 3 years, 5 months ago
  43. 5457db0 chore: remove uses of six.PY2 in codebase (#25062) by krishnagirishp · 3 years, 5 months ago
  44. 7b4a38c chore: remove print from account controller (#25807) by Ankush Menat · 3 years, 5 months ago
  45. a2d6cf3 chore: remove pytlint config (#25796) by Ankush Menat · 3 years, 5 months ago
  46. c229ac9 refactor: add guard clause for readability by Ankush Menat · 3 years, 5 months ago
  47. 4b484d7 refactor: use is_new() instead of __islocal by Ankush Menat · 3 years, 5 months ago
  48. 931c886 fix: not checking all fields by Ankush Menat · 3 years, 5 months ago
  49. 83e6e2e refactor: add guard clause for readability by Ankush Menat · 3 years, 5 months ago
  50. 0b4858d refactor: eliminate unnecessary loop, container casts by Ankush Menat · 3 years, 5 months ago
  51. ad58a81 refactor: code cleanup by Ankush Menat · 3 years, 5 months ago
  52. 4a2dbd4 refactor: cleanup get_timeline_data, remove py2 by Ankush Menat · 3 years, 5 months ago
  53. 330353a refactor: use frappe.throw instread of recreating by Ankush Menat · 3 years, 5 months ago
  54. e1ab290 chore: remove woocommerce package (#25736) by Ankush Menat · 3 years, 5 months ago
  55. eaf0465 Merge pull request #25797 from marination/item-variants-report by Marica · 3 years, 5 months ago
  56. b0019bc fix: Item Variant Details Report by marination · 3 years, 5 months ago
  57. ab34f5b Merge pull request #25742 from ankush/disable_submit_btn by rohitwaghchaure · 3 years, 5 months ago
  58. 579a1b7 Merge pull request #25779 from ankush/parallel_stock_transactions by rohitwaghchaure · 3 years, 5 months ago
  59. 0b5e340 fix(pos): return case for item with available qty equal to one (#25760) by Saqib · 3 years, 5 months ago
  60. e930456 fix(e-invoicing): 'NoneType' object is not iterable (#25781) by Saqib · 3 years, 5 months ago
  61. 1097dc8 fix: show allow zero valuation only when auto checked (#25778) by Alan · 3 years, 5 months ago
  62. 4dcac4a refactor(minor): Use identity instead of equality by Ankush Menat · 3 years, 5 months ago
  63. 9979cf5 fix: wrong quantity after transaction for parallel stock transactions by Ankush Menat · 3 years, 5 months ago
  64. 651e934 Merge pull request #25683 from noahjacob/supplier_item_group_link by rohitwaghchaure · 3 years, 5 months ago
  65. 795909f fix: warehouse not found in stock entry by Rohit Waghchaure · 3 years, 5 months ago
  66. 605ea04 fix: update process SOA format by Anuja P · 3 years, 5 months ago
  67. 84730aa Merge pull request #25754 from rohitwaghchaure/fixed-do-not-repost-if-scheduler-is-in-running-13 by rohitwaghchaure · 3 years, 5 months ago
  68. 722cfdb Merge pull request #25701 from anupamvs/timesheet-refactor by Rucha Mahabal · 3 years, 5 months ago
  69. a7d0dbb fix: calculate total billing amount on fetching timesheets by Rucha Mahabal · 3 years, 5 months ago
  70. 8a407f1 fix: sider issues by Rucha Mahabal · 3 years, 5 months ago
  71. be247ec fix: error message placeholders and sider issues by Rucha Mahabal · 3 years, 5 months ago
  72. 0d8b9a9 fix(patch): billable field not renamed by Rucha Mahabal · 3 years, 5 months ago
  73. f0e6a16 test: updated test for generated schedule dates by noahjacob · 3 years, 5 months ago
  74. 181c5d2 Merge pull request #25767 from deepeshgarg007/gst-ptach-fix-1 by Deepesh Garg · 3 years, 5 months ago
  75. 21e662f fix: apply permission while selecting projects (#25765) by Mohammad Hasnain Mohsin Rajan · 3 years, 5 months ago
  76. 4427390 fix: Do not throw error in migrate by Deepesh Garg · 3 years, 5 months ago
  77. 0169cd8 fix: sider by noahjacob · 3 years, 5 months ago
  78. 1270feb fix: sider issues by Anupam · 3 years, 5 months ago
  79. aa516e5 fix: review changes by Anupam · 3 years, 5 months ago
  80. aeb8838 patch: timesheet changes by Anupam · 3 years, 5 months ago
  81. 0859823 refactor: suggested changes by noahjacob · 3 years, 5 months ago
  82. 8bc90ff Merge pull request #25755 from nextchamp-saqib/improve-missing-cost-center-msg by Deepesh Garg · 3 years, 5 months ago
  83. b63cc30 Merge pull request #25759 from nextchamp-saqib/einvoicing-fix-7 by Deepesh Garg · 3 years, 5 months ago
  84. b9ad385 fix: remove uncessary query by Saqib Ansari · 3 years, 5 months ago
  85. 7fb385a fix: cannot bypass e-invoicing for non gst item invoices by Saqib Ansari · 3 years, 5 months ago
  86. 4bd6413 fix: address template with upper filter throws jinja error (#25756) by Saqib · 3 years, 5 months ago
  87. 516c789 refactor: variable names and suggested changes by noahjacob · 3 years, 5 months ago
  88. 4e73c8a restructuring timesheet fields by Anupam · 3 years, 5 months ago
  89. bf7f053 fix: added error handling if entry already exists by noahjacob · 3 years, 5 months ago
  90. 8e34c49 refactor: using get_all instead of get_list by noahjacob · 3 years, 5 months ago
  91. 3768216 refactor: updated permissions and mandatory fields by noahjacob · 3 years, 5 months ago
  92. f79ef5d fix: missing cost center message on creating gl entries by Saqib Ansari · 3 years, 5 months ago
  93. 5456873 fix: run scheduler for reposting if there is no scheduler is running for the reposting by Rohit Waghchaure · 3 years, 5 months ago
  94. 9bd7794 added multi-currency fields by Anupam · 3 years, 5 months ago
  95. 90f7ec8 fix: Accumulated depreciation (#25748) by anushka19 · 3 years, 5 months ago
  96. 8d7d4b0 fix: expected amount in pos closing payments table (#25737) by Saqib · 3 years, 5 months ago
  97. 0b29bc0 Merge pull request #25744 from mujeerhashmi/fix-project-kanban-filter-hotfix by Marica · 3 years, 5 months ago
  98. 426b040 fix: Project filter for Kanban Board by Syed Mujeer Hashmi · 3 years, 5 months ago
  99. 814fd19 Merge pull request #25732 from noahjacob/ux_landed_cost_voucher by Marica · 3 years, 5 months ago
  100. ecbb8cb revert: "fix: duplicate stock entry (#25486)" by Ankush Menat · 3 years, 5 months ago