Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/frappe/erpnext into asse…
Browse files Browse the repository at this point in the history
…t-value-through-landed-cost-voucher
  • Loading branch information
khushi8112 committed Sep 3, 2024
2 parents 418f7e9 + 07339e2 commit 2fdc56c
Show file tree
Hide file tree
Showing 10 changed files with 8,102 additions and 15,393 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ def setUp(self):
def test_capitalization_with_perpetual_inventory(self):
company = "_Test Company with perpetual inventory"
set_depreciation_settings_in_company(company=company)
name = frappe.db.get_value(
"Asset Category Account",
filters={"parent": "Computers", "company_name": company},
fieldname=["name"],
)
frappe.db.set_value("Asset Category Account", name, "capital_work_in_progress_account", "")

# Variables
consumed_asset_value = 100000
Expand Down Expand Up @@ -215,6 +221,12 @@ def test_capitalization_with_periodical_inventory(self):
def test_capitalization_with_wip_composite_asset(self):
company = "_Test Company with perpetual inventory"
set_depreciation_settings_in_company(company=company)
name = frappe.db.get_value(
"Asset Category Account",
filters={"parent": "Computers", "company_name": company},
fieldname=["name"],
)
frappe.db.set_value("Asset Category Account", name, "capital_work_in_progress_account", "")

stock_rate = 1000
stock_qty = 2
Expand Down
2,534 changes: 889 additions & 1,645 deletions erpnext/locale/ar.po

Large diffs are not rendered by default.

2,613 changes: 889 additions & 1,724 deletions erpnext/locale/bs.po

Large diffs are not rendered by default.

2,656 changes: 892 additions & 1,764 deletions erpnext/locale/de.po

Large diffs are not rendered by default.

2,542 changes: 893 additions & 1,649 deletions erpnext/locale/eo.po

Large diffs are not rendered by default.

2,582 changes: 890 additions & 1,692 deletions erpnext/locale/es.po

Large diffs are not rendered by default.

2,564 changes: 893 additions & 1,671 deletions erpnext/locale/fa.po

Large diffs are not rendered by default.

2,550 changes: 889 additions & 1,661 deletions erpnext/locale/fr.po

Large diffs are not rendered by default.

2,663 changes: 898 additions & 1,765 deletions erpnext/locale/sv.po

Large diffs are not rendered by default.

2,779 changes: 957 additions & 1,822 deletions erpnext/locale/tr.po

Large diffs are not rendered by default.

0 comments on commit 2fdc56c

Please sign in to comment.