1. dd74839 fix: manual depr schedule by anandbaburajan · 1 year, 8 months ago
  2. 76861eb fix: fiscal year error for existing assets in fixed asset register by anandbaburajan · 1 year, 8 months ago
  3. e50bd52 fix: asset repair status after deletion and asset status after manual depr entry by anandbaburajan · 1 year, 8 months ago
  4. c533213 fix: opening_accumulated_depreciation and precision in charts by anandbaburajan · 1 year, 8 months ago
  5. e5da0d7 chore: refactor AssetDepreciationSchedule by anandbaburajan · 1 year, 9 months ago
  6. 8ea9e45 fix: asset value for manual depr entries by anandbaburajan · 1 year, 9 months ago
  7. 11d165c fix(Fixed Asset Register): error when selecting more than one fiscal year by barredterra · 1 year, 9 months ago
  8. f487660 fix: disposal_was_made_on_original_schedule_date by anandbaburajan · 1 year, 9 months ago
  9. 86cf5c8 chore: add depr_entry_posting_status in create_asset by anandbaburajan · 1 year, 9 months ago
  10. cebb5a4 chore: add missing /n in options by anandbaburajan · 1 year, 9 months ago
  11. a144bb0 chore: stying by anandbaburajan · 1 year, 9 months ago
  12. cf7b43f fix: handle_post_depr_entries_fail, show error alert and send email by anandbaburajan · 1 year, 9 months ago
  13. 61cd0f9 fix: asset repair link and improve notes by anandbaburajan · 1 year, 9 months ago
  14. 8119442 FIX: Remove usage of "six.string_types" (#33603) by Poruri Sai Rahul · 1 year, 9 months ago
  15. aa1f2a7 fix: asset value in fixed asset register by anandbaburajan · 1 year, 9 months ago
  16. 312e51e chore: more refactoring and adding test for duplicate asset_depr_schedule by anandbaburajan · 1 year, 10 months ago
  17. 7c5168e chore: allow manually submitting and cancelling asset depr schedule by anandbaburajan · 1 year, 10 months ago
  18. 482116d chore: improve tests by anandbaburajan · 1 year, 10 months ago
  19. 6d791ca chore: more refactoring by anandbaburajan · 1 year, 10 months ago
  20. 03662be chore: have different functions for draft. active and cancelled depr schedules by anandbaburajan · 1 year, 10 months ago
  21. 3e91a56 chore: only consider draft and active assets in patch, and allow asset depr schedule to be manually createed by anandbaburajan · 1 year, 10 months ago
  22. a358f77 chore: move patch to post_model_sync and cancel asset depr schedule properly by anandbaburajan · 1 year, 10 months ago
  23. 7f5e761 chore: add patch by anandbaburajan · 1 year, 10 months ago
  24. c99cd74 chore: handle some error cases and add empty patch file by anandbaburajan · 1 year, 10 months ago
  25. 22ef342 chore: fixing all tests by anandbaburajan · 1 year, 10 months ago
  26. df134c7 chore: fixing some tests by anandbaburajan · 1 year, 10 months ago
  27. 28d4942 chore: fix validation and add make_schedules_editable by anandbaburajan · 1 year, 10 months ago
  28. 1ea2ba0 chore: handle some cases where asset_depr_schedule doesn't exist by anandbaburajan · 1 year, 10 months ago
  29. b997d1e chore: add some validation, shorten some function names by anandbaburajan · 1 year, 10 months ago
  30. f8cd424 Merge branch 'develop' into asset_depreciation_schedule by Anand Baburajan · 1 year, 10 months ago
  31. ec6505d chore: fix some bugs, refactor some functions, add proper notes by anandbaburajan · 1 year, 10 months ago
  32. 90e1b9c chore: fix asset depr schedule notes by anandbaburajan · 1 year, 10 months ago
  33. 16365bf chore: more refactoring by anandbaburajan · 1 year, 10 months ago
  34. 77dc8e7 fix: bug in posting depr entries by anandbaburajan · 1 year, 10 months ago
  35. 187e1a3 chore: refactor get_depreciable_assets by anandbaburajan · 1 year, 10 months ago
  36. 1fd73af chore: refactor some reports by anandbaburajan · 1 year, 10 months ago
  37. 2cd42db chore: refactor get_finance_book_value_map by anandbaburajan · 1 year, 11 months ago
  38. e7d404a chore: remove finance_book and finance_book_id from depreciation_schedule and refactor some functions by anandbaburajan · 1 year, 11 months ago
  39. 8365d6b fix: refactor reverse_depreciation_entry_made_after_disposal and fix fb bug by anandbaburajan · 1 year, 11 months ago
  40. 83ed93f chore: refactor chart and manual set_accumulated_depreciation logic by anandbaburajan · 1 year, 11 months ago
  41. ca8c827 chore: refactor schedules in split_asset functions by anandbaburajan · 1 year, 11 months ago
  42. f20238f chore: use make_new_active_asset_depr_schedules_and_cancel_current_ones instead of prepare_depreciation_data by anandbaburajan · 1 year, 11 months ago
  43. 827ad01 chore: style by anandbaburajan · 1 year, 11 months ago
  44. 2552244 fix: use is_last_day_of_the_month in test_scrap_asset by anandbaburajan · 1 year, 11 months ago
  45. 96ede2f fix: bug in new depr schedule by anandbaburajan · 1 year, 11 months ago
  46. 7d09440 chore: more refactoring by anandbaburajan · 1 year, 11 months ago
  47. de17367 chore: finish refactoring asset_value_adjustment by anandbaburajan · 1 year, 11 months ago
  48. 0e72660 fix: precision in asset test_scrap_asset by anandbaburajan · 1 year, 11 months ago
  49. f35b19e chore: renaming functions and variables again, and continuing refactoring AssetValueAdjustment by anandbaburajan · 1 year, 11 months ago
  50. 7db66b0 chore: renaming some functions and variables, and partially refactoring AssetValueAdjustment by anandbaburajan · 1 year, 11 months ago
  51. 76f28de chore: refactor more functions to use new depr schedule by anandbaburajan · 1 year, 11 months ago
  52. a66d9f8 Merge branch 'develop' into asset_depreciation_schedule by Anand Baburajan · 1 year, 11 months ago
  53. 218da12 fix: add missing commas and brackets by anandbaburajan · 1 year, 11 months ago
  54. 538da9a Merge branch 'develop' into fix_precision_in_asset_tests by Anand Baburajan · 1 year, 11 months ago
  55. b5e5d3b fix: precision in asset tests by anandbaburajan · 1 year, 11 months ago
  56. 1bd8863 chore: hardcode doctype by Ankush Menat · 1 year, 11 months ago
  57. 417180e chore: refactor some functions to use new depr schedule by anandbaburajan · 1 year, 11 months ago
  58. ffd4170 chore: add expected_value_after_useful_life in depr schedule by anandbaburajan · 1 year, 11 months ago
  59. ca3581d chore: rename modify_draft_asset_depreciation_schedules by anandbaburajan · 1 year, 11 months ago
  60. ed495dc chore: add convert_draft_asset_depreciation_schedules_into_active and fix some bugs by anandbaburajan · 1 year, 11 months ago
  61. 97ab7bd chore: remove some unwanted functions in asset by anandbaburajan · 2 years ago
  62. 710d245 feat: moving, refactoring and adding functions to asset_depreciation_schedule by anandbaburajan · 2 years ago
  63. 05d2c7f Merge branch 'develop' into asset_bill_date_new by Anand Baburajan · 2 years ago
  64. 65e855b fix: pro_rata_amount calculation in assets tests by anandbaburajan · 2 years ago
  65. 5a27417 feat: add asset_depreciation_schedule by anandbaburajan · 2 years ago
  66. f322c60 fix: for asset's purchase_date, if bill_date is set, use that instead of posting_date by anandbaburajan · 2 years ago
  67. 54c2ffc fix: Pass project to stock entry items by Hossein Yousefian · 2 years ago
  68. 8f0e63c fix: add translate function on remark text on make_depreciation_entry in asset_value_adjustment.py by Ernesto Ruiz · 2 years ago
  69. 601880f Merge pull request #32454 from AnandBaburajan/fix_test_scrap_asset by Deepesh Garg · 2 years, 1 month ago
  70. 47bd4be fix: test_scrap_asset by anandbaburajan · 2 years, 1 month ago
  71. 28952ed chore: remove unused function by anandbaburajan · 2 years, 1 month ago
  72. f1169fb chore: refactor by just using a filter by anandbaburajan · 2 years, 1 month ago
  73. b734f9d chore: refactor by creating is_sold by anandbaburajan · 2 years, 1 month ago
  74. f4bf9c6 chore: rewrite query using frappe.qb by anandbaburajan · 2 years, 1 month ago
  75. 0618f60 Merge branch 'develop' into fix_asset_sold_status by Anand Baburajan · 2 years, 1 month ago
  76. a8dd3c3 chore: adding missing asset statuses by anandbaburajan · 2 years, 1 month ago
  77. 1725672 chore: adding missing asset statuses by anandbaburajan · 2 years, 1 month ago
  78. f9f6800 fix: asset requiring maintenance sold status by anandbaburajan · 2 years, 1 month ago
  79. c6a7de0 chore: add blank lines by anandbaburajan · 2 years, 1 month ago
  80. 14e2d31 test: adding test_asset_with_maintenance_required_status_after_sale by anandbaburajan · 2 years, 1 month ago
  81. 6145013 Merge branch 'develop' into fix_asset_scrap_and_sale_dep by Nabin Hait · 2 years, 1 month ago
  82. c760ca2 fix: Scrap Asset Accounting Dimensions (#31949) by Maharshi Patel · 2 years, 1 month ago
  83. fac82cf fix: Depreciation posting date only when calculate depreciation is checked by Deepesh Garg · 2 years, 1 month ago
  84. 43a3400 fix: fix restore asset value after depreciation by anandbaburajan · 2 years, 1 month ago
  85. 5a8b28c fix: refactor asset capitilization by anandbaburajan · 2 years, 1 month ago
  86. 11ac20e fix: asset tests by anandbaburajan · 2 years, 1 month ago
  87. ff5cad1 fix: calculate depreciation properly on asset sale entry and scrap entry by anandbaburajan · 2 years, 1 month ago
  88. 3457105 fix: test cases by Nabin Hait · 2 years, 1 month ago
  89. 58d430f feat: Asset Capitalization by Nabin Hait · 2 years, 1 month ago
  90. fefe950 fix: resolved merge conflict by Nabin Hait · 2 years, 1 month ago
  91. c1f6dd4 chore: fix against account by Deepesh Garg · 2 years, 2 months ago
  92. b4a2eb2 fix: gl entries for asset repair by Nabin Hait · 2 years, 2 months ago
  93. cb73528 test: Use assertSequenceEqual for comparision between Tuple / Lists by Gavin D'souza · 2 years, 4 months ago
  94. f222284 Merge branch 'develop' into hr-separation by Rucha Mahabal · 2 years, 3 months ago
  95. b26438c test: Fixed test for WDV method depreciation schedule by Nabin Hait · 2 years, 3 months ago
  96. 6c29146 fix: Removed 'Allow Monthly Depreciation' checkbox by Nabin Hait · 2 years, 3 months ago
  97. ef02e58 Merge branch 'develop' into hr-separation by Rucha Mahabal · 2 years, 3 months ago
  98. 6a65c8a Merge branch 'develop' into hr-separation by Rucha Mahabal · 2 years, 4 months ago
  99. 0810674 Merge remote-tracking branch 'upstream/develop' into remove-india by Sagar Vora · 2 years, 4 months ago
  100. 416d578 fix: Add missing comma by GangaManoj · 2 years, 4 months ago