Changeset 16712 for main/kofacustom.edocons/trunk/src/kofacustom/edocons
- Timestamp:
- 11 Nov 2021, 14:33:18 (3 years ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/browser.py
r16699 r16712 41 41 NigeriaExportPDFPaymentSlip, 42 42 NigeriaExportPDFClearanceSlip, 43 NigeriaExportPDFPaymentSlip, 43 44 ) 44 45 … … 90 91 letterhead_path=letterhead_path, post_text=self.post_text) 91 92 93 94 class CustomExportPDFPaymentSlip(NigeriaExportPDFPaymentSlip): 95 """Deliver a PDF slip of the context. 96 """ 97 omit_fields = ('password', 'suspended', 'suspended_comment', 'phone', 98 'adm_code', 'sex', 'email', 'date_of_birth', 'current_level', 99 'flash_notice', 'certificate', 'faculty', 'parents_email') 100 -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py
r16710 r16712 28 28 'schoolfee_1': 'School Fee (66% - 1st instalment)', 29 29 'secondinstal': 'School Fee (34% - 2nd instalment)', 30 'clearance': 'Acceptance Fee (not applicable)',30 'clearance': 'Acceptance Fee', 31 31 #'bed_allocation': 'Bed Allocation Fee', 32 32 #'hostel_maintenance': 'Hostel Maintenance Fee', 33 33 #'transfer': 'Transfer Fee', 34 34 #'gown': 'Gown Hire Fee', 35 'application': 'Application Fee (not applicable)',35 'application': 'Application Fee', 36 36 #'app_balance': 'Application Fee Balance', 37 37 #'transcript': 'Transcript Fee',
Note: See TracChangeset for help on using the changeset viewer.