Skip to content

Commit

Permalink
Merge pull request #45 from QuanMPhm/42/nonbillable_lenovo
Browse files Browse the repository at this point in the history
Included usage of nonbillable projects in Lenovo invoice
  • Loading branch information
QuanMPhm authored May 10, 2024
2 parents 0489e1f + eea417c commit db73e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_report/process_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def main():
projects = list(set(projects + timed_projects_list))

merged_dataframe = add_institution(merged_dataframe)
export_lenovo(merged_dataframe, args.Lenovo_file)
remove_billables(merged_dataframe, pi, projects, args.nonbillable_file)

billable_projects = remove_non_billables(merged_dataframe, pi, projects)
Expand All @@ -233,7 +234,6 @@ def main():
export_pi_billables(credited_projects, args.output_folder, invoice_month)
export_BU_only(billable_projects, args.BU_invoice_file, args.BU_subsidy_amount)
export_HU_BU(credited_projects, args.HU_BU_invoice_file)
export_lenovo(credited_projects, args.Lenovo_file)

if args.upload_to_s3:
invoice_list = [
Expand Down

0 comments on commit db73e28

Please sign in to comment.