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

Added renewal_sent flag to licences #112

Merged
merged 1 commit into from
Oct 11, 2016
Merged

Commits on Oct 11, 2016

  1. Added renewal_sent flag to renewals

    Flag is set to true when either an email has been sent for a renewal
    reminder or a renewal pdf has been created for a licence.
    
    Renewals aren't sent for licences that have been amended / renewed
    already.
    
    A re-issue of a licence will set the flag to back to false allowing
    renewal reminders to be sent for reissued licences.
    
    Changed licences 'previous_licence' flag, which wasn't being used
    (except for being shown in reports, which would always be empty) to
    'replaced_by', which is used as part of the condition as to whether to
    send renewal reminders.
    
    Moved renewal reminder cron job and email code out of applications app
    into main, where they are more relevant.
    tony-gaia committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    17226c3 View commit details
    Browse the repository at this point in the history