Changeset 2660 for WAeUP_SRP/base


Ignore:
Timestamp:
14 Nov 2007, 22:01:09 (17 years ago)
Author:
Henrik Bettermann
Message:

prepare statistics for session 2007/2008

06/07 new students who are not yet cleared will not be counted.

Location:
WAeUP_SRP/base/skins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_epayment/getSchoolFee.py

    r2653 r2660  
    2626                '05': ('22200','23700'),
    2727                '06': ('22200','23700'),
     28                '07': ('22200','23700'),
    2829                }
    2930pt_fees = {
  • WAeUP_SRP/base/skins/waeup_statistics/getNewStudentStatistics.py

    r2431 r2660  
    2020    return
    2121
    22 entry_sessions = ('-1','06','6')
     22entry_sessions = (context.getSessionId()[0])
    2323
    2424# students with entry_session None (-1) are interprteted as new AND returning students if they are
  • WAeUP_SRP/base/skins/waeup_statistics/getRetStudentStatistics.py

    r2431 r2660  
    1818logger.info('%s invoked statistics' % context.portal_membership.getAuthenticatedMember())
    1919if not context.isStaff():
    20     return
     20    return 'Not allowed'
    2121
    22 entry_sessions = ('-1','94','95','96','97','98','99','00','01','02','03','04','05','0','1','2','3','4','5')
     22entry_sessions = ('','-1','94','95','96','97','98','99','00','01','02','03','04','05','06','0','1','2','3','4','5','6')
    2323
    2424ret_states =      ('returning',
  • WAeUP_SRP/base/skins/waeup_student/student_view.pt

    r2640 r2660  
    9090            <td>
    9191              <a href="edit" tal:attributes="href string:session_results_view">
    92                 <strong>Session Results</strong>
     92                <strong>Session Results 2005/2006</strong>
    9393              </a>             
    9494            </td>
Note: See TracChangeset for help on using the changeset viewer.