Added the search to the accounting data.

This commit is contained in:
2023-03-08 01:50:24 +08:00
parent fe01d5418d
commit 9993f65627
13 changed files with 536 additions and 1 deletions

View File

@ -146,6 +146,8 @@ First written: 2023/3/5
{% include "accounting/report/include/period-chooser.html" %}
{% endwith %}
{% include "accounting/report/include/search-modal.html" %}
{% if report.has_data %}
{% with pagination = report.pagination %}
{% include "accounting/include/pagination.html" %}