Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- {{#lines}}
- <tr class="{{Xero_Status}}">
- <td rowspan='{{rowspan}}'><strong>{{staff_name}}</strong> <br>Total: {{local_total}} hours</td>
- <td>Earnings</td>
- <td class=sync_detail> <table class='hours'>
- <thead id="p{{staff_id}}">
- <th>{{days_1}}</th>
- <th>{{days_2}}</th>
- <th>{{days_3}}</th>
- <th>{{days_4}}</th>
- <th>{{days_5}}</th>
- <th>{{days_6}}</th>
- <th>{{days_7}}</th>
- <th>{{days_8}}</th>
- <th>{{days_9}}</th>
- <th>{{days_10}}</th>
- <th>{{days_11}}</th>
- <th>{{days_12}}</th>
- <th>{{days_13}}</th>
- <th>{{days_14}}</th>
- </thead>
- </table>
- </td>
- <td rowspan='{{rowspan}}' style="vertical-align:bottom;">{{remote_total}} hours<br><strong>{{Xero_Status}}</strong></td>
- </tr>
- {{#ratetype}}
- <tr>
- <td>{{rate_name}}</td>
- <td class=sync_detail>
- <table class='hours'>
- <tbody>
- <tr>
- <td class='local week1color' id='a_0'>{{local_1}}</td>
- <td class='local week1color' id='a_1'>{{local_2}}</td>
- <td class='local week1color' id='a_2'>{{local_3}}</td>
- <td class='local week1color' id='a_3'>{{local_4}}</td>
- <td class='local week1color' id='a_4'>{{local_5}}</td>
- <td class='local week1color' id='a_5'>{{local_6}}</td>
- <td class='local week1color' id='a_6'>{{local_7}}</td>
- <td class='local week2color' id='a_7'>{{local_8}}</td>
- <td class='local week2color' id='a_8'>{{local_9}}</td>
- <td class='local week2color' id='a_9'>{{local_10}}</td>
- <td class='local week2color' id='a_10'>{{local_11}}</td>
- <td class='local week2color' id='a_11'>{{local_12}}</td>
- <td class='local week2color' id='a_12'>{{local_13}}</td>
- <td class='local week2color' id='a_13'>{{local_14}}</td>
- </tr>
- <tr>
- <td colspan="14">
- <div style="text-align: center">To Xero
- <span class="ticon ticon-arrow-down"></span>
- </div>
- </td>
- </tr>
- <tr>
- <td class='xero week1color {{xero_1_mismatch}}' id='b_0'>{{xero_1}}</td>
- <td class='xero week1color {{xero_2_mismatch}}' id='b_1'>{{xero_2}}</td>
- <td class='xero week1color {{xero_3_mismatch}}' id='b_2'>{{xero_3}}</td>
- <td class='xero week1color {{xero_4_mismatch}}' id='b_3'>{{xero_4}}</td>
- <td class='xero week1color {{xero_5_mismatch}}' id='b_4'>{{xero_5}}</td>
- <td class='xero week1color {{xero_6_mismatch}}' id='b_5'>{{xero_6}}</td>
- <td class='xero week1color {{xero_7_mismatch}}' id='b_6'>{{xero_7}}</td>
- <td class='xero week2color {{xero_8_mismatch}}' id='b_7'>{{xero_8}}</td>
- <td class='xero week2color {{xero_9_mismatch}}' id='b_8'>{{xero_9}}</td>
- <td class='xero week2color {{xero_10_mismatch}}' id='b_9'>{{xero_10}}</td>
- <td class='xero week2color {{xero_11_mismatch}}' id='b_10'>{{xero_11}}</td>
- <td class='xero week2color {{xero_12_mismatch}}' id='b_11'>{{xero_12}}</td>
- <td class='xero week2color {{xero_13_mismatch}}' id='b_12'>{{xero_13}}</td>
- <td class='xero week2color {{xero_14_mismatch}}' id='b_13'>{{xero_14}}</td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- {{/ratetype}}
- {{/lines}}
|