The Mia! Accounting Project https://accounting.imacat.idv.tw
Go to file
2023-03-21 11:47:05 +08:00
docs Advanced to version 0.7.0. 2023-03-21 00:54:44 +08:00
src/accounting Added the common form-debit-credit.html template to reduce the duplicated code for the currency sub-forms in the transaction form. 2023-03-21 11:47:05 +08:00
tests Renamed the "eid" field to "id" in the LineItemForm form, since the problem is found. It was the "id" property of the enclosing FormField. If we extract the form from FormField, we can still access the "id" field. 2023-03-20 23:06:57 +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 the SVG favicon from Font Awesome 6 to the test site. 2023-03-20 08:41:37 +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.7.0. 2023-03-21 00:54:44 +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>