The Mia! Accounting Project https://accounting.imacat.idv.tw
Go to file
2023-03-19 10:42:37 +08:00
docs Updated the Sphinx documentation. 2023-03-18 23:38:19 +08:00
src/accounting Renamed the #originalEntry, #summary, #account, and #amount private attributes of the JavaScript JournalEntryEditor class to #originalEntryText, #summaryText, #accountText, and #amountInput, to avoid confusion with the public attributes with similar names. 2023-03-19 10:42:37 +08:00
tests Updated tempus-dominus from 6.2.10 to 6.4.3 in the base template of the test site. 2023-03-19 10:16:12 +08:00
.gitignore Added dummy.js to .gitignore and MANIFEST.in for exclusion. 2023-03-14 17:03:22 +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 Added dummy.js to .gitignore and MANIFEST.in for exclusion. 2023-03-14 17:03:22 +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 Advanced to version 0.6.0. 2023-03-18 23:38:41 +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>