The Mia! Accounting Project https://accounting.imacat.idv.tw
Go to file
2023-02-26 08:00:58 +08:00
docs Merged the "accounting.database" module into the "accounting" module. It has only one member as "db", the database instance, and does not need to be separated into another file. 2023-02-08 11:13:09 +08:00
src/accounting Revised the strip_text filter to return None when the text is empty. 2023-02-26 08:00:58 +08:00
tests Replaced the import for the db object from the accounting model with the test site in test_account.py and test_currency.py. They are the same object, and the db object from the test site is safe at the compile time. 2023-02-25 18:04:32 +08:00
.gitignore Added test_temp.py to .gitignore, for temporary tests that should not be committed. 2023-02-04 08:11:52 +08:00
LICENSE Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site. 2023-02-03 12:55:33 +08:00
MANIFEST.in Fixed the path of the test site in MANIFEST.in. 2023-02-08 09:45:25 +08:00
pyproject.toml Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site. 2023-02-03 12:55:33 +08:00
README.rst Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site. 2023-02-03 12:55:33 +08:00
setup.cfg Moved the base account data from the "accounting.base_account.commands" module into the data directory as a CSV file, separating the code and the data. The locales are read from the CSV file instead of hard-coded in the code, so that the translations are not hard-coded to Mandarin. 2023-02-08 10:28:02 +08:00

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Mia! Accounting Flask

Description

This is the Mia! Accounting Flask project. It is an accounting module for the Flask applications.

Install

Install the latest source from the Mia! Accounting Flask repository.

pip install git+https://gitea.imacat.idv.tw/imacat/mia-accounting-flask.git

Authors

imacat
2023/1/27
</html>