Skip to content

Commit

Permalink
provides workaround instructions for issue with reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jduss4 committed Dec 18, 2023
1 parent 8116d0b commit 2fac56c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tock/tock/templates/hours/reports_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ <h1>Tock Reports</h1>
<div class="grid-row grid-gap">
<div class="grid-col-6">
<h2>Regular Reports</h2>
<div class="usa-alert usa-alert--info usa-alert--slim">
<div class="usa-alert__body">
<p class="usa-alert__text">
Large reports may fail to download. Change the date range in the report URL to work around this limitation.
</p>
</div>
</div>
<ul>
<li>Complete timecard data:
<a href="{% url 'reports:BulkTimecardList' %}?after={{starting_report_date|date:'Y-m-d'}}">All</a>
Expand Down

0 comments on commit 2fac56c

Please sign in to comment.