Ignore:
Timestamp:
Jul 7, 2010, 1:54:45 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
546a1ff, 0df317c
Parents:
71ca9e6
git-author:
Alex Dehnert <adehnert@…> (07/07/10 13:54:45)
git-committer:
Alex Dehnert <adehnert@…> (07/07/10 13:54:45)
Message:

Show presence of documentation in request list

This makes it much easier for a treasurer to quickly skim through and approve
all the requests that have uploaded documentation (and potentially then go
through the receipts and approve all those in one more pass).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/vouchers/reimbursementrequest_list.html

    r5e6ab71 r33cb144  
    5353<tr>
    5454    <td><a href='{% url review_request object.pk %}'>{{ object.pk }}</a></td>
    55     <td><a href='{% url review_request object.pk %}'>{{ object.name }}</a></td>
    56     <td>${{ object.amount }}</td>
     55    <td>
     56        <a href='{% url review_request object.pk %}'>{{ object.name }}</a>
     57        {% if object.documentation %}<br />(has docs){%endif%}
     58    </td>
     59    <td>
     60        ${{ object.amount }}
     61    </td>
    5762    <td>
    5863        {{ object.check_to_first_name }} {{ object.check_to_last_name }}<br />
Note: See TracChangeset for help on using the changeset viewer.