Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".

This commit is contained in:
2023-04-04 18:17:44 +08:00
parent c9166fda4d
commit 4c2dcc5070
189 changed files with 206 additions and 206 deletions
.gitignoreMANIFEST.inREADME.rst
docs/source
pyproject.tomlsetup.cfg
src/accounting
__init__.py
account
base_account
currency
forms.py
journal_entry
locale.pymodels.py
option
report
static
template_filters.pytemplate_globals.py
templates
translations
zh_Hant
LC_MESSAGES
utils
tests

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
create.html: The account creation form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The account detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
edit.html: The account edit form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form.html: The account form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
list.html: The account list
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
order.html: The order of the accounts under a same base account
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The base account detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
list.html: The base account list
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
base.html: The application-wide base template.
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
create.html: The currency creation form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The currency detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
edit.html: The currency edit form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form.html: The currency form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
list.html: The currency list
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
nav.html: The navigation menu for the accounting application.
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
pagination.html: The pagination navigation bar.
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
create.html: The cash disbursement journal entry creation form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The cash disbursement journal entry detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
edit.html: The cash disbursement journal entry edit form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-currency.html: The currency sub-form in the cash disbursement journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form.html: The cash disbursement journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
account-selector-modal.html: The modal for the account selector
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
description-editor-modal.html: The modal of the description editor
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail-line-items-item: The line items in the journal entry detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The account detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-currency.html: The currency sub-form in the journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-debit-credit.html: The debit or credit line items in the journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-line-item.html: The line item sub-form in the journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form.html: The base journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
journal-entry-line-item-editor-modal: The modal of the journal entry line item editor
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
order-journal-entry.html: The journal entry in the journal entry order page
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
original-line-item-selector-modal.html: The modal of the original line item selector
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
order.html: The order of the journal entries in a same day
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
create.html: The cash receipt journal entry creation form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The cash receipt journal entry detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
edit.html: The cash receipt journal entry edit form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-currency.html: The currency sub-form in the cash receipt journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form.html: The cash receipt journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
create.html: The transfer journal entry creation form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The transfer journal entry detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
edit.html: The transfer journal entry edit form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-currency.html: The currency sub-form in the transfer journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form.html: The transfer journal entry form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
detail.html: The option detail
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form.html: The option form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-recurring-expense-income.html: The recurring expense or income sub-form in the option form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
form-recurring-item.html: The recurring item sub-form in the option form
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
recurring-account-selector-modal.html: The modal of the account selector for the recurring item editor
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
recurring-item-editor-modal.html: The modal of the recurring item editor
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
income-statement.html: The income statement
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
add-journal-entry-material-fab.html: The material floating action buttons to add a new journal entry
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
balance-sheet-section.html: A section in the balance sheet.
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
income-expenses-row-desktop.html: The row in the income and expenses log for the desktop computers
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
income-expenses-row-mobile.html: The row in the income and expenses log for the mobile devices
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
ledger-row-desktop.html: The row in the ledger for the desktop computers
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
ledger-row-mobile.html: The row in the ledger for the mobile devices
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
period-chooser.html: The period chooser
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
search-modal.html: The search modal
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
toolbar-buttons.html: The toolbar buttons on the report
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
income-expenses.html: The income and expenses log
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
income-statement.html: The income statement
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
journal.html: The journal
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
ledger.html: The ledger
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
search.html: The search result
Copyright (c) 2023 imacat.

@ -1,5 +1,5 @@
{#
The Mia! Accounting Flask Project
The Mia! Accounting Project
trial-balance.html: The trial balance
Copyright (c) 2023 imacat.