Added support to sort the recurring items.

This commit is contained in:
2023-03-22 19:01:02 +08:00
parent 0af3e2785b
commit b394c58ec6
3 changed files with 48 additions and 5 deletions

View File

@ -22,6 +22,7 @@ First written: 2023/3/22
{% extends "accounting/base.html" %}
{% block accounting_scripts %}
<script src="{{ url_for("accounting.static", filename="js/drag-and-drop-reorder.js") }}"></script>
<script src="{{ url_for("accounting.static", filename="js/option-form.js") }}"></script>
{% endblock %}