Add filtering functionality to inventory listing and enhance templates for better data presentation

This commit is contained in:
Yaro Kasear 2025-06-12 11:29:18 -05:00
parent a7708ce9c5
commit 5df5f86fd2
8 changed files with 64 additions and 9 deletions

View file

@ -132,7 +132,7 @@ submit_button=True) }}
total_pages=worklog_pagination['total_pages'],
endpoint='main.inventory_item',
page_variable='worklog_page',
extra_args={'id': item.id, 'worklog_page': worklog_page}
extra_args={'id': item.id, 'worklog_page': worklog_page, 'filter_by': filter_by, 'id': id}
) }}
{% endif %}
</div>