- f6f924b Merge branch 'develop' into asset-credit-note by Saqib · 3 years, 7 months ago
- 3a7f25b fix: Make functions more readable by GangaManoj · 3 years, 7 months ago
- ca87745 fix: Rename get_gl_entries_on_asset_movement to get_gl_entries_on_asset_disposal_and_regain by GangaManoj · 3 years, 7 months ago
- 40c90d0 fix(Asset Repair): cancellation by Saqib · 3 years, 7 months ago
- ca2dbce fix(Asset Repair): Rearrange fields by GangaManoj · 3 years, 7 months ago
- dcb8a28 fix(Asset Repair): Simplify code for Asset Repair creation in tests by GangaManoj · 3 years, 7 months ago
- c73e137 fix(Asset Repair): Edit description for total_repair_cost by GangaManoj · 3 years, 7 months ago
- b44e412 fix(Asset Repair): Move filters for cost_center, warehouse and project to setup by GangaManoj · 3 years, 7 months ago
- 289b449 fix(Asset): Add comment by GangaManoj · 3 years, 7 months ago
- f4e8e7d fix(Asset): Remove extra tabs by GangaManoj · 3 years, 7 months ago
- e21d44c fix(Asset): Remove to_date field by GangaManoj · 3 years, 7 months ago
- 2fdb923 fix(Asset Repair): Change controller hooks by GangaManoj · 3 years, 7 months ago
- 550fe8a fix(Asset): Remove redundant code by GangaManoj · 3 years, 7 months ago
- 60a44ae fix(Asset): Fix test by GangaManoj · 3 years, 7 months ago
- dce2113 fix(Asset Repair): Remove test that's no longer necessary by GangaManoj · 3 years, 7 months ago
- 2f5f9d8 fix(Asset): Fix value_after_depreciation calculation by GangaManoj · 3 years, 7 months ago
- 8039980 fix(Asset Repair): Replace asset_value with value_after_depreciation in tests by GangaManoj · 3 years, 7 months ago
- 32d7b1f fix(Sales Invoice): Fix GL Entry creation for Return Invoices linked with Assets by GangaManoj · 3 years, 7 months ago
- 2e45965 fix(Asset Repair): Fix Sider issues by GangaManoj · 3 years, 7 months ago
- 859c8c9 fix: Remove changes made to Asset Maintenance by GangaManoj · 3 years, 7 months ago
- 2ea325c fix(Asset Repair): Revert Stock Entry on cancellation by GangaManoj · 3 years, 7 months ago
- 3a44d88 fix(Asset): Fix tests for Asset Repair by GangaManoj · 3 years, 7 months ago
- 3b0eac7 fix(Asset Repair): Compute total_value by GangaManoj · 3 years, 7 months ago
- 4b4eb99 Merge branch 'develop' into asset-repair-refactor by Saqib · 3 years, 7 months ago
- 5776a96 fix(Asset Repair): Return Depreciation Schedule to original state on cancellation by GangaManoj · 3 years, 8 months ago
- 91a99e0 fix(Asset Repair): Increase stock quantity and decrease asset value on cancellation by GangaManoj · 3 years, 8 months ago
- f88a13b fix(Asset Repair): Compute total_value instantly by GangaManoj · 3 years, 8 months ago
- a34bf5e fix: Rename 'Stock Item' to 'Asset Repair Consumed Item' by GangaManoj · 3 years, 8 months ago
- b081d79 fix(Asset Repair): Fix tests by GangaManoj · 3 years, 8 months ago
- 740df95 fix(Asset Repair): Set completion_date on changing repair_status to 'Completed' by GangaManoj · 3 years, 8 months ago
- 23876c0 fix(Asset Repair): Prevent some fields from being copied on duplicating the doc by GangaManoj · 3 years, 8 months ago
- 012b9ea fix(Asset Repair): Make Error Description non-mandatory by GangaManoj · 3 years, 8 months ago
- 7db7988 fix(Asset Repair): Add Stock Entry field by GangaManoj · 3 years, 8 months ago
- 09ba6f6 fix(Asset Repair): Move Total Repair Cost to the Stock Consumption Details section by GangaManoj · 3 years, 8 months ago
- da8da9f fix: Replace edit_dates with flags.increase_in_asset_life by GangaManoj · 3 years, 8 months ago
- 2b93e54 fix(Asset Repair): Fix depreciation_amount calculation by GangaManoj · 3 years, 8 months ago
- 93b9752 fix: Add comments by GangaManoj · 3 years, 8 months ago
- 94dfd0e fix(Asset): Add function to clear old depreciation schedule by GangaManoj · 3 years, 8 months ago
- 3541161 fix(Asset Repair): Create GL Entries for each item in Stock Items by GangaManoj · 3 years, 8 months ago
- 05c70ac fix(Asset): Replace asset_value with value_after_depreciation in Finance Books by GangaManoj · 3 years, 8 months ago
- 66d4e2b fix(Asset Repair): Display value_after_depreciation in Finance Books by GangaManoj · 3 years, 8 months ago
- 3499778 fix(Asset Repair): Filter Warehouse by Company by GangaManoj · 3 years, 8 months ago
- 6d6aee2 fix(Asset Repair): Fix GL Entry creation by GangaManoj · 3 years, 8 months ago
- 491763f fix(Asset Repair): Fix Sider issues by GangaManoj · 3 years, 8 months ago
- a33e751 fix(Asset Repair): Make Cost Center non-mandatory by GangaManoj · 3 years, 8 months ago
- abb0c76 fix(Asset Repair): Uncheck allow_on_submit for all fields by GangaManoj · 3 years, 8 months ago
- c61bbc5 fix(Asset Repair): Use existing function from asset.py for fetching fixed_asset_account by GangaManoj · 3 years, 8 months ago
- 94ac52c fix(Asset Repair): Add mandatory_depends_on condition for Purchase Invoice by GangaManoj · 3 years, 8 months ago
- 71c60f7 fix(Asset Repair): Filter Cost Center and Project by Company by GangaManoj · 3 years, 8 months ago
- 9e07b7d4 fix(Asset Repair): Add Company field by GangaManoj · 3 years, 8 months ago
- bf52f55 fix(Asset Repair): Make Stock Items and Warehouse mandatory if stock_consumption is checked by GangaManoj · 3 years, 8 months ago
- 695cd70 fix(Asset Repair): Add title to error messages by GangaManoj · 3 years, 8 months ago
- 14ea9eb fix(Asset Repair): Display fields according to the state of the doc by GangaManoj · 3 years, 8 months ago
- 285bc60 fix(Asset Repair): Set asset_name as title by GangaManoj · 3 years, 8 months ago
- d4acf87 fix(Asset Repair): Make Accounting Dimensions section collapsible by GangaManoj · 3 years, 8 months ago
- 9891780 perf(minor): remove unnecessary comprehensions (port #25645) by Ankush Menat · 3 years, 8 months ago
- 6eeaf9b Merge branch 'version-13-hotfix' into asset-repair-refactor by Saqib · 3 years, 8 months ago
- 12d9e3b fix(Asset Repair): Add tests by GangaManoj · 3 years, 8 months ago
- b55649f fix(Asset): Add depreciation schedule details in create_asset() by GangaManoj · 3 years, 8 months ago
- aa9bbe5 fix(Asset Repair): Add Company in GL Entries by GangaManoj · 3 years, 8 months ago
- 034f7bd fix(Asset Repair): Remove unnecessary condition by GangaManoj · 3 years, 8 months ago
- 9fb4779 fix(Asset Repair): Only modify depreciation schedule if calculate_depreciation is checked by GangaManoj · 3 years, 8 months ago
- 2ceeb81 fix(Asset Repair): Set company when creating Stock Entry by GangaManoj · 3 years, 8 months ago
- 960840d fix(Asset Repair): Set completion_date by GangaManoj · 3 years, 8 months ago
- 19c5fd7 refactor: Rename assertEquals to assertEqual to avoid deprecation warnings by Suraj Shetty · 3 years, 9 months ago
- 03a6977 fix: Sider issues by GangaManoj · 3 years, 9 months ago
- 1d7dda2 fix(Asset): Fix depreciation_amount calculation by GangaManoj · 3 years, 9 months ago
- 28ca383 feat(Asset): Edit value_after_depreciation by GangaManoj · 3 years, 9 months ago
- 4b543de feat(Asset Repair): Modify depreciation schedule when increase_in_asset_life is not a multiple of frequency_of_depreciation by GangaManoj · 3 years, 9 months ago
- 4277877 feat(Asset Repair): Change visibilty of sections by GangaManoj · 3 years, 9 months ago
- 30fdeba feat(Asset): Modify depreciation schedule by GangaManoj · 3 years, 9 months ago
- 6bb920f fix(Asset Repair): Only create GL entries if repair cost is capitalised by GangaManoj · 3 years, 9 months ago
- 8a41f63 fix(Asset Repair): Remove 'Payable Account' field by GangaManoj · 3 years, 9 months ago
- 66e6f01 fix(Asset Repair): Make Purchase Invoice mandatory if capitalize_repair_cost is checked by GangaManoj · 3 years, 9 months ago
- a8037c1 fix(Asset Repair): Add Purchase Invoice by GangaManoj · 3 years, 9 months ago
- 3ab852d fix(Asset Repair): Fetch 'Asset Name' when 'Asset' is selected by GangaManoj · 3 years, 9 months ago
- d5d7cac fix(Asset Repair): Improve code by GangaManoj · 3 years, 9 months ago
- 15294d5 feat(Asset Maintenance): Decrease stock quantity if consumed during Asset Maintenance by GangaManoj · 3 years, 9 months ago
- a7bbaac fix(Asset Repair): Always add value of consumed Stock Items to Asset value by GangaManoj · 3 years, 9 months ago
- 70bad47 feat(Asset Maintenance): Increase Asset value if Stock Items were consumed by GangaManoj · 3 years, 9 months ago
- d1f5217 feat(Asset Maintenance): Check if Warehouse and Stock Items were entered by GangaManoj · 3 years, 9 months ago
- 04a909b feat(Asset Maintenance): Add 'Stock Consumption Details' section by GangaManoj · 3 years, 9 months ago
- 568369a feat(Asset Maintenance): Add stock_consumption checkbox by GangaManoj · 3 years, 9 months ago
- 2874d08 fix(Asset Repair): Rearrange fields by GangaManoj · 3 years, 9 months ago
- f7eebf0 feat(Asset Repair): Add 'Increase In Asset Life' field by GangaManoj · 3 years, 9 months ago
- 68b7837 fix(Asset): Make Manage button white by GangaManoj · 3 years, 9 months ago
- ec72f89 fix(Asset Repair): Revert to asset's previous status if repair is completed/cancelled by GangaManoj · 3 years, 9 months ago
- 1ac1ced feat(Asset Repair): Decrease stock quantity if consumed during Asset Repair by GangaManoj · 3 years, 9 months ago
- c8cb96a feat(Asset Repair): Add Warehouse field by GangaManoj · 3 years, 9 months ago
- f2fe55c feat(Asset Repair): Check for Cost Center and Payable Account by GangaManoj · 3 years, 9 months ago
- 8d05eca feat(Asset Repair): Create GL Entries to capitalise repair cost by GangaManoj · 3 years, 9 months ago
- 385ca80 feat(Asset Repair): Add total_repair_cost field by GangaManoj · 3 years, 9 months ago
- c2b0102 feat(Asset Repair): Add 'View General Ledger' button by GangaManoj · 3 years, 9 months ago
- 7ad74cf feat(Asset Repair): Add stock_consumption checkbox by GangaManoj · 3 years, 9 months ago
- 234b473 feat(Asset Repair): Remove 'Assign To' by GangaManoj · 3 years, 9 months ago
- d554267 feat(Asset Repair): Add 'Cost Center' to GL Entries by GangaManoj · 3 years, 9 months ago
- f5a2ea9 feat(Asset Repair): Add 'Accounting Dimensions' section by GangaManoj · 3 years, 9 months ago
- e5ab5d8 feat(Asset Repair): Create GL Entries by GangaManoj · 3 years, 9 months ago
- 0739d4b feat(Asset Repair): Add value of consumed stock items to asset value by GangaManoj · 3 years, 9 months ago
- d2d31fd feat(Asset Repair): Add 'Stock Items' table by GangaManoj · 3 years, 9 months ago