source: WAeUP_SRP/base/skins/waeup_epayment/getSchoolFee.py @ 2600

Last change on this file since 2600 was 2534, checked in by Henrik Bettermann, 17 years ago

fix wrong indentation

  • Property svn:keywords set to Id
File size: 9.1 KB
Line 
1## Script (Python) "getSchoolFee"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=brain=None
8##title=
9##
10# $Id: getSchoolFee.py 2534 2007-11-05 06:37:12Z henrik $
11"""
12return SchoolFee
13"""
14
15fee1 = ("ART",
16        "SSC",
17        "LAW",
18        "EDU",
19        )
20session_fees = {'99': ('22200','23700'),
21                '00': ('22200','23700'),
22                '01': ('22200','23700'),
23                '02': ('22200','23700'),
24                '03': ('22200','23700'),
25                '04': ('22200','23700'),
26                '05': ('22200','23700'),
27                '06': ('22200','23700'),
28                }
29pt_fees = {
30            "DIF":{'description':"Diploma in French",'returning':"17700",'new':"32200"},
31            "DTA":{'description':"Diploma in Theatre Arts",'returning':"19700",'new':"34200"},
32            "DISD":{'description':"Diploma in International Studies",'returning':"27700",'new':"42200"},
33            "DFA":{'description':"Diploma in Fine & Applied Arts",'returning':"19700",'new':"34200"},
34            "DAE":{'description':"Diploma in Agric Econs",'returning':"25700",'new':"41700"},
35            "DFS":{'description':"Diploma in Fishery, Forestry & Wildlife",'returning':"22700",'new':"38700"},
36            "DAC":{'description':"Diploma in Agric Crop Science",'returning':"19700",'new':"35700"},
37            "DFBS":{'description':"Diploma in Food & Brewering Science",'returning':"22700",'new':"38700"},
38            "DIA":{'description':"Diploma in Accounting",'returning':"27700",'new':"42200"},
39            "DBF":{'description':"Diploma in Banking & Finance",'returning':"27700",'new':"42200"},
40            "DAIC":{'description':"Diploma in Applied Industrial Chemistry",'returning':"22700",'new':"38700"},
41            "DAM":{'description':"Diploma in Applied Microbiology",'returning':"22700",'new':"38700"},
42            "DIG":{'description':"Diploma in Geology",'returning':"25700",'new':"41700"},
43            "DSLT":{'description':"Diploma in Science Lab Tech.",'returning':"25700",'new':"41700"},
44            "DES":{'description':"Diploma in Environmental Science",'returning':"22700",'new':"38700"},
45            "DICE":{'description':"Diploma in Computer Engineering",'returning':"27700",'new':"43700"},
46            "DICHE":{'description':"Diploma in Chemical Engineering",'returning':"27700",'new':"43700"},
47            "DDP":{'description':"Diploma in Data Processing",'returning':"27700",'new':"43700"},
48            "DCG":{'description':"Diploma in Cartography",'returning':"19700",'new':"34200"},
49            "DSW":{'description':"Diploma in Social Works",'returning':"25700",'new':"40200"},
50            "DIL":{'description':"Diploma in Law",'returning':"27700",'new':"42200"},
51            "DHT":{'description':"Diploma in Recreation, Hotel & Tourism Management",'returning':"27700",'new':"42200"},
52            "DIE":{'description':"Diploma in Epidermiology",'returning':"27700",'new':"42200"},
53            "CIE":{'description':"Certificate in Epidermiology",'returning':"21200",'new':"36200"},
54            "CEHD":{'description':"Certificate in early Child Health & Development",'returning':"21200",'new':"36200"},
55            "DLS":{'description':"Diploma in Library & Information Science",'returning':"24200",'new':"37200"},
56            "BFA":{'description':"Bachelor in Fine & Applied Arts",'returning':"27700",'new':"42200"},
57            "BTA":{'description':"Bachelor in Theatre Arts",'returning':"27700",'new':"42200"},
58            "BEL":{'description':"Bachelor in English",'returning':"27700",'new':"42200"},
59            "BFR":{'description':"Bachelor in French",'returning':"27700",'new':"42200"},
60            "BISD":{'description':"Bachelor in International Studies & Diplomacy",'returning':"27700",'new':"42200"},
61            "BAE":{'description':"Bachelor in Agric Econs",'returning':"32700",'new':"48700"},
62            "BAN":{'description':"Bachelor in Animal Science",'returning':"27700",'new':"43700"},
63            "BAC":{'description':"Bachelor in Crop Science",'returning':"27700",'new':"43700"},
64            "BAS":{'description':"Bachelor in Soil Science",'returning':"27700",'new':"43700"},
65            "BIA":{'description':"Bachelor in Accounting",'returning':"32700",'new':"47200"},
66            "BBF":{'description':"Bachelor in Banking & Finance",'returning':"32700",'new':"47200"},
67            "BLG":{'description':"Bachelor in Local Govt. Admin.",'returning':"22700",'new':"37200"},
68            "BPA":{'description':"Bachelor in Public Admin.",'returning':"32700",'new':"47200"},
69            "BSW":{'description':"Bachelor in Social Works",'returning':"27700",'new':"42200"},
70            "BES":{'description':"Bachelor in Environmental Science",'returning':"27700",'new':"43700"},
71            "BSLT":{'description':"Bachelor in Science Lab. Tech.",'returning':"27700",'new':"43700"},
72            "BIP":{'description':"Bachelor in Industrial Physics",'returning':"27700",'new':"43700"},
73            "BSCS":{'description':"Bachelor in Statistics & Computer",'returning':"29700",'new':"45700"},
74            "BEEL":{'description':"Bachelor in Electronic & Electrical Engineering",'returning':"32700",'new':"48700"},
75            "BECV":{'description':"Bachelor in Civil Engineering",'returning':"32700",'new':"48700"},
76            "BEMCH":{'description':"Bachelor in Mechanical Engineering",'returning':"32700",'new':"48700"},
77            "BEPE":{'description':"Bachelor in Petroleum Engineering",'returning':"32700",'new':"48700"},
78            "BESTR":{'description':"Bachelor in Structural Engineering",'returning':"32700",'new':"48700"},
79            "BECE":{'description':"Bachelor in Chemical Engineering",'returning':"32700",'new':"48700"},
80            "BPRE":{'description':"Bachelor in Production Engineering",'returning':"32700",'new':"48700"},
81            "LLBPT":{'description':"Bachelor in Law",'returning':"32700",'new':"48700"},
82            "ODPT":{'description':"Doctor of Optometry",'returning':"42700",'new':"58700"},
83            "PHARMD1":{'description':"Doctor of Pharmacy",'returning':"44700",'new':"58700"},
84            "BECOSW":{'description':"Bachelor of Economics Education (Sandwich)",'returning':"21700",'new':"36200"},
85            "BBEDSW":{'description':"Bachelor of Business Education (Sandwich)",'returning':"21700",'new':"36200"},
86            "BENLSW":{'description':"Bachelor of English & Literature Education (Sandwich)",'returning':"21700",'new':"36200"},
87            "BEMGTSW":{'description':"Bachelor of Management Education (Sandwich)",'returning':"21700",'new':"36200"},
88            "BBIOSW":{'description':"Bachelor of Biology Education (Sandwich)",'returning':"22200",'new':"37700"},
89            "BCSCSW":{'description':"Bachelor of Computer Science Education (Sandwich)",'returning':"22200",'new':"37700"},
90            "BAGRSW":{'description':"Bachelor of Agricultural Science Education (Sandwich)",'returning':"22200",'new':"37700"},
91            "BHEDSW":{'description':"Bachelor of Health Education (Sandwich)",'returning':"22200",'new':"37700"},
92            "CPA":{'description':"Certificate in Public Admin",'returning':"21200",'new':"35200"},
93            "DHAM":{'description':"Diploma in Health Management",'returning':"24200",'new':"37200"},
94            "DNAM":{'description':"Diploma in Nursing Admin & Management",'returning':"27200",'new':"40200"},
95            "DPA":{'description':"Diploma in Public Admin",'returning':"27200",'new':"40200"},
96            "DHS":{'description':"Diploma in Primary Health Care & Statistics",'returning':"27200",'new':"40200"},
97            "ADHFM":{'description':"Advanced Diploma in Health Care Financing and Management",'returning':"29200",'new':"42200"},
98            "DAE":{'description':"Diploma in Adult Education",'returning':"20200",'new':"33200"},
99            "DME":{'description':"Diploma in Maths Education",'returning':"23200",'new':"36200"},
100            "DPE":{'description':"Diploma in Physical Education",'returning':"23200",'new':"36200"},
101            "DHE":{'description':"Diploma in Health Education",'returning':"23200",'new':"36200"},
102            "DEC":{'description':"Diploma in Early Childhood Education",'returning':"20200",'new':"33200"},
103            "DLS":{'description':"Diploma in Library & Information Science",'returning':"24200",'new':"37200"},
104            "BECO":{'description':"Bachelor in Computer Engineering",'returning':"32700",'new':"48700"}
105         }
106
107#sessionstring = "School Fee for Session %s" % context.portal_vocabularies.sessions.get(session)
108# sessionstring = "School Fee for Session %s" % context.sessions_voc(key=session)
109# fee_1_data = ("22200",sessionstring)
110# fee_2_data = ("23700",sessionstring)
111
112# if faculty in fee1:
113#     return fee_1_data
114# return fee_2_data
115d = {}
116if brain.mode.endswith('_ft'):
117    f = 1
118    if brain.faculty in fee1:
119        f = 0
120    d['new'] = session_fees[brain.session][f]
121    d['returning'] = 'not set'
122    d['description'] = "School Fee for Session %s" % context.sessions_voc(key=brain.session)
123if pt_fees.has_key(brain.course):
124    d = pt_fees[brain.course]
125    d['description'] = "School Fee for Session %s, %s" % (context.sessions_voc(key=brain.session),
126                                                         d['description'])
127return d
128
Note: See TracBrowser for help on using the repository browser.