mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
added corodination
This commit is contained in:
parent
d1483fe072
commit
42dca1c88a
16 changed files with 100 additions and 2 deletions
|
|
@ -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"])
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"])
|
||||
|
|
|
|||
|
|
@ -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"])
|
||||
|
|
|
|||
|
|
@ -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"])
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue