2023-04-04 18:17:44 +08:00
|
|
|
===============
|
|
|
|
Mia! Accounting
|
|
|
|
===============
|
2023-01-29 22:28:27 +08:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2023-04-04 18:17:44 +08:00
|
|
|
This is the Mia! Accounting project. It is an accounting
|
2023-01-29 22:28:27 +08:00
|
|
|
module for the Flask_ applications.
|
|
|
|
|
|
|
|
|
|
|
|
Install
|
|
|
|
=======
|
|
|
|
|
|
|
|
Install the latest source from the
|
2023-04-04 18:17:44 +08:00
|
|
|
`Mia! Accounting repository`_.
|
2023-01-29 22:28:27 +08:00
|
|
|
|
|
|
|
::
|
|
|
|
|
2023-04-04 18:17:44 +08:00
|
|
|
pip install git+https://github.com/imacat/mia-accounting.git
|
2023-01-29 22:28:27 +08:00
|
|
|
|
|
|
|
|
|
|
|
Copyright
|
|
|
|
=========
|
|
|
|
|
|
|
|
Copyright (c) 2023 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 at
|
|
|
|
|
|
|
|
http://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
|
|
|
|
| imacat@mail.imacat.idv.tw
|
|
|
|
| 2023/1/27
|
|
|
|
|
|
|
|
.. _Flask: https://flask.palletsprojects.com
|
2023-04-04 18:17:44 +08:00
|
|
|
.. _Mia! Accounting repository: https://github.com/imacat/mia-accounting
|