sb2g14 / soton_3D_print

3 stars 0 forks source link

Update Getting Paid #98

Closed GHLasse closed 6 years ago

GHLasse commented 6 years ago

From Andrew Hamilton:

I’ve just realised that the “Getting Paid” page now requires a few additions (italic):

  1. Fill in your personal details.
  2. Pay reference number: Refer to your Casual Worker Permit.
  3. Faculty: Engineering and the Environment
  4. Division: Central Faculty (FEE)
  5. Type of Work: a) for PGRs: Demonstrator b) for UGs: Student Demonstrator
  6. Pay Rate: Demonstrator rate
  7. Supporting Comments: Insert "3D Printing Workshop; Note: This is not a module but a workshop.” (or similar).
  8. Fill in your hours worked for each date.
  9. Fill in the “Job ID number” using the "assignment ID number” that you received via email upon appointment.
  10. Fill in your training attendance dates under the “Demonstrator Training” tab.
  11. Save file using the filename specified on the lower right side of the hourly timesheet tab.
GHLasse commented 6 years ago

I translated into HTML: old:

<ol>
    <li>Fill in your personal details.</li>
    <li>Pay reference number: Refer to your Casual Worker Permit.</li>
    <li>Faculty: Engineering and the Environment</li>
    <li>Division: Central Faculty (FEE)</li>
    <li>Type of Work (FOR PGRs): Demonstrator</li>
    <li>Type of Work (FOR UGs): Student Demonstrator</li>
    <li>Pay Rate: Demonstrator rate</li>
    <li>Fill in your hours worked for each date.</li>
    <li>Fill in the “Job ID number” using the "assignment ID number” that you received via email upon appointment.</li>
</ol> <br>

new:

<ol>
    <li>Fill in your personal details.</li>
    <li><b>Pay reference number<b>: Refer to your Casual Worker Permit.</li>
    <li><b>Faculty</b>: Engineering and the Environment</li>
    <li><b>Division</b>: Central Faculty (FEE)</li>
    <li><b>Type of Work</b>:
        <ul>
            <li>for PGRs: Demonstrator</li>
            <li>for UGs: Student Demonstrator</li>
        </ul>
    </li>
    <li><b>Pay Rate</b>: Demonstrator rate</li>
    <li><b>Supporting Comments</b>: Insert &lsquo;3D Printing Workshop; Note: This is not a module but a workshop.&rsquo; (or similar).
    <li>Fill in your hours worked for each date.</li>
    <li>Fill in the <b>Job ID number</b> using the &lsquo;assignment ID number&rsquo; that you received via email upon appointment.</li>
    <li>Fill in your training attendance dates under the &lsquo;Demonstrator Training&rsquo; tab.</li>
    <li>Save file using the filename specified on the lower right side of the hourly timesheet tab.</li>
</ol> <br>