Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imacat/mia-accounting
The Mia! Accounting Project
https://github.com/imacat/mia-accounting
accounting flask mia
Last synced: about 2 months ago
JSON representation
The Mia! Accounting Project
- Host: GitHub
- URL: https://github.com/imacat/mia-accounting
- Owner: imacat
- License: apache-2.0
- Created: 2023-01-28T14:17:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T00:33:10.000Z (7 months ago)
- Last Synced: 2024-08-09T09:31:01.017Z (5 months ago)
- Topics: accounting, flask, mia
- Language: Python
- Homepage: https://accounting.imacat.idv.tw
- Size: 1.72 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
Mia! Accounting
===============Description
===========*Mia! Accounting* is an accounting module for Flask_ applications.
It is designed both for mobile and desktop environments. It
implements `double-entry bookkeeping`_. It generates the following
accounting reports:* Trial balance
* Income statement
* Balance sheetIn addition, *Mia! Accounting* tracks offsets for unpaid payables and
receivables.Live Demonstration and Test Site
================================There is a `live demonstration`_ for *Mia! Accounting*. It runs the
same code as the `test site`_ in the `source distribution`_. It is
the simplest website that works with *Mia! Accounting*. It is also
used in the automatic tests.If you do not have a running Flask application or do not know how to
start one, you may start with the test site.Installation
============Install *Mia! Accounting* with ``pip``:
::
pip install mia-accounting
You may also download from the `PyPI project page`_ or the
`release page`_ on the `Git repository`_.Documentation
=============Refer to the `documentation on Read the Docs`_.
Change Log
==========Refer to the `change log`_.
Copyright
=========Copyright (c) 2023-2024 imacat.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.Authors
=======| imacat
| [email protected]
| 2023/1/27.. _Flask: https://flask.palletsprojects.com
.. _double-entry bookkeeping: https://en.wikipedia.org/wiki/Double-entry_bookkeeping
.. _live demonstration: https://accounting.imacat.idv.tw
.. _test site: https://github.com/imacat/mia-accounting/tree/main/tests/test_site
.. _source distribution: https://pypi.org/project/mia-accounting/#files
.. _PyPI project page: https://pypi.org/project/mia-accounting
.. _release page: https://github.com/imacat/mia-accounting/releases
.. _Git repository: https://github.com/imacat/mia-accounting
.. _documentation on Read the Docs: https://mia-accounting.readthedocs.io
.. _change log: https://mia-accounting.readthedocs.io/en/latest/changelog.html