Ignore:
Timestamp:
10 May 2010, 19:00:38 (15 years ago)
Author:
Henrik Bettermann
Message:

show diploma applicant statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_statistics/getApplicantsStatistics.py

    r3709 r5187  
    2525res_submitted_cest = context.applicants_catalog(status = 'submitted', screening_type = 'cest')
    2626res_submitted_sandwich = context.applicants_catalog(status = 'submitted', screening_type = 'sandwich')
     27res_submitted_dp = context.applicants_catalog(status = 'submitted', screening_type = 'dp')
    2728res_not_admitted = context.applicants_catalog(status = 'not admitted')
    2829res_submitted_pde = context.applicants_catalog(status = 'submitted', screening_type = 'pde')
     
    3334info['submitted_cest'] = len(res_submitted_cest)
    3435info['submitted_sandwich'] = len(res_submitted_sandwich)
     36info['submitted_dp'] = len(res_submitted_dp)
    3537info['admitted'] = len(res_admitted)
    3638info['not_admitted'] = len(res_not_admitted)
Note: See TracChangeset for help on using the changeset viewer.