Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
This commit is contained in:
.gitignoreMANIFEST.inREADME.rst
docs/source
pyproject.tomlsetup.cfgsrc/accounting
__init__.pytemplate_filters.pytemplate_globals.py
account
base_account
currency
forms.pyjournal_entry
locale.pymodels.pyoption
report
__init__.pyconverters.py
period
reports
__init__.pybalance_sheet.pyincome_expenses.pyincome_statement.pyjournal.pyledger.pysearch.pytrial_balance.py
template_filters.pyutils
__init__.pybase_page_params.pybase_report.pycsv_export.pyoption_link.pyreport_chooser.pyreport_type.pyurls.py
views.pystatic
css
js
templates
accounting
account
base-account
base.htmlcurrency
include
journal-entry
disbursement
include
account-selector-modal.htmldescription-editor-modal.htmldetail-line-items.htmldetail.htmlform-currency.htmlform-debit-credit.htmlform-line-item.htmlform.htmljournal-entry-line-item-editor-modal.htmlorder-journal-entry.htmloriginal-line-item-selector-modal.html
order.htmlreceipt
transfer
option
report
balance-sheet.html
include
add-journal-entry-material-fab.htmlbalance-sheet-section.htmlincome-expenses-row-desktop.htmlincome-expenses-row-mobile.htmlledger-row-desktop.htmlledger-row-mobile.htmlperiod-chooser.htmlsearch-modal.htmltoolbar-buttons.html
income-expenses.htmlincome-statement.htmljournal.htmlledger.htmlsearch.htmltrial-balance.htmltranslations
zh_Hant
LC_MESSAGES
utils
tests
babel-utils-test-site.pybabel-utils.pytest_account.pytest_base_account.pytest_currency.pytest_description_editor.pytest_journal_entry.pytest_offset.pytest_option.py
test_site
test_utils.pytestlib.pytestlib_journal_entry.pytestlib_offset.py@ -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.
|
||||
|
2
src/accounting/templates/accounting/journal-entry/include/journal-entry-line-item-editor-modal.html
2
src/accounting/templates/accounting/journal-entry/include/journal-entry-line-item-editor-modal.html
@ -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.
|
||||
|
Reference in New Issue
Block a user