1. bb6438a Merge pull request #16537 from nabinhait/stock-balance-fix by Nabin Hait · 6 years ago
  2. c8018bd fix: refactored comments API. Depends on https://github.com/frappe/frappe/pull/6891 by Rushabh Mehta · 6 years ago
  3. 4539647 fix: Set company_currency for Warehouse Tree by Faris Ansari · 6 years ago
  4. 17e0513 fix: message if stock reco is enqueued by Nabin Hait · 6 years ago
  5. 8d4bb3e fix: backflush only if transferred item is present in work order by Nabin Hait · 6 years ago
  6. 450fe30 fix: allow updating title of material request by Nabin Hait · 6 years ago
  7. e3b0f4f fix: removed account type filter on employee advance account by Nabin Hait · 6 years ago
  8. 27af6b3 fix: defered accounting fixes by Nabin Hait · 6 years ago
  9. 1906f6d Fix - POS >> Item listing after submit pos >> list all the items which are not restricted to that pos profile #16588 by Jay Parikh · 6 years ago
  10. e53a6a6 Merge branch 'develop' into fix-py3 by Aditya Hase · 6 years ago
  11. 208ce5d fix: removed module type for learn by Nabin Hait · 6 years ago
  12. 13808b4 fix(py3): Convert to float before comparison by Aditya Hase · 6 years ago
  13. 2a3c39f fix(py3): Convert dict.values() to list for indexing by Aditya Hase · 6 years ago
  14. 46d7456 fix(py3): Convert list to filter for indexing by Aditya Hase · 6 years ago
  15. e31cdb5 fix(modules): add ERPNext settings module by Prateeksha Singh · 6 years ago
  16. a86a569 fix(py3): Convert dict.values() to list for indexing by Aditya Hase · 6 years ago
  17. 3e95473 fix(py3): Convert filter to list for indexing by Aditya Hase · 6 years ago
  18. 6e1bb60 fix(py3): Convert filter to list for indexing by Aditya Hase · 6 years ago
  19. e1f867f fix(py3): Explicitly convert to float for comparison by Aditya Hase · 6 years ago
  20. d9ce732 fix(py3): Explicitly convert to float for comparison by Aditya Hase · 6 years ago
  21. a9f20d8 Merge pull request #16599 from adityahase/python3-fix by Aditya Hase · 6 years ago
  22. 691c166 fix(py3): Use six.text_type instead of unicode by Aditya Hase · 6 years ago
  23. 0b1dc32 Merge pull request #16597 from adityahase/python3-fix by Aditya Hase · 6 years ago
  24. b9dc031 fix(py3): Use range instead of xrange by Aditya Hase · 6 years ago
  25. 3423407 feat(module_links): rearrange links by Prateeksha Singh · 6 years ago
  26. 9b14d46 purge(modules): remove old desktop icon configs by Prateeksha Singh · 6 years ago
  27. 063af4e config(modules): Rearrange links by Prateeksha Singh · 6 years ago
  28. b5eb16f feat(config): add some onboarding cues by Prateeksha Singh · 6 years ago
  29. ce27cff refactor(desk_icon): Remove reference and patches to Desktop Icon by Prateeksha Singh · 6 years ago
  30. 2c14704 feat(modules): Add Retail module, update others by Prateeksha Singh · 6 years ago
  31. 7cd6ebe feat(explore_page): rearrange links by Prateeksha Singh · 6 years ago
  32. ff878c0 fix formatting and names by Raffael Meyer · 6 years ago
  33. 504f317 fix: BOM Stock Calculated Report (#16585) by Faris Ansari · 6 years ago
  34. 8ae5dbc fix: Set barcode in Item row after scanning barcode (#16591) by Faris Ansari · 6 years ago
  35. 088886e Remove illegal character after break (#16589) by Himanshu · 6 years ago
  36. da1dc7f Merge branch 'master' into develop by Sagar Vora · 6 years ago
  37. 8aa34a0 bumped to version 11.1.4 by Sagar Vora · 6 years ago
  38. 4cb0a25 fix(marketplace): bug in filtering menu_items by karthikeyan5 · 6 years ago
  39. efff826 Merge pull request #16556 from nabinhait/payroll-cost-center by Nabin Hait · 6 years ago
  40. 8a46df5 Removed duplicate fields by Nabin Hait · 6 years ago
  41. 38b05a1 fix: Set default cost center in payroll entry by Nabin Hait · 6 years ago
  42. 294319e fix: Don't force fetch cost center from company in payroll entry by Nabin Hait · 6 years ago
  43. ad69e29 Merge pull request #16548 from nabinhait/stock-balance-item by Nabin Hait · 6 years ago
  44. 1c288ca Merge pull request #16558 from deepeshgarg007/production_plan by Nabin Hait · 6 years ago
  45. fe6f1ad Update production_plan.py by Nabin Hait · 6 years ago
  46. d4e0296 Merge pull request #16569 from nabinhait/salary-allow-on-submit by Nabin Hait · 6 years ago
  47. b6d2c7e Merge pull request #16570 from saurabh6790/jinja_injection_fix by Nabin Hait · 6 years ago
  48. 7b93e73 Merge pull request #16576 from nabinhait/pay_reco_fix by Nabin Hait · 6 years ago
  49. 025e780 Merge pull request #16575 from rohitwaghchaure/fixed_job_card_not_working by Nabin Hait · 6 years ago
  50. ac18498 fix: Optimising payment reconciliation queries by Nabin Hait · 6 years ago
  51. 780c6b0 fix: job card not working if transfer against work order by Rohit Waghchaure · 6 years ago
  52. 125505f fix(purchase_invoice): fix undefined variable by Chinmay Pai · 6 years ago
  53. bbebceb fix: access request parameter directly by Saurabh · 6 years ago
  54. ff05ee5 fix: Allow-on-submit enabled for formula and condition in salary structure by Nabin Hait · 6 years ago
  55. d442d06 Update production_plan.py by Deepesh Garg · 6 years ago
  56. f667cff fix: Validation while getting raw materils for production in Production Plan by dgarg007 · 6 years ago
  57. 5904917 Merge branch 'develop' of https://github.com/frappe/erpnext.git into Brand-Item-Defaults-V12 by Saif Ur Rehman · 6 years ago
  58. 00aaa48 test(Item): test_item_defaults by Saif Ur Rehman · 6 years ago
  59. 1a441b2 Merge branch 'develop' of https://github.com/frappe/erpnext.git into Item-Tax-Template-V12 by Saif Ur Rehman · 6 years ago
  60. c8b6100 Merge branch 'master' of https://github.com/frappe/erpnext.git into Brand-Item-Defaults by Saif Ur Rehman · 6 years ago
  61. aba611e Merge branch 'hotfix' into project_status_email_fix by Saurabh · 6 years ago
  62. e1c75a9 fix: fixed salary structure assignment patch (#16546) by Nabin Hait · 6 years ago
  63. f3f4ce9 fix: Fetch data based on item group filter in item dashboard stock balance report by Nabin Hait · 6 years ago
  64. a4645b6 fix: check open status projects for project status update by Rohit Waghchaure · 6 years ago
  65. fef07ee Merge remote-tracking branch 'upstream/develop' into develop by Raffael Meyer · 6 years ago
  66. ec5faae Merge branch 'hotfix' into stock-balance-fix by Sagar Vora · 6 years ago
  67. 9ea19b8 fix: Fixed error on stock balance report by Nabin Hait · 6 years ago
  68. 56cbfe4 Merge branch 'master' into develop by Sagar Vora · 6 years ago
  69. fea55fc bumped to version 11.1.3 by Sagar Vora · 6 years ago
  70. a85f008 Merge pull request #16528 from adityahase/payment-request-usability by Nabin Hait · 6 years ago
  71. 7ea2497 Fix salary patch (#16531) by Sagar Vora · 6 years ago
  72. 76728b8 fix: value missing for selling settings - sales_update_frequency (#16530) by Sagar Vora · 6 years ago
  73. 7a1c40c Merge branch 'master' into develop by Sagar Vora · 6 years ago
  74. 664e21a bumped to version 11.1.2 by Sagar Vora · 6 years ago
  75. 245b73b fix(search): Fix possible reflected XSS attack vector (#16522) by Aditya Hase · 6 years ago
  76. 66833f1 fix(accounts): fetch subscription details only if required fields are populated by Aditya Hase · 6 years ago
  77. 78fc158 Merge pull request #16527 from nabinhait/bom-fix by Nabin Hait · 6 years ago
  78. 4299967 fix: patch fixes (#16524) by Saurabh · 6 years ago
  79. 16d7b49 fix: Default value for 'raw materials rate based on' in BOM by Nabin Hait · 6 years ago
  80. a342138 Merge branch 'master' into develop by Saurabh · 6 years ago
  81. bb20319 bumped to version 11.1.1 by Saurabh · 6 years ago
  82. 5c12490 fix: patch to add guardian role if not exists by Saurabh · 6 years ago
  83. 25e63e8 fix: modified date (#16520) by rohitwaghchaure · 6 years ago
  84. 1c44a6a fix: set version to 11.1.0, remove staging_version by Sagar Vora · 6 years ago
  85. f97c5da Merge branch 'staging' into develop by Sagar Vora · 6 years ago
  86. 1a4cd3b bumped to version 11.1.0 by Sagar Vora · 6 years ago
  87. 606bd37 fix: change changelog version to 11.1.0 by Sagar Vora · 6 years ago
  88. b5dda63 fix: change changelog version to 11.1.0 by Sagar Vora · 6 years ago
  89. 51a27b3 fix: unsaved merge conflict by Sagar Vora · 6 years ago
  90. f3cfad7 Merge branch 'master' into staging-fixes by Sagar Vora · 6 years ago
  91. b32d945 bumped to version 10.1.81 by Sagar Vora · 6 years ago
  92. f8e9734 Merge pull request #16514 from sagarvora/changelog by Nabin Hait · 6 years ago
  93. a95ed44 fix: test case for fiscal year (#16516) by rohitwaghchaure · 6 years ago
  94. 9f33c20 Update v11_0_4.md by Nabin Hait · 6 years ago
  95. 7ef69b6 Update v11_0_4.md by Sagar Vora · 6 years ago
  96. cc41b87 Merge pull request #16497 from nabinhait/bom_price by Nabin Hait · 6 years ago
  97. 115a252 docs: changelog for v11.0.4 by Sagar Vora · 6 years ago
  98. 4e45663 fix(stock): get item price based on party by Nabin Hait · 6 years ago
  99. 8f6509f Merge branch 'staging-fixes' into fiscal_year_should_always_be_for_12_months by Sagar Vora · 6 years ago
  100. 9520e34 fix: better error messages by Sagar Vora · 6 years ago