Changeset 11922 for main/waeup.kwarapoly
- Timestamp:
- 1 Nov 2014, 14:24:29 (10 years ago)
- Location:
- main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interfaces.py
r11759 r11922 223 223 required = True, 224 224 ) 225 utme_registration_fee = schema.Float( 226 title = _(u'UTME Registration Fee'), 227 default = 0.0, 228 required = True, 229 ) 230 utme_cbt_fee = schema.Float( 231 title = _(u'UTME CBT Fee'), 232 default = 0.0, 233 required = True, 234 ) 235 nysc_id_card_fee = schema.Float( 236 title = _(u'NYSC ID Card Fee'), 237 default = 0.0, 238 required = True, 239 ) 225 240 penalty_ug = schema.Float( 226 241 title = _(u'UG Penalty Fee'), -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r11883 r11922 83 83 'pgd_transcript_local': ('139', 200.0, 300.0, '7000016724', '9'), 84 84 'jamb_regularization': ('140', 200.0, 300.0, '0838798020', '76'), 85 'utme_registration': ('142', 6.0, 9.0, '2013910271', '8'), 86 'utme_cbt': ('143', 6.0, 9.0, '2013910271', '8'), 87 'nysc_id_card': ('144', 6.0, 9.0, '7000016724', '9'), 85 88 } 86 89 -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/tests.py
r11883 r11922 229 229 self.browser.contents) 230 230 self.assertMatches( 231 '...item_name="Hostel Maintenance Fee" item_amt="57600" bank_id="31" acct_num="0039050937"...',231 '...item_name="Hostel Maintenance" item_amt="57600" bank_id="31" acct_num="0039050937"...', 232 232 self.browser.contents) 233 233 … … 529 529 in self.browser.contents) 530 530 self.assertTrue( 531 '<item_detail item_id="1" item_name="Application Fee" '531 '<item_detail item_id="1" item_name="Application" ' 532 532 'item_amt="253300" bank_id="120" acct_num="1771440667" />' 533 533 in self.browser.contents) … … 541 541 self.browser.getLink("CollegePAY", index=0).click() 542 542 self.assertTrue( 543 '<item_detail item_id="1" item_name="Application Fee" '543 '<item_detail item_id="1" item_name="Application" ' 544 544 'item_amt="253300" bank_id="120" acct_num="1771440667" />' 545 545 in self.browser.contents) … … 562 562 self.browser.getLink("CollegePAY", index=0).click() 563 563 self.assertTrue( 564 '<item_detail item_id="1" item_name="Application Fee" '564 '<item_detail item_id="1" item_name="Application" ' 565 565 'item_amt="253300" bank_id="10" acct_num="0106259811" />' 566 566 in self.browser.contents) … … 586 586 self.browser.getLink("CollegePAY", index=0).click() 587 587 self.assertTrue( 588 '<item_detail item_id="1" item_name="Application Fee" '588 '<item_detail item_id="1" item_name="Application" ' 589 589 'item_amt="253300" bank_id="8" acct_num="2013910271" />' 590 590 in self.browser.contents) … … 613 613 self.browser.getLink("CollegePAY", index=0).click() 614 614 self.assertTrue( 615 '<item_detail item_id="1" item_name="Application Fee" '615 '<item_detail item_id="1" item_name="Application" ' 616 616 'item_amt="253300" bank_id="8" acct_num="2013910271" />' 617 617 in self.browser.contents) … … 680 680 # The university gets 570.5 - (1.5% x 570.5) - 3 - 4.5 681 681 self.assertTrue( 682 '<item_detail item_id="1" item_name="Log Book Fees" '682 '<item_detail item_id="1" item_name="Log Book" ' 683 683 'item_amt="55444" bank_id="117" acct_num="1010508401" />' 684 684 in self.browser.contents) -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py
r11759 r11922 54 54 'carryover2': '2 CarryOvers', 55 55 'carryover3': '3 CarryOvers', 56 'clearance': 'Acceptance Fee',57 'bed_allocation': 'Bed Allocation Fee',58 'hostel_maintenance': 'Hostel Maintenance Fee',59 'application': 'Application Fee',56 'clearance': 'Acceptance', 57 'bed_allocation': 'Bed Allocation', 58 'hostel_maintenance': 'Hostel Maintenance', 59 'application': 'Application', 60 60 'certificate': 'ND Certificate', 61 61 'hnd_certificate': 'HND Certificate', … … 86 86 'hnd_conv_brochure': 'HND Convocation Brochure', 87 87 'pgd_conv_brochure': 'PGD Convocation Brochure', 88 'log_book': 'Log Book Fees',88 'log_book': 'Log Book', 89 89 'jamb_regularization': 'Jamb Regularization', 90 'utme_registration': 'UTME Registration', 91 'utme_cbt': 'UTME CBT', 92 'nysc_id_card': 'NYSC ID Card' 90 93 } 91 94 … … 95 98 'carryover2': 'Two CarryOvers', 96 99 'carryover3': 'Three CarryOvers', 97 'hostel_maintenance': 'Hostel Maintenance Fee',100 'hostel_maintenance': 'Hostel Maintenance', 98 101 'certificate': 'ND Certificate', 99 102 'hnd_certificate': 'HND Certificate', … … 124 127 'hnd_conv_brochure': 'HND Convocation Brochure', 125 128 'pgd_conv_brochure': 'PGD Convocation Brochure', 126 'log_book': 'Log Book Fees',129 'log_book': 'Log Book', 127 130 'jamb_regularization': 'Jamb Regularization', 131 'utme_registration': 'UTME Registration', 132 'utme_cbt': 'UTME CBT', 133 'nysc_id_card': 'NYSC ID Card' 128 134 } 129 135 … … 169 175 'hnd_conv_brochure': 'HND Convocation Brochure', 170 176 'pgd_conv_brochure': 'PGD Convocation Brochure', 171 'log_book': 'Log Book Fees',177 'log_book': 'Log Book', 172 178 'jamb_regularization': 'Jamb Regularization', 179 'utme_registration': 'UTME Registration', 180 'utme_cbt': 'UTME CBT', 181 'nysc_id_card': 'NYSC ID Card' 173 182 }
Note: See TracChangeset for help on using the changeset viewer.