Ignore:
Timestamp:
12 Nov 2008, 13:19:51 (16 years ago)
Author:
Henrik Bettermann
Message:

new school fee logig for Oyo and Okene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_fceoyo/pay_interswitch.py

    r3752 r3759  
    127127    args[arg] = info[field]
    128128
    129 bt_amount = 1750
    130 fceoyo_split = 750
     129bt_amount = 2000
     130fceoyo_split = 500
    131131
    132 #getSchoolFee provides pure school fee, the fees have to be added
     132#getSchoolFee provides pure school fee, the other fees have to be added
    133133total_amount = 100* (amount + interswitch_amount + bt_amount + fceoyo_split)       
    134134
     
    142142
    143143if student_record.mode in ('ug_sw','prence',):
    144     xmldict['fceoyo_acct'] = "0285001000000899"
     144    xmldict['fceoyo_acct'] = "0061001000021076"
    145145    xmldict['bank_id'] = '89'
    146146elif student_record.mode in ('ug_ft',):
    147     xmldict['fceoyo_acct'] = "1681001000137"
     147    xmldict['fceoyo_acct'] = "3030010073"
    148148    xmldict['bank_id'] = '125'
    149149else:
     
    157157<item_details detail_ref="%(detail_ref)s" college="fceoyo" department="%(department)s" faculty="%(faculty)s" >
    158158<item_detail item_id="1" item_name="FCEOyo School Fee" item_amt="%(amount)s" bank_id="%(bank_id)s" acct_num="%(fceoyo_acct)s" />
    159 <item_detail item_id="2" item_name="FCEOyo Split" item_amt="%(fceoyo_split)s" bank_id="125" acct_num="1681001000119" />
    160 <item_detail item_id="3" item_name="BT" item_amt="%(bt_amount)s" bank_id="89" acct_num="0061001000021095" />
     159<item_detail item_id="2" item_name="FCEOyo Split" item_amt="%(fceoyo_split)s" bank_id="125" acct_num="3030010076" />
     160<item_detail item_id="3" item_name="BT" item_amt="%(bt_amount)s" bank_id="89" acct_num="0061001000021096" />
    161161</item_details>
    162162</payment_item_detail>""" % xmldict
Note: See TracChangeset for help on using the changeset viewer.