Fixed the documentation of the templates of the cash account and ledger in the accounting application.

This commit is contained in:
依瑪貓 2020-07-16 23:45:43 +08:00
parent 4fec46413f
commit a9c7a8328e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
cash.html: The template for the cash summary reports cash_summary.html: The template for the cash summary reports
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
cash.html: The template for the ledger reports ledger.html: The template for the ledger reports
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.