- 827ad01 chore: style by anandbaburajan · 2 years, 2 months ago
- 2552244 fix: use is_last_day_of_the_month in test_scrap_asset by anandbaburajan · 2 years, 2 months ago
- 0e72660 fix: precision in asset test_scrap_asset by anandbaburajan · 2 years, 2 months ago
- 218da12 fix: add missing commas and brackets by anandbaburajan · 2 years, 3 months ago
- 538da9a Merge branch 'develop' into fix_precision_in_asset_tests by Anand Baburajan · 2 years, 3 months ago
- b5e5d3b fix: precision in asset tests by anandbaburajan · 2 years, 3 months ago
- 1bd8863 chore: hardcode doctype by Ankush Menat · 2 years, 3 months ago
- 05d2c7f Merge branch 'develop' into asset_bill_date_new by Anand Baburajan · 2 years, 3 months ago
- 65e855b fix: pro_rata_amount calculation in assets tests by anandbaburajan · 2 years, 3 months ago
- f322c60 fix: for asset's purchase_date, if bill_date is set, use that instead of posting_date by anandbaburajan · 2 years, 3 months ago
- 54c2ffc fix: Pass project to stock entry items by Hossein Yousefian · 2 years, 3 months ago
- 8f0e63c fix: add translate function on remark text on make_depreciation_entry in asset_value_adjustment.py by Ernesto Ruiz · 2 years, 3 months ago
- 601880f Merge pull request #32454 from AnandBaburajan/fix_test_scrap_asset by Deepesh Garg · 2 years, 4 months ago
- 47bd4be fix: test_scrap_asset by anandbaburajan · 2 years, 4 months ago
- 28952ed chore: remove unused function by anandbaburajan · 2 years, 4 months ago
- f1169fb chore: refactor by just using a filter by anandbaburajan · 2 years, 4 months ago
- b734f9d chore: refactor by creating is_sold by anandbaburajan · 2 years, 4 months ago
- f4bf9c6 chore: rewrite query using frappe.qb by anandbaburajan · 2 years, 4 months ago
- 0618f60 Merge branch 'develop' into fix_asset_sold_status by Anand Baburajan · 2 years, 4 months ago
- a8dd3c3 chore: adding missing asset statuses by anandbaburajan · 2 years, 4 months ago
- 1725672 chore: adding missing asset statuses by anandbaburajan · 2 years, 4 months ago
- f9f6800 fix: asset requiring maintenance sold status by anandbaburajan · 2 years, 4 months ago
- c6a7de0 chore: add blank lines by anandbaburajan · 2 years, 4 months ago
- 14e2d31 test: adding test_asset_with_maintenance_required_status_after_sale by anandbaburajan · 2 years, 4 months ago
- 6145013 Merge branch 'develop' into fix_asset_scrap_and_sale_dep by Nabin Hait · 2 years, 4 months ago
- c760ca2 fix: Scrap Asset Accounting Dimensions (#31949) by Maharshi Patel · 2 years, 4 months ago
- fac82cf fix: Depreciation posting date only when calculate depreciation is checked by Deepesh Garg · 2 years, 5 months ago
- 43a3400 fix: fix restore asset value after depreciation by anandbaburajan · 2 years, 5 months ago
- 5a8b28c fix: refactor asset capitilization by anandbaburajan · 2 years, 5 months ago
- 11ac20e fix: asset tests by anandbaburajan · 2 years, 5 months ago
- ff5cad1 fix: calculate depreciation properly on asset sale entry and scrap entry by anandbaburajan · 2 years, 5 months ago
- 3457105 fix: test cases by Nabin Hait · 2 years, 5 months ago
- 58d430f feat: Asset Capitalization by Nabin Hait · 2 years, 5 months ago
- fefe950 fix: resolved merge conflict by Nabin Hait · 2 years, 5 months ago
- c1f6dd4 chore: fix against account by Deepesh Garg · 2 years, 5 months ago
- b4a2eb2 fix: gl entries for asset repair by Nabin Hait · 2 years, 5 months ago
- cb73528 test: Use assertSequenceEqual for comparision between Tuple / Lists by Gavin D'souza · 2 years, 7 months ago
- f222284 Merge branch 'develop' into hr-separation by Rucha Mahabal · 2 years, 7 months ago
- b26438c test: Fixed test for WDV method depreciation schedule by Nabin Hait · 2 years, 7 months ago
- 6c29146 fix: Removed 'Allow Monthly Depreciation' checkbox by Nabin Hait · 2 years, 7 months ago
- ef02e58 Merge branch 'develop' into hr-separation by Rucha Mahabal · 2 years, 7 months ago
- 6a65c8a Merge branch 'develop' into hr-separation by Rucha Mahabal · 2 years, 7 months ago
- 0810674 Merge remote-tracking branch 'upstream/develop' into remove-india by Sagar Vora · 2 years, 7 months ago
- 416d578 fix: Add missing comma by GangaManoj · 2 years, 7 months ago
- 1b17865 test: Test monthly depreciation by Written Down Value method by GangaManoj · 2 years, 7 months ago
- 2b7ab72 fix: Convert string to datetime object by GangaManoj · 2 years, 7 months ago
- e62beae test: Test if final day of the month is taken if depr_start_date is the last day of its month by GangaManoj · 2 years, 7 months ago
- 154e258 fix: Get last day of the monthif depr posting date is the last day of its month by GangaManoj · 2 years, 7 months ago
- b07aae4 fix: Correct pro-rata amount calculation by GangaManoj · 2 years, 7 months ago
- 2d9153e fix: Remove misleading comment by GangaManoj · 2 years, 7 months ago
- ab13a17 fix: Replace asset life with total no of depreciations by GangaManoj · 2 years, 7 months ago
- ec98612 Merge remote-tracking branch 'upstream/develop' into remove-india by Sagar Vora · 2 years, 8 months ago
- 74a782d refactor: DB independent quoting and truthy/falsy values (#31358) by Conor · 2 years, 8 months ago
- 3fe2ef6 chore: update import paths for HR by Rucha Mahabal · 2 years, 8 months ago
- 512c82f chore: Update imports/paths for doctypes moved to erpnext setup module by Rucha Mahabal · 2 years, 8 months ago
- a896895 fix: bulk fix (~330) missing translations by Ankush Menat · 2 years, 10 months ago
- 4623a1b fix(test): Item MacBook does not exist by Saqib Ansari · 2 years, 10 months ago
- 494bd9e style: format code with black by Ankush Menat · 2 years, 10 months ago
- 2661cb2 Merge pull request #30091 from marination/item-group-filters-listing by Marica · 2 years, 11 months ago
- 17e1624 Merge pull request #30114 from nextchamp-saqib/fix-#23231 by Saqib Ansari · 2 years, 11 months ago
- 7b37a74 fix: Linter by marination · 2 years, 11 months ago
- 5526f85 Merge branch 'develop' into asset-translates by Deepesh Garg · 2 years, 11 months ago
- e666660 Merge branch 'develop' into fix-#23231 by Saqib Ansari · 2 years, 11 months ago
- 816e12d Merge branch 'develop' into mergify/bp/develop/pr-29714 by Deepesh Garg · 2 years, 11 months ago
- 66f2020 perf(asset): fetch only distinct depreciable assets by Saqib Ansari · 2 years, 11 months ago
- 16de29a fix(translation) - correction for translation by hrzzz · 3 years ago
- 5159e2e refactor: remove India specific code by Sagar Vora · 3 years ago
- 9c7df2e fix: ignore duplicates explicitly by Ankush Menat · 3 years ago
- 8743e39 fix: sider by Saqib Ansari · 3 years ago
- 3dcc3a3 fix: cannot edit valutaion_rate in asset repair by Saqib Ansari · 3 years ago
- 414c3b8 fix: remove redundant method by Saqib Ansari · 3 years ago
- 5d3b65b fix: Pass value instead of array by GangaManoj · 3 years ago
- 3d6ed4e fix: Fetch valuation rate by GangaManoj · 3 years ago
- 780694f test: number_of_depr_booked = total_number_of_depr by Saqib Ansari · 3 years ago
- c580854 fix(asset): no. of depreciation booked cannot be equal to total no. of depreciations by Saqib Ansari · 3 years ago
- 3193222 fix: fetch image form item (#29523) by Himanshu · 3 years ago
- 5090959 Merge branch 'develop' of https://github.com/frappe/erpnext into asset_split by Deepesh Garg · 3 years ago
- 58cc3b3 Merge pull request #29334 from nextchamp-saqib/grouped-asset-purchase by Saqib Ansari · 3 years ago
- c7e75f9 Merge pull request #29385 from nextchamp-saqib/asset-fix-depr-fix by Saqib Ansari · 3 years ago
- a09259f Merge branch 'develop' into grouped-asset-purchase by Saqib Ansari · 3 years ago
- ae580d1 fix: failing test cases by Saqib Ansari · 3 years ago
- 0bbde48 fix: depreciation amount on selling an asset by Saqib Ansari · 3 years ago
- 60bfead fix: first depreciation amount in asset by Saqib Ansari · 3 years ago
- 4390adc fix: cost center validation of asset by Saqib Ansari · 3 years ago
- a5643d5 test: purchase of grouped assets by Saqib Ansari · 3 years ago
- 7d8eef5 fix: cannot set asset quantity for existing assets by Saqib Ansari · 3 years ago
- 4abc7da chore: Add test case by Deepesh Garg · 3 years ago
- d37feb8 feat: Splitting group assets by Deepesh Garg · 3 years ago
- 35a6b58 feat: purchase grouped asset by Saqib Ansari · 3 years ago
- bc187c1 fix: updated standard workspace json files by Shariq Ansari · 3 years, 1 month ago
- 11fae15 fix(asset): check if fixed asset account is set against company (#29189) by Saqib Ansari · 3 years, 1 month ago
- 56bc8a5 Merge branch 'develop' into home-onboarding by Saqib · 3 years, 2 months ago
- 2137e56 revert: "fix: expected value after useful life validation" by Saqib Ansari · 3 years, 2 months ago
- 4984513 Merge pull request #28677 from GangaManoj/fix-adjust-asset-value by Saqib · 3 years, 2 months ago
- 74d086f Merge branch 'develop' into home-onboarding by Jannat Patel · 3 years, 2 months ago
- 51c707a Merge branch 'develop' into fix-adjust-asset-value by Ganga Manoj · 3 years, 2 months ago
- 539cba1 Merge branch 'develop' into fix-clear-depr-schedule by Ganga Manoj · 3 years, 2 months ago
- b1ba98c feat: Make Depreciation Entry posting more flexible (#28421) by Saqib · 3 years, 2 months ago
- 56df646 fix(test): test_depr_entry_posting_with_income_account by Saqib Ansari · 3 years, 2 months ago
- fa42cf7 Merge branch 'develop' into depreciate-existing-asset by Saqib · 3 years, 2 months ago