The Mia! Accounting Project https://accounting.imacat.idv.tw
Go to file
2023-04-05 22:01:53 +08:00
docs Revised the Read the Docs configuration, and removed the redundant requirements.txt for Read the Docs. 2023-04-05 22:01:53 +08:00
src/accounting Removed the rows with zero balance from the income statement. 2023-04-05 12:59:50 +08:00
tests Updated the URI of the reports to be the default views of the application. 2023-04-05 08:06:00 +08:00
.gitignore Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
.readthedocs.yaml Revised the Read the Docs configuration, and removed the redundant requirements.txt for Read the Docs. 2023-04-05 22:01:53 +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 Replaced setup.cfg with pyproject.toml for the package settings, and rewrote the packaging rules in MANIFEST.in. 2023-04-05 19:49:52 +08:00
pyproject.toml Replaced setup.cfg with pyproject.toml for the package settings, and rewrote the packaging rules in MANIFEST.in. 2023-04-05 19:49:52 +08:00
README.rst Added the Read the Docs documentation link to README.rst. 2023-04-05 14:25:33 +08:00

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

Mia! Accounting

Description

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

Install

Install mia-accounting with pip.

pip install mia-accounting

Usage

This needs to be done. Currently, you can refer to the test site located in the test directory on the Mia! Accounting repository.

The test site is running as the live demonstration for Mia! Accounting.

Documentation

Refer to the Mia! Accounting documentation.

Authors

imacat
2023/1/27
</html>