Changeset 3586 for WAeUP_SRP/aaua
- Timestamp:
- 27 Jul 2008, 10:09:17 (16 years ago)
- Location:
- WAeUP_SRP/aaua
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/aaua/profiles/default/applicants_catalog.xml
r3443 r3586 56 56 <column value="status"/> 57 57 <column value="aos"/> 58 <column value="entry_session"/> 58 59 <index name="reg_no" meta_type="FieldIndex"> 59 60 <indexed_attr value="reg_no"/> … … 74 75 <indexed_attr value="course_admitted"/> 75 76 </index> 77 <index name="entry_session" meta_type="FieldIndex"> 78 <indexed_attr value="entry_session"/> 79 </index> 76 80 <index name="student_id" meta_type="FieldIndex"> 77 81 <indexed_attr value="student_id"/> -
WAeUP_SRP/aaua/profiles/default/layouts/application_manage.xml
r3446 r3586 466 466 <property name="css_class_expr">string:row</property> 467 467 </widget> 468 <widget name="pin" meta_type=" Pume PinWidget">468 <widget name="pin" meta_type="String Widget"> 469 469 <property name="title">Access Code</property> 470 470 <property name="fields"> … … 485 485 <property name="hidden_readonly_layout_modes"/> 486 486 <property name="css_class_expr">string:row</property> 487 <property name="prefix">APP</property>488 <property name="reference">reg_no</property>489 487 </widget> 490 488 <widget name="emergency_pin_change" meta_type="String Widget"> … … 964 962 </widget> 965 963 964 <widget name="entry_session" meta_type="WAeUP Session Widget"> 965 <property name="title">Entry Session</property> 966 <property name="fields"> 967 <element value="entry_session"/> 968 </property> 969 <property name="label">Entry Session</property> 970 <property name="label_edit">Entry Session</property> 971 <property name="is_required">False</property> 972 <property name="readonly_layout_modes"/> 973 <property name="hidden_layout_modes"/> 974 <property name="hidden_readonly_layout_modes"/> 975 <property name="vocabulary">unset</property> 976 <property name="sorted">True</property> 977 </widget> 978 966 979 <table> 967 980 <row> … … 1116 1129 </row> 1117 1130 <row> 1131 <cell name="entry_session" ncols="2"/> 1132 </row> 1133 <row> 1118 1134 <cell name="notice" ncols="2"/> 1119 1135 </row> -
WAeUP_SRP/aaua/profiles/default/layouts/application_pde.xml
r3446 r3586 495 495 <property name="hidden_readonly_layout_modes"/> 496 496 <property name="css_class_expr">string:row</property> 497 <property name="prefix"> APP</property>497 <property name="prefix">PDE</property> 498 498 <property name="reference">reg_no</property> 499 499 </widget> -
WAeUP_SRP/aaua/profiles/default/layouts/application_pume.xml
r3446 r3586 87 87 <property name="readonly_layout_modes"/> 88 88 <property name="hidden_layout_modes"> 89 <element value=" edit"/>89 <element value="create"/> 90 90 </property> 91 91 <property name="view_format">%d/%m/%Y</property> … … 414 414 <property name="hidden_readonly_layout_modes"/> 415 415 <property name="css_class_expr">string:row</property> 416 <property name="prefix"> APP</property>416 <property name="prefix">PUME</property> 417 417 <property name="reference">reg_no</property> 418 418 </widget> -
WAeUP_SRP/aaua/profiles/default/layouts/import_application.xml
r3491 r3586 383 383 <property name="css_class_expr">string:row</property> 384 384 </widget> 385 <widget name="lga" meta_type=" SelectWidget">386 <property name="title"> State/LGA</property>385 <widget name="lga" meta_type="WAeUP LGA Widget"> 386 <property name="title">LGA</property> 387 387 <property name="fields"> 388 388 <element value="lga"/> 389 389 </property> 390 <property name="label">State/LGA</property> 391 <property name="label_edit">State/LGA (confirmed by applicant)</property> 392 <property name="readonly_layout_modes"> 393 </property> 390 <property name="label">LGA</property> 391 <property name="label_edit">LGA</property> 392 <property name="readonly_layout_modes"/> 394 393 <property name="hidden_layout_modes"> 395 394 </property> 396 395 <property name="hidden_readonly_layout_modes"/> 397 <property name="vocabulary">local_gov_areas</property>398 <property name="sorted">True</property>399 396 </widget> 400 397 <widget name="middlenames" meta_type="String Widget"> … … 447 444 </property> 448 445 <property name="hidden_readonly_layout_modes"/> 449 <property name="view_format">%A, %B %d, %Y</property>450 <property name="time_setting">False</property>451 446 <property name="css_class_expr">string:row</property> 452 447 </widget> -
WAeUP_SRP/aaua/profiles/default/schemas/import_application.xml
r3443 r3586 57 57 <field name="hq_disc" meta_type="CPS String Field"/> 58 58 <field name="serial" meta_type="CPS String Field"/> 59 <field name="entry_session" meta_type="CPS String Field"/> 59 60 </object> -
WAeUP_SRP/aaua/waeup_custom/getPaymentsFolderInfo.py
r3312 r3586 71 71 elif review_state == 'returning' and info['next_session'] != session: 72 72 info['payment_method'] = "online_payment" 73 info['prod_id'] = ' 83'73 info['prod_id'] = '105' 74 74 75 75 # end customization -
WAeUP_SRP/aaua/waeup_custom/pay_interswitch.py
r2913 r3586 48 48 return context.interswitch_form(info=info) 49 49 50 info['site_id'] = ' 83'50 info['site_id'] = '105' 51 51 info['currency_id'] = '566' 52 pay_item_id = "10500" 52 53 53 pay_item_id = "8302"54 54 #info['type_code'] = sbrain.course #type_code is redundant and will be removed soon 55 55 info['bank'] = '' … … 67 67 now = DateTime.DateTime() 68 68 info['date'] = now 69 info['pay_ship_to'] = " Federal College of Education Okene"69 info['pay_ship_to'] = "Adekunle Ajasin University" 70 70 timestamp = "%d" % int(now.timeTime()*1000) 71 71 info['order_id'] = "%s%s" % (student_id[1:],timestamp) … … 82 82 83 83 if True: 84 info['action'] = "https://webpay.interswitchng.com/ paydirect/webpay/pay.aspx"84 info['action'] = "https://webpay.interswitchng.com/test_paydirect/webpay/pay.aspx" 85 85 else: 86 86 #pass … … 128 128 args[arg] = info[field] 129 129 130 bt_amount = 4000 131 132 aaua_amount = amount - bt_amount 133 xmldict = {} 134 xmldict['detail_ref'] = args['txn_ref'] 135 xmldict['department'] = student_record.department 136 xmldict['faculty'] = student_record.faculty 137 xmldict['aaua_amount'] = "%d" % int(100*aaua_amount) 138 xmldict['bt_amount'] = "%d" % int(100*bt_amount) 139 140 141 xmltext = """ 142 <payment_item_detail> 143 <item_details detail_ref="%(detail_ref)s" college="AAUA" department="%(department)s" faculty="%(faculty)s"> 144 <item_detail item_id="1" item_name="AAUA" item_amt="%(aaua_amount)s" bank_id="00" acct_num="0000000000000000" /> 145 <item_detail item_id="2" item_name="BT" item_amt="%(bt_amount)s" bank_id="00" acct_num="0000000000000000" /> 146 </item_details> 147 </payment_item_detail> 148 """ % xmldict 149 150 130 151 args['Amount'] = "%d" % (total_amount) 131 args['site_name'] = " fceokene.waeup.org"152 args['site_name'] = "aaua.waeup.org" 132 153 args['cust_name_desc'] = "Student Name" 133 154 args['pay_item_id'] = pay_item_id 134 args['pay_item_name'] = "FCEOKENE Tuition Payments" 135 args['payment_params'] = 'switch_college_split' 136 args['xml_data'] = '' 155 args['pay_item_name'] = "AAUA Tuition Payments" 156 args['payment_params'] = 'college_split' 157 #args['xml_data'] = '' 158 args['xml_data'] = xmltext 137 159 info['args'] = args 138 160 return context.goto_interswitch_form(info=info) 161
Note: See TracChangeset for help on using the changeset viewer.