1. f6fbcc9 chore: Removed payroll dependencies from Loan Management, moved to hrms app by Rucha Mahabal · 2 years, 4 months ago
  2. ec98612 Merge remote-tracking branch 'upstream/develop' into remove-india by Sagar Vora · 2 years, 4 months ago
  3. 74a782d refactor: DB independent quoting and truthy/falsy values (#31358) by Conor · 2 years, 4 months ago
  4. fbc1330 chore: Remove HR/Payroll related setups and fixtures by Rucha Mahabal · 2 years, 4 months ago
  5. 39c30f5 chore: remove test for employee by Rucha Mahabal · 2 years, 4 months ago
  6. 3fe2ef6 chore: update import paths for HR by Rucha Mahabal · 2 years, 4 months ago
  7. b8f728a refactor: use CURRENT_DATE instead of CURDATE() (#31356) by Conor · 2 years, 4 months ago
  8. 00ef499 refactor: use db independent offset syntax (#31345) by Conor · 2 years, 4 months ago
  9. 85b18e2 fix: remove employee reminders, move to HRMS app by Rucha Mahabal · 2 years, 4 months ago
  10. 512c82f chore: Update imports/paths for doctypes moved to erpnext setup module by Rucha Mahabal · 2 years, 4 months ago
  11. a117af2 fix: remove HR specific fields from depatment and employee by Rucha Mahabal · 2 years, 4 months ago
  12. f520f04 chore: move widely used doctypes from HR to Setup module by Rucha Mahabal · 2 years, 4 months ago
  13. 7c8bcec Merge pull request #31016 from HarryPaulo/fix-average-discount-auth by Deepesh Garg · 2 years, 4 months ago
  14. 5c69378 fix(ux): Add tabs in Item by Rushabh Mehta · 2 years, 4 months ago
  15. a1b7a79 refactor!: drop naming series tool (#31183) by Ankush Menat · 2 years, 5 months ago
  16. d0a9eb4 Merge branch 'develop' into fix-average-discount-auth by Deepesh Garg · 2 years, 5 months ago
  17. 964b418 test: add basic tests for naming series tool by Ankush Menat · 2 years, 5 months ago
  18. 4d0e2aa docs: update help information on naming series by Ankush Menat · 2 years, 5 months ago
  19. 24d1bf5 feat: preview next numbers on naming series tool by Ankush Menat · 2 years, 5 months ago
  20. 82cd54b chore: resave naming series doctype schema by Ankush Menat · 2 years, 5 months ago
  21. 3c35c9b fix: correction of the calculation to the average value when there is a discount on the document and not on the items by hrzzz · 2 years, 5 months ago
  22. f31122c fix: disable form save on naming series tool (#30909) by Ankush Menat · 2 years, 6 months ago
  23. 2e3e666 Merge branch 'develop' of https://github.com/frappe/erpnext into erpnext_setup_cleanup by Deepesh Garg · 2 years, 6 months ago
  24. 548afba fix(minor): update frappe.error_log to new API (#30864) by Rushabh Mehta · 2 years, 6 months ago
  25. 44c54f6 chore: Remove references for Student doctype by Deepesh Garg · 2 years, 6 months ago
  26. 848827c chore: Remove references for Assessment Group by Deepesh Garg · 2 years, 6 months ago
  27. 60b693f chore: clean up hooks by Deepesh Garg · 2 years, 6 months ago
  28. 429361c chore: Remove domains from Setup by Deepesh Garg · 2 years, 6 months ago
  29. 1e80b97 refactor: Change Filter Fields table fieldtype to `Autocomplete` by marination · 2 years, 6 months ago
  30. d35b378 fix: Validate field filter wrt to Website Item & re-use validation in Item Group by marination · 2 years, 6 months ago
  31. c993ac0 fix: Query filter fields from Website Item instead of Item master by marination · 2 years, 6 months ago
  32. 065c381 Merge branch 'develop' of https://github.com/frappe/erpnext into item_wise_provisional_accounting by Deepesh Garg · 2 years, 6 months ago
  33. 3ce6417 feat: Item-wise provisional accounting for service items by Deepesh Garg · 2 years, 6 months ago
  34. c3e1f0e refactor: ignore mandatory fields during setup by Ankush Menat · 2 years, 7 months ago
  35. dec0c1b test: Ignore parent company account creation by Deepesh Garg · 2 years, 7 months ago
  36. f8c9fba fix: Handle changes in frappe's get_monthly_goal_graph_data API by Gavin D'souza · 2 years, 7 months ago
  37. 494bd9e style: format code with black by Ankush Menat · 2 years, 7 months ago
  38. e401ad3 refactor: replace dead duplicate code by Ankush Menat · 2 years, 7 months ago
  39. 9daea6f perf: slimmer and faster before_tests by Ankush Menat · 2 years, 7 months ago
  40. 993cc28 Merge branch 'develop' into sales_person_dashboard by Deepesh Garg · 2 years, 7 months ago
  41. 51873da test: dynamic current FY creation in before_tests by Ankush Menat · 2 years, 7 months ago
  42. 6b638a1 chore: drop dead sample code by Ankush Menat · 2 years, 9 months ago
  43. 9a99f99 refactor: merge print settings custom fields by Ankush Menat · 2 years, 9 months ago
  44. 457d616 refactor: remove dead duplicate code by Ankush Menat · 2 years, 9 months ago
  45. 3a7776e fix: Contribution amount against invoices in Sales Person Dashboard by Deepesh Garg · 2 years, 7 months ago
  46. 8264d6b fix: Sub-Categpry Routing in Item Group Page Listing pills by marination · 2 years, 7 months ago
  47. 7555e15 Merge branch 'develop' into item-group-filters-listing by Marica · 2 years, 7 months ago
  48. 3507cf5 test: Test include_descendants in Item Group Product Listing by marination · 2 years, 7 months ago
  49. aadca02 fix: add filters in default_discount_account (#30095) (#30125) by mergify[bot] · 2 years, 7 months ago
  50. b2755f6 feat: Include child item group products in Item Group Page & cleanup by marination · 2 years, 8 months ago
  51. 3d45f3a Merge remote-tracking branch 'upstream/develop' into remove-india by Sagar Vora · 2 years, 8 months ago
  52. 89368ec style: use f-string by Sagar Vora · 2 years, 8 months ago
  53. 98f26e9 fix: handle `ImportError` when installing country fixtures by Sagar Vora · 2 years, 8 months ago
  54. 5159e2e refactor: remove India specific code by Sagar Vora · 2 years, 8 months ago
  55. d647de3 Merge branch 'develop' into remove-nonprofit by Rucha Mahabal · 2 years, 8 months ago
  56. 9c7df2e fix: ignore duplicates explicitly by Ankush Menat · 2 years, 8 months ago
  57. 325dc92 Merge branch 'develop' into remove-nonprofit by ChillarAnand · 2 years, 9 months ago
  58. 4b62d2d fix: (Linter) Write queries using QB/ORM and other minor lines for semgrep to skip by marination · 2 years, 9 months ago
  59. 780e29b Merge branch 'develop' into e-commerce-refactor-develop by Marica · 2 years, 9 months ago
  60. 528c713 feat: Provisional accounting for expenses (#29451) by Deepesh Garg · 2 years, 9 months ago
  61. bba31a3 fix: missing validate_item_group_defaults function by Ankush Menat · 2 years, 9 months ago
  62. 6cd7c47 Merge branch 'develop' into e-commerce-refactor-develop by Ankush Menat · 2 years, 9 months ago
  63. b05287d fix: drop `six` code (#29479) by Ankush Menat · 2 years, 9 months ago
  64. 6c1c85b feat: additional doctypes access for ESS user (#29317) by Rucha Mahabal · 2 years, 9 months ago
  65. 7086d3f Merge branch 'develop' into remove-nonprofit by ChillarAnand · 2 years, 9 months ago
  66. f423de5 refactor: Code cleanup by ChillarAnand · 2 years, 9 months ago
  67. 3db8d90 Merge pull request #29278 from shariquerik/update-workspace-json by Ankush Menat · 2 years, 9 months ago
  68. 388293d Merge pull request #29280 from rohitwaghchaure/company-filter-issue-for-default-account by rohitwaghchaure · 2 years, 9 months ago
  69. bc187c1 fix: updated standard workspace json files by Shariq Ansari · 2 years, 9 months ago
  70. dabe598 fix: accounts are coming from different company in the dropdown by Rohit Waghchaure · 2 years, 9 months ago
  71. b5abf68 Merge branch 'develop' into e-commerce-refactor-develop by Marica · 2 years, 9 months ago
  72. 33aad4b fix: UOM autocomplete broken by Ankush Menat · 2 years, 9 months ago
  73. ca5ea5f fix: test cases by Deepesh Garg · 2 years, 9 months ago
  74. 3fdd47e Merge branch 'develop' of https://github.com/frappe/erpnext into currency-exchange-settings by Deepesh Garg · 2 years, 9 months ago
  75. e2dab6f fix: Cleanup and fixes by Deepesh Garg · 2 years, 9 months ago
  76. 0c0a9ed refactor: Remove non-profit domain from ERPNext by ChillarAnand · 2 years, 10 months ago
  77. 08dcbd6 feat: allow user to change the parent company by Anupam Kumar · 2 years, 10 months ago
  78. 0900c3d refactor: Removed agriculture module from ERPNext (#29022) by Chillar Anand · 2 years, 10 months ago
  79. 98ac47c fix: Add is reverse charge in country wise tax by Deepesh Garg · 2 years, 10 months ago
  80. d7148ad test: remove unnecessary creation of companies #28965 by Ankush Menat · 2 years, 10 months ago
  81. f5d5281 chore: drop deprecated qunit tests by Ankush Menat · 2 years, 10 months ago
  82. c68b2c3 Merge branch 'develop' into currency-exchange-settings by Dany Robert · 2 years, 10 months ago
  83. aba36eb Merge branch 'home-onboarding' of https://github.com/pateljannat/erpnext into home-onboarding by Jannat Patel · 2 years, 10 months ago
  84. 63618cc fix: titles and order by Jannat Patel · 2 years, 10 months ago
  85. 74d086f Merge branch 'develop' into home-onboarding by Jannat Patel · 2 years, 10 months ago
  86. 0592096 Merge branch 'develop' into currency-exchange-settings by Dany Robert · 2 years, 11 months ago
  87. 4686527 Merge branch 'develop' into exit-interview by Rucha Mahabal · 2 years, 11 months ago
  88. 3928a40 feat: CRM Settings (#27788) by Anupam Kumar · 2 years, 11 months ago
  89. a837523 test: set customer group and territory defaults by Ankush Menat · 2 years, 11 months ago
  90. 105b6d4 fix: remove bad defaults from selling settings by Ankush Menat · 2 years, 11 months ago
  91. 235b707 feat: add default Exit Questionnaire email template by Rucha Mahabal · 2 years, 11 months ago
  92. a108df8 fix: assigned proper form tour to onboarding steps by Jannat Patel · 2 years, 11 months ago
  93. 01d8b85 fix: cannot load company form (#28535) by Saqib · 2 years, 11 months ago
  94. 5b2ba24 fix: company tour by Jannat Patel · 2 years, 11 months ago
  95. 0931d17 Merge branch 'develop' into currency-exchange-settings by Deepesh Garg · 2 years, 11 months ago
  96. 4022052 chore: remove support email from error message. by Ankush Menat · 3 years ago
  97. 45f64bd Chore: Miscellaneous UI review changes by marination · 3 years, 2 months ago
  98. 80fbe16 test: Product Query & Filter Engine, Item Group Page by marination · 3 years, 2 months ago
  99. 335a237 chore: Re-organise files,remove T&C modal in cart by marination · 3 years, 2 months ago
  100. 4d254a7 test: Website Item (Item full page) by marination · 3 years, 2 months ago