TracCloud: Rosetta: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="mw-customtoggle-1 mw-customtoggle-2" style="float: right; color: white; background-color: grey; border: 3px solid grey; font-weight: bold; border-radius: 5px">'''Invert Visibility'''</div> | <div class="mw-customtoggle-1 mw-customtoggle-2 mw-customtoggle-3" style="float: right; color: white; background-color: grey; border: 3px solid grey; font-weight: bold; border-radius: 5px">'''Invert Visibility'''</div> | ||
<br><br> | <br><br> | ||
Line 19: | Line 19: | ||
<br> | <br> | ||
</div> | </div> | ||
<div class="tcWidgetPage" style="width:100%"> | <div class="tcWidgetPage" style="width:100%"> | ||
<div style="float: left;"><big><b>Visits</b></big></div><div style="float: right; color: white; background-color: grey; border: 3px solid grey; font-weight: bold; border-radius: 5px" class="mw-customtoggle-2">Toggle Visibility</div> | <div style="float: left;"><big><b>Visits</b></big></div><div style="float: right; color: white; background-color: grey; border: 3px solid grey; font-weight: bold; border-radius: 5px" class="mw-customtoggle-2">Toggle Visibility</div> | ||
<div class="mw-collapsible" id="mw-customcollapsible-2"> | <div class="mw-collapsible" id="mw-customcollapsible-2"> | ||
{| class="wikitable" | |||
|- | |||
! <b>Field</b> !! <b>Type</b> !! <b>Description</b> !! <b>Twig Tag</b> !! <b>API</b> !! <b>SFTP Export Column</b> !! <b>Example</b> | |||
|- | |||
| example || example || example || <nowiki>{{example.example}}</nowiki> || example.example || example || example | |||
|} | |||
</div> | |||
<br> | |||
</div> | |||
<div class="tcWidgetPage" style="width:100%"> | |||
<div style="float: left;"><big><b>Appointments</b></big></div><div style="float: right; color: white; background-color: grey; border: 3px solid grey; font-weight: bold; border-radius: 5px" class="mw-customtoggle-3">Toggle Visibility</div> | |||
<div class="mw-collapsible" id="mw-customcollapsible-3"> | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- |
Revision as of 18:14, 21 January 2025
Invert Visibility
Students
Toggle Visibility
Field | Type | Description | Twig Tag | API | SFTP Export Column | Example |
---|---|---|---|---|---|---|
ID | bigint | The student's ID number. Should be unique. | {{Student.ID}} | Students.ID | ID | 1234567 |
First Name | varchar(80) | The student's preferred first name. | {{Student.First_Name}} | Students.First_Name | FirstName | Sam |
Last Name | varchar(80) | The student's last name | {{Student.Last_Name}} | Students.Last_Name | LastName | Smith |
Visits
Toggle Visibility
Field | Type | Description | Twig Tag | API | SFTP Export Column | Example |
---|---|---|---|---|---|---|
example | example | example | {{example.example}} | example.example | example | example |
Appointments
Toggle Visibility
Field | Type | Description | Twig Tag | API | SFTP Export Column | Example |
---|---|---|---|---|---|---|
example | example | example | {{example.example}} | example.example | example | example |