month end ignore some

This commit is contained in:
Jun-te Kim 2026-01-27 15:27:50 +00:00
parent ef21ff56fb
commit 80b6008b13

View file

@ -364,9 +364,10 @@ for board, all_records in board_to_record.items():
filtered_dfs.append(lodg1)
# Retrofit Evaluation
re = get_df(df, "evaluation invoicing status", ["to invoice"], "retrofit evaluation")
if not re.empty:
filtered_dfs.append(re)
if board not in ignore:
re = get_df(df, "evaluation invoicing status", ["to invoice"], "retrofit evaluation")
if not re.empty:
filtered_dfs.append(re)
# POST EPC
post_epc = get_df(df, "Post EPC invoicing status", ["epc to invoice"], "POST EPC")