diff --git a/src/accounting/templates/accounting/report/balance-sheet.html b/src/accounting/templates/accounting/report/balance-sheet.html index 558d6e2..97bc3f5 100644 --- a/src/accounting/templates/accounting/report/balance-sheet.html +++ b/src/accounting/templates/accounting/report/balance-sheet.html @@ -40,7 +40,7 @@ First written: 2023/3/7 {% with txn_types = report.txn_types %} - {% include "accounting/include/add-txn-material-fab.html" %} + {% include "accounting/report/include/add-txn-material-fab.html" %} {% endwith %}
diff --git a/src/accounting/templates/accounting/include/add-txn-material-fab.html b/src/accounting/templates/accounting/report/include/add-txn-material-fab.html similarity index 100% rename from src/accounting/templates/accounting/include/add-txn-material-fab.html rename to src/accounting/templates/accounting/report/include/add-txn-material-fab.html diff --git a/src/accounting/templates/accounting/report/income-expenses.html b/src/accounting/templates/accounting/report/income-expenses.html index 2d0448b..3b1c172 100644 --- a/src/accounting/templates/accounting/report/income-expenses.html +++ b/src/accounting/templates/accounting/report/income-expenses.html @@ -41,7 +41,7 @@ First written: 2023/3/5
{% with txn_types = report.txn_types %} - {% include "accounting/include/add-txn-material-fab.html" %} + {% include "accounting/report/include/add-txn-material-fab.html" %} {% endwith %}
diff --git a/src/accounting/templates/accounting/report/income-statement.html b/src/accounting/templates/accounting/report/income-statement.html index d187062..d2640cb 100644 --- a/src/accounting/templates/accounting/report/income-statement.html +++ b/src/accounting/templates/accounting/report/income-statement.html @@ -40,7 +40,7 @@ First written: 2023/3/7
{% with txn_types = report.txn_types %} - {% include "accounting/include/add-txn-material-fab.html" %} + {% include "accounting/report/include/add-txn-material-fab.html" %} {% endwith %}
diff --git a/src/accounting/templates/accounting/report/journal.html b/src/accounting/templates/accounting/report/journal.html index a0d679a..ee14a98 100644 --- a/src/accounting/templates/accounting/report/journal.html +++ b/src/accounting/templates/accounting/report/journal.html @@ -39,7 +39,7 @@ First written: 2023/3/4
{% with txn_types = report.txn_types %} - {% include "accounting/include/add-txn-material-fab.html" %} + {% include "accounting/report/include/add-txn-material-fab.html" %} {% endwith %}
diff --git a/src/accounting/templates/accounting/report/ledger.html b/src/accounting/templates/accounting/report/ledger.html index 0d93741..8ed7336 100644 --- a/src/accounting/templates/accounting/report/ledger.html +++ b/src/accounting/templates/accounting/report/ledger.html @@ -41,7 +41,7 @@ First written: 2023/3/5
{% with txn_types = report.txn_types %} - {% include "accounting/include/add-txn-material-fab.html" %} + {% include "accounting/report/include/add-txn-material-fab.html" %} {% endwith %}
diff --git a/src/accounting/templates/accounting/report/search.html b/src/accounting/templates/accounting/report/search.html index e82153b..e7b8082 100644 --- a/src/accounting/templates/accounting/report/search.html +++ b/src/accounting/templates/accounting/report/search.html @@ -40,7 +40,7 @@ First written: 2023/3/8
{% with txn_types = report.txn_types %} - {% include "accounting/include/add-txn-material-fab.html" %} + {% include "accounting/report/include/add-txn-material-fab.html" %} {% endwith %}
diff --git a/src/accounting/templates/accounting/report/trial-balance.html b/src/accounting/templates/accounting/report/trial-balance.html index 39b76a9..344b6ff 100644 --- a/src/accounting/templates/accounting/report/trial-balance.html +++ b/src/accounting/templates/accounting/report/trial-balance.html @@ -40,7 +40,7 @@ First written: 2023/3/5
{% with txn_types = report.txn_types %} - {% include "accounting/include/add-txn-material-fab.html" %} + {% include "accounting/report/include/add-txn-material-fab.html" %} {% endwith %}