added corodination

This commit is contained in:
Jun-te Kim 2025-07-28 16:21:05 +00:00
parent d1483fe072
commit 42dca1c88a
16 changed files with 100 additions and 2 deletions

View file

@ -120,7 +120,7 @@ v3 = df[
v3["job_type"] = "Coordination Stage 1 v3 remodel"
filtered_dfs.append(v3)
# Coordination stage 2
# Coordination stage 2 Please complete
cors2 = df[
df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
]

View file

@ -97,6 +97,13 @@ filtered_dfs.append(v1)
# v3 = get_df(df, "")
# # filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = get_df(df, "design upload to sharepoint", ["done"], "Design")
filtered_dfs.append(design1)

View file

@ -97,6 +97,13 @@ filtered_dfs.append(v2)
# v3 = get_df(df, "")
# filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
# design1 = get_df(df, "", ["done"], "Design")
# filtered_dfs.append(design1)

View file

@ -97,6 +97,13 @@ filtered_dfs.append(v2)
# v3 = get_df(df, "")
# filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
# design1 = get_df(df, "", ["done"], "Design")
# filtered_dfs.append(design1)

View file

@ -96,6 +96,13 @@ filtered_dfs.append(v2)
# v3 = get_df(df, "")
# filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
# design1 = get_df(df, "", ["done"], "Design")
# filtered_dfs.append(design1)

View file

@ -99,6 +99,13 @@ filtered_dfs.append(v3)
v3 = get_df(df, "v3 invoice status", ["to be invoice"], "V3 Coordination")
filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = get_df(df, "design invoice status", ["to invoice"], "Design")
filtered_dfs.append(design1)

View file

@ -96,9 +96,17 @@ filtered_dfs.append(v1)
# v3 = get_df(df, "v3 rc status", ["uploaded"], "V3 Coordination")
# filtered_dfs.append(v3)
# v3 = get_df(df, "v3 invoice status", ["to be invoice"], "V3 Coordination")
# filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = get_df(df, "design invoice status", ["to invoice"], "Design")
filtered_dfs.append(design1)

View file

@ -99,6 +99,13 @@ filtered_dfs.append(v1)
# v3 = get_df(df, "v3 invoice status", ["to be invoice"], "V3 Coordination")
# filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
# design1 = get_df(df, "design invoice status", ["to invoice"], "Design")
# filtered_dfs.append(design1)

View file

@ -102,6 +102,13 @@ filtered_dfs.append(_)
# v3["job_type"] = "V3 Coordination"
# filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = df[
df["design invoice"].str.lower().isin(["complete pending rc"])

View file

@ -100,6 +100,13 @@ v3 = df[df["v3 rc status"].str.lower().isin(['uploaded'])].copy()
v3["job_type"] = "V3 Coordination"
filtered_dfs.append(_)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = df[
df["design invoice status"].str.lower().isin(["complete", "to invoice"])

View file

@ -100,6 +100,13 @@ filtered_dfs.append(v1)
# v3["job_type"] = "V3 Coordination"
# filtered_dfs.append(_)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = df[
df["retrofit design status"].str.lower().isin(["to invoice"])

View file

@ -102,6 +102,13 @@ filtered_dfs.append(v1)
# v3["job_type"] = "V3 Coordination"
# filtered_dfs.append(_)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = get_df(df, "retrofit design status", ["completed"], "Design")
filtered_dfs.append(design1)

View file

@ -99,6 +99,13 @@ filtered_dfs.append(v2)
# v3 = get_df(df, "")
# # filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
design1 = get_df(df, "design invoice status", ["to invoice"], "Design")
filtered_dfs.append(design1)

View file

@ -116,7 +116,6 @@ filtered_dfs.append(v2)
# v3 = get_df(df, "")
# # filtered_dfs.append(v3)
# TODO check with Kevin [Coordination stage 2, design complex and revision]
# Corodination stage 2
cors2 = get_df(df, "rc stg. 2", ["to invoice"], "Coordination Stage 2")
filtered_dfs.append(cors2)

View file

@ -98,6 +98,13 @@ filtered_dfs.append(v1)
# v3 = get_df(df, "")
# # filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
# Design stage 1
# design1 = get_df(df, "rd invoiced", ["to invoice"], "Design")
# filtered_dfs.append(design1)

View file

@ -111,6 +111,13 @@ v3 = get_df(df, "mtp invoicing status", ["(v3) ioe/mtp to invoice"], "V3 Coordin
if v3 is not None:
filtered_dfs.append(v3)
# Coordination stage 2 Please complete
# cors2 = df[
# df["rc stg. 2"].str.lower().isin(["to invoice", "completed"])
# ]
# cors2["joby_type"] = "Coordination Stage 2"
# filtered_dfs.append(cors2)
design1 = get_df(df, "design invoicing status", ["to invoice"], "Design")
if design1 is not None:
filtered_dfs.append(design1)