fix(lifecycle): classify account 724 labor cost as construction cost
This commit is contained in:
@@ -1301,6 +1301,8 @@ def build_project_lifecycle_cost(
|
|||||||
|
|
||||||
|
|
||||||
def classify_lifecycle_bucket(account_code: str, project_code: str, project_type: str, meta: dict | None = None) -> str:
|
def classify_lifecycle_bucket(account_code: str, project_code: str, project_type: str, meta: dict | None = None) -> str:
|
||||||
|
if (account_code or "").strip() == "724":
|
||||||
|
return "시공비"
|
||||||
meta = meta or ACCOUNT_MASTER.get(account_code)
|
meta = meta or ACCOUNT_MASTER.get(account_code)
|
||||||
if meta:
|
if meta:
|
||||||
if meta.get("category") == "인건비":
|
if meta.get("category") == "인건비":
|
||||||
|
|||||||
Reference in New Issue
Block a user