Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored billable invoice #61

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Commits on Jul 23, 2024

  1. Refactored billable invoice

    The billable invoice now subclasses the Invoice base class.
    The computations involved in preparation, namely filtering out
    nonbillable projects and PIs, and validating PI names, have been
    moved to `util.py`.
    
    The function for applying the New-PI credit (`apply_credits_new_pi`)
    is also moved there, and the I/O needed to read and write out
    the PI file has been moved out of this functions for ease of testing.
    QuanMPhm committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1c4c271 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    0a08fea View commit details
    Browse the repository at this point in the history