• v1.2.0 b19a6e5ffe

    1.2.0 Stable

    imacat released this 2023-04-09 12:16:30 +08:00 | 171 commits to main since this release

    • Simplified the URL of the default reports.
    • Fixed the crash with malformed Chinese translation.
    • Fixed the crash when downloading CSV data with non-US-ASCII filenames.
    Downloads
  • v1.1.0 370d2668e5

    1.1.0 Stable

    imacat released this 2023-04-09 00:49:14 +08:00 | 199 commits to main since this release

    • Added the unapplied original line item list, to track unpaid payables, unreceived receivables, assets, prepaids, refundable deposits, etc.
    • Added the offset matcher to match unapplied original line items with unmatched offsets.
    Downloads
  • v1.0.1 86c5b91697

    1.0.1 Stable

    imacat released this 2023-04-06 08:43:25 +08:00 | 236 commits to main since this release

    Documentation fixes.

    Downloads
  • v1.0.0 cb1d254cf0

    1.0.0 Stable

    imacat released this 2023-04-06 02:55:31 +08:00 | 240 commits to main since this release

    The first formal release in Flask.

    Changes since 0.11.1:

    • Added the documentation.
    Downloads
  • v0.11.1 5ae1ab95ae

    0.11.1 Stable

    imacat released this 2023-04-05 13:01:04 +08:00 | 250 commits to main since this release

    Removed the zero balances from the trial balance, the income statement, and the balance sheet.

    Downloads
  • v0.11.0 0185c16654

    0.11.0 Stable

    imacat released this 2023-04-05 09:59:30 +08:00 | 254 commits to main since this release

    • Renamed the project from "mia-accounting-flask" to "mia-accounting".
    • Updated the URL of the reports, as the default views of the accounting application.
    • Updated README.
    • Various fixes.
    Downloads
  • v0.10.0 a17395b43e

    0.10.0 Stable

    imacat released this 2023-04-03 22:08:26 +08:00 | 264 commits to main since this release

    • Added the unauthorized method to the UserUtilityInterface interface to allow fine control to how to handle the case when the user has not logged in.
    • Revised the JavaScript description editor to respect the account that the user has confirmed or specifically selected.
    • Various fixes.
    Downloads
  • v0.9.1 bf2c7bb785

    0.9.1 Stable

    imacat released this 2023-03-24 09:17:06 +08:00 | 301 commits to main since this release

    • A distinguishable look in the option detail than the option form.
    • A better look in the new journal entry forms when there is no line item yet.
    • Fixed the search in the original entry selector in the journal entry form to always do a partial match, to fix the problem that there is no match when typing is not finished yet.
    • Fixed the search in the original entry selector to search the net balance correctly.
    • Replaced the "editor" and "editor2" accounts with the "admin" and "editor" accounts.
    • Various fixes.
    Downloads
  • v0.9.0 52807c5322

    0.9.0 Pre-Release

    imacat released this 2023-03-23 00:48:23 +08:00 | 337 commits to main since this release

    Moved the settings from the .env file to the option table in the database that can be set and updated on the web interface. Added the settings page to show and update the settings.

    Downloads
  • v0.8.0 d8afadda02

    0.8.0 Pre-Release

    imacat released this 2023-03-22 01:52:41 +08:00 | 392 commits to main since this release

    • Added the recurring transactions to the description editor.
    • Added prevention to delete database objects that are essential or referenced by others with foreign keys.
    • Various fixes on the visual layout.
    Downloads