mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
month end ignore some
This commit is contained in:
parent
ef21ff56fb
commit
80b6008b13
1 changed files with 4 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue