mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: Sider issues
This commit is contained in:
@@ -410,7 +410,7 @@ class TestDepreciationMethods(AssetSetup):
|
|||||||
calculate_depreciation = 1,
|
calculate_depreciation = 1,
|
||||||
available_for_use_date = "2030-06-06",
|
available_for_use_date = "2030-06-06",
|
||||||
is_existing_asset = 1,
|
is_existing_asset = 1,
|
||||||
number_of_depreciations_booked = 1,
|
number_of_depreciations_booked = 1,
|
||||||
opening_accumulated_depreciation = 40000,
|
opening_accumulated_depreciation = 40000,
|
||||||
expected_value_after_useful_life = 10000,
|
expected_value_after_useful_life = 10000,
|
||||||
depreciation_start_date = "2030-12-31",
|
depreciation_start_date = "2030-12-31",
|
||||||
@@ -460,7 +460,7 @@ class TestDepreciationMethods(AssetSetup):
|
|||||||
available_for_use_date = "2030-01-01",
|
available_for_use_date = "2030-01-01",
|
||||||
is_existing_asset = 1,
|
is_existing_asset = 1,
|
||||||
depreciation_method = "Double Declining Balance",
|
depreciation_method = "Double Declining Balance",
|
||||||
number_of_depreciations_booked = 1,
|
number_of_depreciations_booked = 1,
|
||||||
opening_accumulated_depreciation = 50000,
|
opening_accumulated_depreciation = 50000,
|
||||||
expected_value_after_useful_life = 10000,
|
expected_value_after_useful_life = 10000,
|
||||||
depreciation_start_date = "2030-12-31",
|
depreciation_start_date = "2030-12-31",
|
||||||
|
|||||||
Reference in New Issue
Block a user