1. 7c37e83 fix(Asset): Remove to_date field by GangaManoj · 3 years, 9 months ago
  2. cba0966 fix(Asset Repair): Change controller hooks by GangaManoj · 3 years, 9 months ago
  3. 81bcae7 fix(Asset): Remove redundant code by GangaManoj · 3 years, 9 months ago
  4. f3ae1dd fix(Asset): Fix test by GangaManoj · 3 years, 9 months ago
  5. 18bbfdf fix(Asset Repair): Remove test that's no longer necessary by GangaManoj · 3 years, 9 months ago
  6. 39dba43 fix(Asset): Fix value_after_depreciation calculation by GangaManoj · 3 years, 9 months ago
  7. 3ba9fb3 fix(Asset Repair): Replace asset_value with value_after_depreciation in tests by GangaManoj · 3 years, 9 months ago
  8. 72ea64f fix: Sider issues by GangaManoj · 3 years, 9 months ago
  9. 307fe43 fix: Remove changes made to Asset Maintenance by GangaManoj · 3 years, 9 months ago
  10. 55bca4c fix(Asset Repair): Revert Stock Entry on cancellation by GangaManoj · 3 years, 9 months ago
  11. c34e6b1 fix(Asset): Fix tests for Asset Repair by GangaManoj · 3 years, 9 months ago
  12. ba95585 fix(Asset Repair): Return Depreciation Schedule to original state on cancellation by GangaManoj · 3 years, 9 months ago
  13. 6c2f4ce fix(Asset Repair): Increase stock quantity and decrease asset value on cancellation by GangaManoj · 3 years, 9 months ago
  14. ad78888 fix(Asset Repair): Compute total_value instantly by GangaManoj · 3 years, 9 months ago
  15. e921878 fix: Rename 'Stock Item' to 'Asset Repair Consumed Item' by GangaManoj · 3 years, 9 months ago
  16. 852881e fix(Asset Repair): Fix tests by GangaManoj · 3 years, 9 months ago
  17. 42fd7ff fix(Asset Repair): Set completion_date on changing repair_status to 'Completed' by GangaManoj · 3 years, 9 months ago
  18. 68e0c96 fix(Asset Repair): Prevent some fields from being copied on duplicating the doc by GangaManoj · 3 years, 9 months ago
  19. 399d17e fix(Asset Repair): Make Error Description non-mandatory by GangaManoj · 3 years, 9 months ago
  20. e755c74 fix(Asset Repair): Add Stock Entry field by GangaManoj · 3 years, 9 months ago
  21. 4004bcd fix(Asset Repair): Move Total Repair Cost to the Stock Consumption Details section by GangaManoj · 3 years, 9 months ago
  22. bd1796c fix: Replace edit_dates with flags.increase_in_asset_life by GangaManoj · 3 years, 9 months ago
  23. ae8cb33 fix(Asset Repair): Fix depreciation_amount calculation by GangaManoj · 3 years, 9 months ago
  24. be53604 fix: Add comments by GangaManoj · 3 years, 9 months ago
  25. bd336c7 fix(Asset): Add function to clear old depreciation schedule by GangaManoj · 3 years, 9 months ago
  26. 54cbc83 fix(Asset Repair): Create GL Entries for each item in Stock Items by GangaManoj · 3 years, 9 months ago
  27. 50826f1 fix(Asset): Replace asset_value with value_after_depreciation in Finance Books by GangaManoj · 3 years, 9 months ago
  28. d354a30 fix(Asset Repair): Display value_after_depreciation in Finance Books by GangaManoj · 3 years, 9 months ago
  29. 9520efb fix(Asset Repair): Filter Warehouse by Company by GangaManoj · 3 years, 9 months ago
  30. 96de4fd fix(Asset Repair): Fix GL Entry creation by GangaManoj · 3 years, 9 months ago
  31. 71eaf3d fix(Asset Repair): Fix Sider issues by GangaManoj · 3 years, 9 months ago
  32. 75fbda1 fix(Asset Repair): Make Cost Center non-mandatory by GangaManoj · 3 years, 9 months ago
  33. 0aaf88c fix(Asset Repair): Uncheck allow_on_submit for all fields by GangaManoj · 3 years, 9 months ago
  34. 9779aa1 fix(Asset Repair): Use existing function from asset.py for fetching fixed_asset_account by GangaManoj · 3 years, 9 months ago
  35. aff9709 fix(Asset Repair): Add mandatory_depends_on condition for Purchase Invoice by GangaManoj · 3 years, 9 months ago
  36. 17fa121 fix(Asset Repair): Filter Cost Center and Project by Company by GangaManoj · 3 years, 9 months ago
  37. 867fd02 fix(Asset Repair): Add Company field by GangaManoj · 3 years, 9 months ago
  38. 5ab0cab fix(Asset Repair): Make Stock Items and Warehouse mandatory if stock_consumption is checked by GangaManoj · 3 years, 9 months ago
  39. 654074a fix(Asset Repair): Add title to error messages by GangaManoj · 3 years, 9 months ago
  40. fd27256 fix(Asset Repair): Display fields according to the state of the doc by GangaManoj · 3 years, 9 months ago
  41. 4e620c3 fix: Set asset_name as title by GangaManoj · 3 years, 9 months ago
  42. 65b2f92 fix(Asset Repair): Set company when creating Stock Entry by GangaManoj · 3 years, 10 months ago
  43. 2833903 fix(Asset Repair): Add tests by GangaManoj · 3 years, 10 months ago
  44. 70de974 fix(Asset): Add depreciation schedule details in create_asset() by GangaManoj · 3 years, 10 months ago
  45. 3f9f0ff fix(Asset Repair): Add Company in GL Entries by GangaManoj · 3 years, 10 months ago
  46. c6ed66e fix(Asset Repair): Remove unnecessary condition by GangaManoj · 3 years, 10 months ago
  47. 794807e fix(Asset Repair): Only modify depreciation schedule if calculate_depreciation is checked by GangaManoj · 3 years, 10 months ago
  48. 97193a4 fix: Sider issues by GangaManoj · 3 years, 8 months ago
  49. 4e28443 fix: Fix depreciation_amount calculation by GangaManoj · 3 years, 8 months ago
  50. 42c70fb fix: Modify depreciation schedule when increase_in_asset_life is not a multiple of frequency_of_depreciation) by GangaManoj · 3 years, 8 months ago
  51. 58bc967 fix: Rename 'Fixed Asset Depreciation Settings' to 'Fixed Asset Deafults' by GangaManoj · 3 years, 8 months ago
  52. 9e26f2d fix: Organize buttons by GangaManoj · 3 years, 8 months ago
  53. a9c84f7 perf(minor): remove unnecessary comprehensions (#25645) by Ankush Menat · 3 years, 9 months ago
  54. 19c5fd7 refactor: Rename assertEquals to assertEqual to avoid deprecation warnings by Suraj Shetty · 3 years, 10 months ago
  55. 90f7ec8 fix: Accumulated depreciation (#25748) by anushka19 · 3 years, 10 months ago
  56. 9226cd3 feat(india): reduced rate of depreciation as per IT Act (#25648) by Saqib · 3 years, 10 months ago
  57. 90e6719 chore: replace assertEquals with alias assertEqual (#25613) by Ankush Menat · 3 years, 10 months ago
  58. d636075 chore: frappe.whitelist for doc methods (#25068) by Walstan Baptista · 4 years ago
  59. 684fc4e fix: asset category name disappear (#24728) by Afshan · 4 years, 1 month ago
  60. f57efd1 style: Fix invalid translation syntax usages by Suraj Shetty · 4 years, 1 month ago
  61. beebaf6 refactor: assets form cleanup with rebrand ui (#24494) by Saqib · 4 years, 1 month ago
  62. bbc6bfd Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Suraj Shetty · 4 years, 2 months ago
  63. 4a8c2c4 Merge branch 'develop' of https://github.com/frappe/erpnext into accounting_dimension_filters by Deepesh Garg · 4 years, 3 months ago
  64. 60a1d25 fix: cancelling of asset value adjustement (#24193) by Saqib · 4 years, 3 months ago
  65. 3ebe511 Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Your Name · 4 years, 3 months ago
  66. fd044b0 Merge branch 'rebrand-ui' of https://github.com/frappe/erpnext into desk-enhancements by Shivam Mishra · 4 years, 3 months ago
  67. 85213fa fix(Asset): set current asset value before calculating difference amount (#24119) by Rucha Mahabal · 4 years, 3 months ago
  68. dc13d4b Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Suraj Shetty · 4 years, 3 months ago
  69. f82997e fix(asset_val_adj): fb not getting added in je by Mohammad Hasnain · 4 years, 3 months ago
  70. dc3e9f4 fix: asset with value zero doesn't show up in fixed asset register (#24091) by Saqib · 4 years, 3 months ago
  71. fec8dba fix(merge): merge develop by Rushabh Mehta · 4 years, 3 months ago
  72. 2fa3cac feat: update workspace folders by Shivam Mishra · 4 years, 3 months ago
  73. 2895645 feat: rename desk page to workspace by Shivam Mishra · 4 years, 3 months ago
  74. 9aaca25 feat: update desk page json by Shivam Mishra · 4 years, 4 months ago
  75. de68f74 chore: update all desk pages by Shivam Mishra · 4 years, 4 months ago
  76. 27e7c26 fix: link type by Shivam Mishra · 4 years, 4 months ago
  77. 61388d4 feat: update desk pages by Shivam Mishra · 4 years, 4 months ago
  78. 1a4390d Merge branch 'develop' of https://github.com/frappe/erpnext into accounting_dimension_filters by Deepesh Garg · 4 years, 4 months ago
  79. 6b9dda5 fix: Move filter setup to doctype controllers by Deepesh Garg · 4 years, 4 months ago
  80. fbcc3c1 fix: Translatable strings (#23783) by Raffael Meyer · 4 years, 4 months ago
  81. 542bc01 fix(minor): update routes by Rushabh Mehta · 4 years, 4 months ago
  82. f916bc0 fix: Remove cost center query from doctypes by Deepesh Garg · 4 years, 4 months ago
  83. bed717b Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Shivam Mishra · 4 years, 4 months ago
  84. 9a62858 Merge pull request #23831 from rohitwaghchaure/incorrect-assign-to-in-asset-maintenance-develop by rohitwaghchaure · 4 years, 4 months ago
  85. 19df453 fix: asset finance book depreciation posting date fix (#23833) by Saqib · 4 years, 4 months ago
  86. 421348a fix: not able to select assign to by Rohit Waghchaure · 4 years, 4 months ago
  87. 3244200 fix: asset finance book posting date fix (#23778) by Saqib · 4 years, 5 months ago
  88. 10f2468 fix: make asset dashboard charts public (#23751) by Kenneth Sequeira · 4 years, 5 months ago
  89. 55f52e8 Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Shivam Mishra · 4 years, 5 months ago
  90. 14e7656 Merge pull request #23588 from kevingdc/fix/asset-update-maintenance-status by rohitwaghchaure · 4 years, 5 months ago
  91. 6ec3dc5 fix(asset): cannot create asset if cwip disabled and account not set (#23580) by Glen Whitney · 4 years, 5 months ago
  92. 7a86a77 fix: Asset status after maintenance or repair by Kevin Chan · 4 years, 5 months ago
  93. 9a4d603 Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Shivam Mishra · 4 years, 6 months ago
  94. 2fa2a40 chore: make asset movement transaction date match with purchase date & time (#23423) by Saqib · 4 years, 6 months ago
  95. f2ea387 fix: depreciation start date ux fixes (#23339) by Saqib · 4 years, 6 months ago
  96. 67095d2 fix: Custom dashboard sections by Suraj Shetty · 4 years, 6 months ago
  97. 8f43cf2 fix: asset movement date for backdated asset entry (#23298) by Saqib · 4 years, 6 months ago
  98. 6f9f409 Merge branch 'develop' of https://github.com/frappe/erpnext into rebrand-ui by Suraj Shetty · 4 years, 7 months ago
  99. 517a6d0 fix: set draft indicators for Asset Maintenance Log listview by Rucha Mahabal · 4 years, 7 months ago
  100. 691ec1b fix: don't set maintenance log status as Overdue when Completed or Cancelled by Rucha Mahabal · 4 years, 7 months ago