diff --git a/payroll/templates/payroll/reimbursement/reimbursement_list.html b/payroll/templates/payroll/reimbursement/reimbursement_list.html index 8f08e6af7..f36c3c162 100644 --- a/payroll/templates/payroll/reimbursement/reimbursement_list.html +++ b/payroll/templates/payroll/reimbursement/reimbursement_list.html @@ -43,7 +43,7 @@
  • - {% trans "Leave encashments" %} + {% trans "Leave Encashments" %}
  • {% trans "Bonus Encashments" %} @@ -83,17 +83,27 @@ /> {% endcomment %}
    {% trans "Employee" %}
    -
    {% trans "Date" %}
    {% trans "Title" %}
    -
    {% trans "Amount" %}
    +
    {% trans "Amount" %} +
    {% trans "Status" %}
    {% endcomment %}
    {% trans "Employee" %}
    + data-cell-index="11" data-cell-title='{% trans "Date" %}' + class="oh-sticky-table__th {% if request.sort_option.order == '-created_at' %}arrow-up {% elif request.sort_option.order == 'created_at' %}arrow-down {% else %}arrow-up-down {% endif %}" + hx-get="{% url 'search-reimbursement' %}?{{pd}}&sortby=created_at" + hx-target="#reimbursementContainer" + > {% trans "Date" %}
    {% trans "Title" %}
    -
    {% trans "Amount" %}
    +
    {% trans "Amount" %}
    {% trans "Leave type" %}
    -
    {% trans "Available days to encash" %}
    -
    {% trans "carryforward to encash" %}
    +
    {% trans "Available days to encash" %}
    +
    {% trans "carryforward to encash" %}
    {% trans "Status" %}
    {% endcomment %}
    {% trans "Employee" %}
    {% trans "Date" %}
    {% trans "Title" %}
    -
    {% trans "Amount" %}
    -
    {% trans "Bonus to encash" %}
    +
    {% trans "Amount" %}
    +
    {% trans "Bonus to encash" %}
    {% trans "Status" %}
  • - {% trans "Leave encashments" %} + {% trans "Leave Encashments" %}
  • {% trans "Bonus Encashments" %}