Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<title>Import Students Classes From Admissions+ To SIMS</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet" />
</head>
<style>
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
label {
font-size: 18px;
font-weight: bold;
}
body, html {
height: 100%;
font-family: OpenSans-Regular;
margin: 0 auto;
}
pre {
overflow: hidden;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
h1 {
color: white;
text-align: center;
margin-top: 20px;
}
h3 {
color: white;
text-align: center;
margin-top: 20px;
}
.container {
min-height: 100%;
padding: 30px 0px 30px 0px;
background: #c850c0;
background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
background: -o-linear-gradient(45deg, #4158d0, #c850c0);
background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
background: linear-gradient(45deg, #4158d0, #c850c0);
}
.content {
width: 70%;
margin: 0 auto;
box-sizing: border-box;
overflow: hidden;
}
table {
border-spacing: 1;
border-collapse: collapse;
background: white;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}
table * {
position: relative;
}
table td, table th {
padding-left: 15px;
}
table thead tr {
height: 60px;
background: #36304a;
}
table tbody tr {
height: 50px;
}
table tbody tr:last-child {
border: 0;
}
table td, table th {
text-align: left;
}
table td.l, table th.l {
text-align: right;
}
table td.c, table th.c {
text-align: center;
}
table td.r, table th.r {
text-align: center;
}
.table-head th {
font-family: OpenSans-Regular;
font-size: 18px;
color: #fff;
line-height: 1.2;
font-weight: unset;
}
tbody tr:nth-child(even) {
background-color: #f5f5f5;
}
tbody tr:nth-child(odd) {
background-color: #f2e2f5;
}
tbody tr {
font-family: OpenSans-Regular;
font-size: 15px;
color: #808080;
line-height: 1.2;
font-weight: unset;
}
tbody tr:hover {
color: #555555;
background-color: #f5ddcd;
cursor: pointer;
}
.tab-wrap {
-webkit-transition: 0.3s box-shadow ease;
transition: 0.3s box-shadow ease;
border-radius: 6px;
max-width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
list-style: none;
background-color: #fff;
margin: 40px 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}
.tab {
display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tab:checked + label {
background-color: #fff;
box-shadow: 0 -1px 0 #fff inset;
cursor: default;
}
.tab:checked + label:hover {
box-shadow: 0 -1px 0 #fff inset;
background-color: #fff;
}
.tab + label {
box-shadow: 0 -1px 0 #eee inset;
border-radius: 6px 6px 0 0;
cursor: pointer;
display: block;
text-decoration: none;
color: #333;
-webkit-box-flex: 3;
-ms-flex-positive: 3;
flex-grow: 3;
text-align: center;
background-color: #f2f2f2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
transition: 0.3s background-color ease, 0.3s box-shadow ease;
height: 50px;
box-sizing: border-box;
padding: 15px;
}
.tab + label:hover {
background-color: #f9f9f9;
box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
padding: 30px 25px;
background-color: transparent;
position: absolute;
width: 100%;
z-index: -1;
opacity: 0;
left: 0;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
border-radius: 6px;
}
@media screen and (max-width: 992px) {
table {
display: block;
}
table > *, table tr, table td, table th {
display: block;
}
table thead {
display: none;
}
table tbody tr {
height: auto;
padding: 37px 0;
}
table tbody tr td {
margin-bottom: 24px;
}
table tbody tr td:last-child {
margin-bottom: 0;
}
table tbody tr td:before {
font-family: OpenSans-Regular;
font-size: 14px;
color: #999999;
line-height: 1.2;
font-weight: unset;
position: absolute;
width: 40%;
left: 30px;
top: 0;
}
tbody tr {
font-size: 14px;
}
}
@media (max-width: 576px) {
.container {
padding-left: 15px;
padding-right: 15px;
}
}
</style>
<body>
<div class="container">
<div class="content">
<h1>Import Students Classes From Admissions+ To SIMS</h1>
<h3>Sunday, 20 September 2020 17:21:42</h3>
<pre><div class='tab-wrap'><input type = 'radio' id='tab1' name='tabGroup' class='tab' checked><label for='tab1'>Running Process</label><input type = 'radio' id='tab2' name='tabGroup' class='tab' ><label for='tab2'>Summary</label><input type = 'radio' id='tab3' name='tabGroup' class='tab' ><label for='tab3'>Errors & Warnings</label><div class='tab__content'>System has finished matching existing student(s) from SIMS.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1/ Student 'Abigail Matthews' with Admissions+ Person ID '7538' has been processed...
System has successfully mapped the student by: 'AdmissionNumber'
a/ Basic student's information from Admissions+ as below:
- Application Reference Number: '823-2019-08-E-007538'
- Unique Learner Number: ''
- Admission Number: '005470'
------------------- Messages ----------------------
FAILED: Student 'Abigail Matthews' does not have any class to import!
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2/ Student 'Abla Asciel Aleywa' with Admissions+ Person ID '1641' has been processed...
System has successfully mapped the student by: 'ApplicationReferenceNumber'
a/ Basic student's information from Admissions+ as below:
- Application Reference Number: '823-2019-08-E-001641'
- Unique Learner Number: ''
- Admission Number: '001568'
------------------- Messages ----------------------
FAILED: Admission+ Class (Mathematics B - 12A/Ma2) - SIMS class (Block - 12a Option D - 12D/Ma1)
Could not find existing person id '13499' in SIMS
FAILED: Admission+ Class (12 GeographyE - 12GeogE) - SIMS class (Block - 12a Option A - 12A/Gg1)
Could not find existing person id '13499' in SIMS
FAILED: Admission+ Class (12 English Literature A - 12EngA) - SIMS class (Block - 12a Option D - 12D/En1)
Could not find existing person id '13499' in SIMS
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3/ Student 'Ada Ada' with Admissions+ Person ID '1933' has been processed...
System has successfully mapped the student by: 'ApplicationReferenceNumber'
a/ Basic student's information from Admissions+ as below:
- Application Reference Number: '823-2019-08-E-001933'
- Unique Learner Number: '1111176611'
- Admission Number: '005869'
------------------- Messages ----------------------
FAILED: Admission+ Class (Dance B - Dance B - Dance B) - SIMS class (Block - 12a Option A - 12A/Pe1)
Could not find existing person id '13510' in SIMS
FAILED: Admission+ Class (12ACT - 12ACTD) is not configured in class mapping.
FAILED: Admission+ Class (12 GeographyE - 12GeogE) - SIMS class (Block - 12a Option A - 12A/Gg1)
Could not find existing person id '13510' in SIMS
FAILED: Admission+ Class (Mathematics A - 12MathA) is not configured in class mapping.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
4/ Student 'Adele Forster' with Admissions+ Person ID '1686' has been processed...
System has successfully mapped the student by: 'ApplicationReferenceNumber'
a/ Basic student's information from Admissions+ as below:
- Application Reference Number: '823-2019-08-E-001686'
- Unique Learner Number: ''
- Admission Number: ''
------------------- Messages ----------------------
FAILED: Admission+ Class (Mathematics B - 12A/Ma2) - SIMS class (Block - 12a Option D - 12D/Ma1)
Could not find existing person id '13532' in SIMS
FAILED: Admission+ Class (12 Spanish - 12spanA) is not configured in class mapping.
FAILED: Admission+ Class (12HistoryC - 12hisC) is not configured in class mapping.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5/ Student 'Ahlam Omar' with Admissions+ Person ID '1765' has been processed...
System has successfully mapped the student by: 'ApplicationReferenceNumber'
a/ Basic student's information from Admissions+ as below:
- Application Reference Number: '823-2019-08-E-001765'
- Unique Learner Number: ''
- Admission Number: ''
------------------- Messages ----------------------
FAILED: Admission+ Class (Media Studies - 12mediaE) is not configured in class mapping.
FAILED: Admission+ Class (12 English Literature A - 12EngA) - SIMS class (Block - 12a Option D - 12D/En1)
Could not find existing person id '13493' in SIMS
FAILED: Admission+ Class (12Sociology - 12SocC) is not configured in class mapping.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6/ Student 'Ailsa Bajrami' with Admissions+ Person ID '1654' has been processed...
a/ Basic student's information from Admissions+ as below:
- Application Reference Number: '823-2019-08-E-001654'
- Unique Learner Number: ''
- Admission Number: ''
------------------- Messages ----------------------
FAILED: System tried to map student by Reference Number, ULN and Admission Number but still can not find that student in SIMS.
----------------------------- Finalizing Import Process ---------------------------------
Update course membership: Curriculum course memberships successfully updated.
Successfully created the import log to Admissions+ portal!
---- PROCESS COMPLETED ----</div><div class='tab__content'><table><thead><tr class='table-head'><th width='40'>No</th><th width='60'>A+ Id</th><th width='110'>Firstname</th><th width='110'>Lastname</th><th width='435'>Message</th><th width='70'>Status</th></tr></thead><tbody><tr><td>1</td><td>7538</td><td>Abigail</td><td>Matthews</td><td>FAILED: Student 'Abigail Matthews' does not have any class to import!</td><td>Failed</td></tr><tr><td>2</td><td>1641</td><td>Abla Asciel</td><td>Aleywa</td><td>FAILED: Admission+ Class (Mathematics B - 12A/Ma2) - SIMS class (Block - 12a Option D - 12D/Ma1)
Could not find existing person id '13499' in SIMS</td><td>Failed</td></tr><tr><td>2</td><td>1641</td><td>Abla Asciel</td><td>Aleywa</td><td>FAILED: Admission+ Class (12 GeographyE - 12GeogE) - SIMS class (Block - 12a Option A - 12A/Gg1)
Could not find existing person id '13499' in SIMS</td><td>Failed</td></tr><tr><td>2</td><td>1641</td><td>Abla Asciel</td><td>Aleywa</td><td>FAILED: Admission+ Class (12 English Literature A - 12EngA) - SIMS class (Block - 12a Option D - 12D/En1)
Could not find existing person id '13499' in SIMS</td><td>Failed</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (Dance B - Dance B - Dance B) - SIMS class (Block - 12a Option A - 12A/Pe1)
Could not find existing person id '13510' in SIMS</td><td>Failed</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (12ACT - 12ACTD) is not configured in class mapping.</td><td>Failed</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (12 GeographyE - 12GeogE) - SIMS class (Block - 12a Option A - 12A/Gg1)
Could not find existing person id '13510' in SIMS</td><td>Failed</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (Mathematics A - 12MathA) is not configured in class mapping.</td><td>Failed</td></tr><tr><td>4</td><td>1686</td><td>Adele</td><td>Forster</td><td>FAILED: Admission+ Class (Mathematics B - 12A/Ma2) - SIMS class (Block - 12a Option D - 12D/Ma1)
Could not find existing person id '13532' in SIMS</td><td>Failed</td></tr><tr><td>4</td><td>1686</td><td>Adele</td><td>Forster</td><td>FAILED: Admission+ Class (12 Spanish - 12spanA) is not configured in class mapping.</td><td>Failed</td></tr><tr><td>4</td><td>1686</td><td>Adele</td><td>Forster</td><td>FAILED: Admission+ Class (12HistoryC - 12hisC) is not configured in class mapping.</td><td>Failed</td></tr><tr><td>5</td><td>1765</td><td>Ahlam</td><td>Omar</td><td>FAILED: Admission+ Class (Media Studies - 12mediaE) is not configured in class mapping.</td><td>Failed</td></tr><tr><td>5</td><td>1765</td><td>Ahlam</td><td>Omar</td><td>FAILED: Admission+ Class (12 English Literature A - 12EngA) - SIMS class (Block - 12a Option D - 12D/En1)
Could not find existing person id '13493' in SIMS</td><td>Failed</td></tr><tr><td>5</td><td>1765</td><td>Ahlam</td><td>Omar</td><td>FAILED: Admission+ Class (12Sociology - 12SocC) is not configured in class mapping.</td><td>Failed</td></tr><tr><td>6</td><td>1654</td><td>Ailsa</td><td>Bajrami</td><td>FAILED: System tried to map student by Reference Number, ULN and Admission Number but still can not find that student in SIMS.</td><td>Failed</td></tr></tbody></table></div><div class='tab__content'><table><thead><tr class='table-head'><th width='40'>No</th><th width='60'>A+ Id</th><th width='110'>Firstname</th><th width='110'>Lastname</th><th width='435'>Message</th><th width='70'>Type</th></tr></thead><tbody><tr><td>1</td><td>7538</td><td>Abigail</td><td>Matthews</td><td>FAILED: Student 'Abigail Matthews' does not have any class to import!</td><td>Error</td></tr><tr><td>2</td><td>1641</td><td>Abla Asciel</td><td>Aleywa</td><td>FAILED: Admission+ Class (Mathematics B - 12A/Ma2) - SIMS class (Block - 12a Option D - 12D/Ma1)
Could not find existing person id '13499' in SIMS</td><td>Error</td></tr><tr><td>2</td><td>1641</td><td>Abla Asciel</td><td>Aleywa</td><td>FAILED: Admission+ Class (12 GeographyE - 12GeogE) - SIMS class (Block - 12a Option A - 12A/Gg1)
Could not find existing person id '13499' in SIMS</td><td>Error</td></tr><tr><td>2</td><td>1641</td><td>Abla Asciel</td><td>Aleywa</td><td>FAILED: Admission+ Class (12 English Literature A - 12EngA) - SIMS class (Block - 12a Option D - 12D/En1)
Could not find existing person id '13499' in SIMS</td><td>Error</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (Dance B - Dance B - Dance B) - SIMS class (Block - 12a Option A - 12A/Pe1)
Could not find existing person id '13510' in SIMS</td><td>Error</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (12ACT - 12ACTD) is not configured in class mapping.</td><td>Error</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (12 GeographyE - 12GeogE) - SIMS class (Block - 12a Option A - 12A/Gg1)
Could not find existing person id '13510' in SIMS</td><td>Error</td></tr><tr><td>3</td><td>1933</td><td>Ada</td><td>Ada</td><td>FAILED: Admission+ Class (Mathematics A - 12MathA) is not configured in class mapping.</td><td>Error</td></tr><tr><td>4</td><td>1686</td><td>Adele</td><td>Forster</td><td>FAILED: Admission+ Class (Mathematics B - 12A/Ma2) - SIMS class (Block - 12a Option D - 12D/Ma1)
Could not find existing person id '13532' in SIMS</td><td>Error</td></tr><tr><td>4</td><td>1686</td><td>Adele</td><td>Forster</td><td>FAILED: Admission+ Class (12 Spanish - 12spanA) is not configured in class mapping.</td><td>Error</td></tr><tr><td>4</td><td>1686</td><td>Adele</td><td>Forster</td><td>FAILED: Admission+ Class (12HistoryC - 12hisC) is not configured in class mapping.</td><td>Error</td></tr><tr><td>5</td><td>1765</td><td>Ahlam</td><td>Omar</td><td>FAILED: Admission+ Class (Media Studies - 12mediaE) is not configured in class mapping.</td><td>Error</td></tr><tr><td>5</td><td>1765</td><td>Ahlam</td><td>Omar</td><td>FAILED: Admission+ Class (12 English Literature A - 12EngA) - SIMS class (Block - 12a Option D - 12D/En1)
Could not find existing person id '13493' in SIMS</td><td>Error</td></tr><tr><td>5</td><td>1765</td><td>Ahlam</td><td>Omar</td><td>FAILED: Admission+ Class (12Sociology - 12SocC) is not configured in class mapping.</td><td>Error</td></tr><tr><td>6</td><td>1654</td><td>Ailsa</td><td>Bajrami</td><td>FAILED: System tried to map student by Reference Number, ULN and Admission Number but still can not find that student in SIMS.</td><td>Error</td></tr></tbody></table></div></div></pre>
</div>
</div>
</body>
</html>