Changeset 12920 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 9 May 2015, 21:48:17 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/batchprocessing.txt
r12868 r12920 1 Batch processing via browser1 Batch Processing via Browser 2 2 **************************** 3 3 … … 58 58 59 59 60 Batch processing faculties60 Batch Processing Faculties 61 61 ========================== 62 62 … … 166 166 167 167 168 Batch processing departments168 Batch Processing Departments 169 169 ============================ 170 170 … … 231 231 ...File:...departments_zope.mgr.csv... 232 232 233 Batch processing courses233 Batch Processing Courses 234 234 ======================== 235 235 … … 296 296 ...File:...courses_zope.mgr.csv... 297 297 298 Batch processing certificates298 Batch Processing Certificates 299 299 ============================= 300 300 … … 362 362 ...File:...certificates_zope.mgr.csv... 363 363 364 Batch processing certificate courses364 Batch Processing Certificate Courses 365 365 ==================================== 366 366 … … 427 427 ...File:...mycertcourses_zope.mgr.csv... 428 428 429 Batch processing users429 Batch Processing Users 430 430 ====================== 431 431 … … 499 499 ['waeup.PortalManager', 'waeup.AcademicsOfficer', 'waeup.ImportManager'] 500 500 501 Pending files501 Pending Files 502 502 ============= 503 503 … … 587 587 588 588 589 Fixing the pending file589 Fixing the Pending File 590 590 ----------------------- 591 591 -
main/waeup.kofa/trunk/src/waeup/kofa/browser/browser.txt
r12919 r12920 984 984 985 985 986 Certificate Courses987 ================== 986 Certificate Courses 987 =================== 988 988 989 989 Once we have a certificate, we can add also certificate courses. These … … 1030 1030 1031 1031 1032 Adding certificate courses1033 ------------------------- 1032 Adding certificate courses 1033 -------------------------- 1034 1034 1035 1035 Certcourses are stored in :class:`ICertificate` instances … … 1057 1057 ['--', 'COURSE1 - Course 1', 'COURSE2 - Course 2'] 1058 1058 1059 We select the first course and create our certificate course:1059 We select the first course and create our certificate course: 1060 1060 1061 1061 >>> ctrl.getControl('COURSE1').selected = True … … 1063 1063 >>> browser.getControl('Add certificate course').click() 1064 1064 1065 Our certificate course will be linked on the parent certificate page:1065 Our certificate course will be linked on the parent certificate page: 1066 1066 1067 1067 >>> browser.open(cert_url) … … 1070 1070 'http://localhost/my...sity/faculties/TF/TD/certificates/CERT1/COURSE1_100' 1071 1071 1072 We can't add the same certificate course twice:1072 We can't add the same certificate course twice: 1073 1073 1074 1074 >>> cert_url = dept_url + '/certificates/CERT1' … … 1082 1082 True 1083 1083 1084 When we started to add a new certificate course, we can also cancel the1084 When we started to add a new certificate course, we can also cancel the 1085 1085 process before submitting. This will bring us back to the certificate 1086 1086 page: … … 1092 1092 1093 1093 1094 Modifying certificate courses1095 ---------------------------- 1094 Modifying certificate courses 1095 ----------------------------- 1096 1096 1097 1097 We can change the settings for a certcourse by clicking on the … … 1137 1137 ... 1138 1138 1139 Searching certificate courses1140 ---------------------------- 1139 Searching certificate courses 1140 ----------------------------- 1141 1141 1142 1142 >>> browser.open('http://localhost/myuniversity/faculties/search') … … 1153 1153 True 1154 1154 1155 Deleting certificate courses1156 --------------------------- 1155 Deleting certificate courses 1156 ---------------------------- 1157 1157 1158 1158 We can delete certcourses by browsing the containing certificate manage page:
Note: See TracChangeset for help on using the changeset viewer.