source: main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py @ 16700

Last change on this file since 16700 was 16606, checked in by Henrik Bettermann, 3 years ago

Bugfix

  • Property svn:keywords set to Id
File size: 13.2 KB
RevLine 
[14746]1## $Id: browser.py 16606 2021-09-06 11:54:37Z henrik $
2##
3## Copyright (C) 2017 Uli Fouquet & Henrik Bettermann
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 2 of the License, or
7## (at your option) any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program; if not, write to the Free Software
16## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17##
18
[14767]19from kofacustom.nigeria.remita.studentsbrowser import (
[14746]20    module_activated,
[14757]21    RemitaRequestPaymentStatusPageStudent,
[14792]22    RemitaVerifyPaymentStatusPageStudent,
[14746]23    RemitaPageStudent)
[14767]24from kofacustom.nigeria.remita.applicantsbrowser import (
25    RemitaRequestPaymentStatusPageApplicant,
[14792]26    RemitaVerifyPaymentStatusPageApplicant,
[14767]27    RemitaPageApplicant)
[14746]28
[14792]29# Temporarily we can use the test portal like in kofacustom.nigeria
[16090]30MERCHANTID = '2067163382'
31HOST = 'login.remita.net'
32HTTPS = True
33API_KEY = '309418'
34SERVICETYPEID = '4430731'
[14792]35
[14757]36class CustomRemitaRequestPaymentStatusPageStudent(
37    RemitaRequestPaymentStatusPageStudent):
[14746]38    """ Request webservice view for the Remita gateway.
39    """
40
[14792]41    merchantId = MERCHANTID
42    host = HOST
43    https = HTTPS
44    api_key = API_KEY
[14746]45
[14792]46class CustomRemitaVerifyPaymentStatusPageStudent(
47    RemitaVerifyPaymentStatusPageStudent):
48    """ Request webservice view for the Remita gateway.
49    """
50
51    merchantId = MERCHANTID
52    host = HOST
53    https = HTTPS
54    api_key = API_KEY
55
[14746]56class CustomRemitaPageStudent(RemitaPageStudent):
57    """ View which sends a POST request to the Remita payment gateway.
58    """
59
[14792]60    merchantId = MERCHANTID
61    host = HOST
62    https = HTTPS
63    api_key = API_KEY
64
[14746]65    init_url = '/remita/ecomm/split/init.reg'
66
[14776]67    @property
[14795]68    def serviceTypeId(self):
69        student = self.context.student
70        if self.context.p_category == 'schoolfee':
71            if student.current_mode.startswith('dp_'):
72                return '2067090482'
73            if student.current_mode == 'pg_ft':
74                return '2067090691'
[14852]75            if student.current_mode.endswith('pg_pt'):
[14795]76                return '2067091011'
77            if student.current_mode == 'ug_sw':
78                return '2066967204'
[14809]79            if student.current_mode.endswith('ug_ft'):
[14795]80                return '2067091395'
81            if student.current_mode == 'ug_pt':
82                return '2067091679'
[14960]83            if student.current_mode == 'special_ft':
84                return '2750318564' # Module 2
[14902]85            if student.is_jupeb:
[14795]86                return '1946888188'
[14799]87        if self.context.p_category == 'bed_allocation':
88            if student.is_postgrad:
89                return '2067086599'
90            return '2067089893'
91        if self.context.p_category == 'hostel_maintenance':
92            if student.is_postgrad:
93                return '2067089226'
94            return '2066966390'
95        if self.context.p_category == 'clearance':
96            if student.current_mode.startswith('dp_'):
97                return '2067080314'
[14902]98            if student.is_jupeb:
[14799]99                return '1947201668'
100            if student.is_postgrad:
101                return '2067086157'
102            return '2067089446'
103        if self.context.p_category == 'jupeb':
104            return '1947198586'
[14970]105        #if self.context.p_category == 'pharmd_1':
106        #    return '2750314820' # Clerkship
[14960]107        if self.context.p_category == 'pharmd_2':
108            return '2750174184' # Module 1
[16388]109        if self.context.p_category == 'medical_quest':
[16389]110            return '512570052'
[14795]111        return ''
112
[14767]113    def dynamic_provider_amt(self, student):
114        if student.entry_session >= 2016:
115            return 2500.0
116        return 1500.0
117
118    @property
[16090]119    def lineitems(self):
[14960]120        inst_bankcode = "000"
121        inst_acct = "0040217361011"
[14767]122        provider_amt = 0.0
[15929]123        student_union = 0.0
[16337]124        jupeb_amt = 0.0
125        reduced_inst_amt = 0.0
126        lab_amt = 0.0
[14767]127        if self.context.p_category == 'schoolfee' and \
128            not self.context.p_item == 'Balance':
[14770]129            provider_amt = self.dynamic_provider_amt(self.context.student)
[15929]130            if self.context.student.current_mode == 'ug_ft':
131                student_union = 1000.0
[14767]132        elif self.context.p_category == 'clearance':
[14770]133            provider_amt = self.dynamic_provider_amt(self.context.student)
[16337]134
[15938]135        inst_amt = self.context.amount_auth - provider_amt - student_union
[16337]136
[15929]137        lineitems = (
138                      {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
139                      "beneficiaryAccount":inst_acct,"bankCode":inst_bankcode,
140                      "beneficiaryAmount":inst_amt,"deductFeeFrom":"1"},
141                    )
[14767]142        if provider_amt:
[15929]143            lineitems += ({"lineItemsId":"itemid2","beneficiaryName":"WAeAC",
[14767]144                          "beneficiaryAccount":"1014261520","bankCode":"057",
[15929]145                          "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},)
146        if student_union:
147            lineitems += ({"lineItemsId":"itemid3","beneficiaryName":"Student Union",
148                          "beneficiaryAccount":"0025636203","bankCode":"039",
149                          "beneficiaryAmount":student_union,"deductFeeFrom":"0"},)
150
[16398]151        ## Disabled on 24/02/21
152        ## We overwrite linetems in case of JUPEB students
153        #if self.context.student.is_jupeb:
154        #    if self.context.p_category == 'clearance':
155        #        provider_amt = self.dynamic_provider_amt(self.context.student)
156        #        reduced_inst_amt = 0.7 * inst_amt
157        #        jupeb_amt = 0.3 * inst_amt
158        #    elif self.context.p_category == 'schoolfee' and \
159        #        not self.context.p_item == 'Balance':
160        #        provider_amt = self.dynamic_provider_amt(self.context.student)
161        #        if self.context.student.depcode in ('AGR_JUP','EDU_JUP','ENG_JUP',
162        #                                       'LSC_JUP','MED_JUP','PSC_JUP'):
163        #            lab_amt = 10000
164        #        reduced_inst_amt = 0.7 * (inst_amt - lab_amt)
165        #        jupeb_amt = 0.3 * (inst_amt - lab_amt) + lab_amt
166        #    lineitems = (
167        #                  {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
168        #                  "beneficiaryAccount":inst_acct,"bankCode":inst_bankcode,
169        #                  "beneficiaryAmount":reduced_inst_amt,"deductFeeFrom":"1"},
170        #                )
171        #    lineitems += ({"lineItemsId":"itemid2","beneficiaryName":"JUPEB",
172        #                  "beneficiaryAccount":"1100020192","bankCode":"039",
173        #                  "beneficiaryAmount":jupeb_amt,"deductFeeFrom":"0"},)
174        #    if provider_amt:
175        #        lineitems += ({"lineItemsId":"itemid3","beneficiaryName":"WAeAC",
176        #                      "beneficiaryAccount":"1014261520","bankCode":"057",
177        #                      "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},)
178        #    if student_union:
179        #        lineitems += ({"lineItemsId":"itemid4","beneficiaryName":"Student Union",
180        #                      "beneficiaryAccount":"0025636203","bankCode":"039",
181        #                      "beneficiaryAmount":student_union,"deductFeeFrom":"0"},)
[16337]182
183
[14960]184        # Split pharmd school fee payments into 3 parts if students decide to pay the
185        # entire school fee at once. If the amount is less than N240000, the student
186        # has obviously paid the first installment of N80000 (pharmd_1)
[14970]187        # (disabled on 16/03/18)
188        #if self.context.p_category == 'schoolfee' \
189        #    and self.context.student.current_mode == 'special_ft' \
190        #    and self.context.amount_auth >= 240000:
191        #    pcn_amt = 80000.0
192        #    inst_amt -= pcn_amt
193        #    lineitems = (
194        #                  {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
195        #                  "beneficiaryAccount":inst_acct,"bankCode":inst_bankcode,
196        #                  "beneficiaryAmount":inst_amt,"deductFeeFrom":"1"},
197        #                  {"lineItemsId":"itemid2","beneficiaryName":"PCN",
198        #                  "beneficiaryAccount":"0020197061015","bankCode":inst_bankcode,
199        #                  "beneficiaryAmount":pcn_amt,"deductFeeFrom":"0"},
200        #                  {"lineItemsId":"itemid3","beneficiaryName":"WAeAC",
201        #                  "beneficiaryAccount":"1014261520","bankCode":"057",
202        #                  "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"}
203        #                )
[14960]204        self.context.provider_amt = provider_amt
[15817]205        self.context.net_amt = inst_amt
[14767]206        return lineitems
207
[14746]208    def update(self):
[15828]209        if not module_activated(
210            self.context.student.current_session, self.context):
[14746]211            return
[14778]212        self.orderId = self.context.p_id
213        self.amount = str(self.context.amount_auth)
[14746]214        error = self.init_update()
215        if error:
216            self.flash(error, type='danger')
217            self.redirect(self.url(self.context, '@@index'))
218            return
[15817]219        self.context.r_company = u'remita'
[14767]220        return
221
222class CustomRemitaRequestPaymentStatusPageApplicant(
223    RemitaRequestPaymentStatusPageApplicant):
224    """ Request webservice view for the Remita gateway.
225    """
226
[14792]227    merchantId = MERCHANTID
228    host = HOST
229    https = HTTPS
230    api_key = API_KEY
[14767]231
[14792]232class CustomRemitaVerifyPaymentStatusPageApplicant(
233    RemitaVerifyPaymentStatusPageApplicant):
234    """ Request webservice view for the Remita gateway.
235    """
236
237    merchantId = MERCHANTID
238    host = HOST
239    https = HTTPS
240    api_key = API_KEY
241
[14767]242class CustomRemitaPageApplicant(RemitaPageApplicant):
243    """ View which sends a POST request to the Remita payment gateway.
244    """
245
[14792]246    merchantId = MERCHANTID
247    host = HOST
248    https = HTTPS
249    api_key = API_KEY
250
[14767]251    init_url = '/remita/ecomm/split/init.reg'
252
[14776]253    @property
[14795]254    def serviceTypeId(self):
[14799]255        applicant = self.context.__parent__
[14800]256        if applicant.__parent__.prefix.startswith('dp'):
[14813]257            return '2066963437'
[14832]258        if applicant.__parent__.prefix in ('spft', ):
[14813]259            return '2067086388'
[14800]260        if applicant.__parent__.prefix == 'pre':
[14813]261            return '1946882248'
[14800]262        if applicant.__parent__.prefix in ('pude','putme','cbt',
[16230]263                                           'ab','ak','akj','ase'):
[14813]264            return '2066965951'
[16230]265        if applicant.__parent__.prefix in ('tscs', 'tscf'):
266            return '698984179'
[14799]267        return ''
[14795]268
269    @property
[16090]270    def demo_lineitems(self):
[14800]271        lineitems = (
[14776]272                      {"lineItemsId":"itemid1","beneficiaryName":"Klaus Mueller",
273                      "beneficiaryAccount":"6020067886","bankCode":"011",
274                      "beneficiaryAmount":self.context.amount_auth/2,"deductFeeFrom":"1"},
275                      {"lineItemsId":"itemid2","beneficiaryName":"Werner Rumm",
276                      "beneficiaryAccount":"0360883515","bankCode":"050",
277                      "beneficiaryAmount":self.context.amount_auth/2,"deductFeeFrom":"0"}
278                    )
279        return lineitems
[14770]280
[14767]281    @property
[16090]282    def lineitems(self):
[15491]283        provider_amt = 1000.0
[16205]284        if self.context.__parent__.applicant_id.startswith('pre'):
285            provider_amt = 2000.0
286        if self.context.__parent__.applicant_id.startswith('tsc'):
287            provider_amt = 1200.0
[16606]288            if self.context.__parent__.order == 'c':
[16597]289                provider_amt = 1000.0
[16205]290        if self.context.__parent__.applicant_id.startswith('ase'):
291            provider_amt = 500.0
[16310]292        if self.context.__parent__.applicant_id.startswith('pude'):
293            provider_amt = 500.0
[14888]294        if self.context.__parent__.applicant_id.startswith('dp'):
295            inst_acct = "0040217361038"
296        else:
297            inst_acct = "0040217361011"
[15499]298        if self.context.__parent__.applicant_id.startswith('cbt'):
[16201]299            provider_amt = 300.0
[16205]300        if self.context.p_item == 'Balance':
301            provider_amt = 0.0
[14770]302        inst_amt = self.context.amount_auth - provider_amt
[14767]303        lineitems = (
[14770]304                      {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
[14888]305                      "beneficiaryAccount":inst_acct,"bankCode":"000",
[14770]306                      "beneficiaryAmount":inst_amt,"deductFeeFrom":"1"},
[14767]307                    )
[16205]308        if provider_amt:
309            lineitems += ({"lineItemsId":"itemid2","beneficiaryName":"WAeAC",
310                          "beneficiaryAccount":"1014261520","bankCode":"057",
311                          "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},)
312
[14960]313        self.context.provider_amt = provider_amt
[15817]314        self.context.net_amt = inst_amt
[14767]315        return lineitems
316
317    def update(self):
[15828]318        if not module_activated(
319            self.context.__parent__.__parent__.year, self.context):
[14767]320            return
[14778]321        self.orderId = self.context.p_id
322        self.amount = str(self.context.amount_auth)
[14767]323        error = self.init_update()
324        if error:
325            self.flash(error, type='danger')
326            self.redirect(self.url(self.context, '@@index'))
327            return
[15817]328        self.context.r_company = u'remita'
[14746]329        return
Note: See TracBrowser for help on using the repository browser.