This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting
Watch
1
Star
0
Fork
0
You've already forked mia-accounting
Code
Issues
Pull Requests
Packages
Projects
Releases
41
Wiki
Activity
mia-accounting
/
src
/
accounting
History
依瑪貓
f7c1fd77f2
Added blank lines and documentation to the template of the summary editor.
2023-03-04 11:52:45 +08:00
..
account
Revised the documentation of the "accounting.account.queries", "accounting.base_account.queries", "accounting.currency.queries", and "accounting.transaction.queries" modules.
2023-03-04 06:57:35 +08:00
base_account
Revised the documentation of the "accounting.account.queries", "accounting.base_account.queries", "accounting.currency.queries", and "accounting.transaction.queries" modules.
2023-03-04 06:57:35 +08:00
currency
Revised the documentation of the "accounting.account.queries", "accounting.base_account.queries", "accounting.currency.queries", and "accounting.transaction.queries" modules.
2023-03-04 06:57:35 +08:00
data
Added 7 currencies.
2023-02-08 11:05:59 +08:00
static
Replaced the traditional function expressions with ES6 arrow function expressions in the JavaScript for the transaction order, account order, currency form, and the speed dial for the material floating action buttons.
2023-03-04 11:52:45 +08:00
templates
/accounting
Added blank lines and documentation to the template of the summary editor.
2023-03-04 11:52:45 +08:00
transaction
Moved the "accounting.transaction.template_globals" module to "accounting.template_globals", for the two template globals will be used in the reports beside the transaction management.
2023-03-04 07:06:03 +08:00
translations
Updated the translation.
2023-03-01 00:51:58 +08:00
utils
Added the transaction management.
2023-02-27 15:28:45 +08:00
__init__.py
Moved the "accounting.transaction.template_globals" module to "accounting.template_globals", for the two template globals will be used in the reports beside the transaction management.
2023-03-04 07:06:03 +08:00
locale.py
Revised the documentation of the init_app function of the "accounting.locale", "accounting.base_account", "accounting.account", and "accounting.currency" modules.
2023-02-07 17:01:08 +08:00
models.py
Replace the is_in_use pseudo property of the Account data model with the AccountOption class, and revised the #getAccountCodeUsedInForm method of the SummaryHelper, to solve the issue that the list of used accounts should be different for debit and credit entries.
2023-03-01 01:28:25 +08:00
template_filters.py
Moved the format_amount and format_date template filters from the "accounting.transaction.template_filters" module to the "accounting.template_filters" module, and rename the filters from "accounting_txn_format_amount" and "accounting_txn_format_date" to "accounting_format_amount" and "accounting_format_date", respectively. They will not only be used in the transaction management, but also the reports.
2023-03-04 06:57:10 +08:00
template_globals.py
Moved the "accounting.transaction.template_globals" module to "accounting.template_globals", for the two template globals will be used in the reports beside the transaction management.
2023-03-04 07:06:03 +08:00