• v1.5.2 2969e83afe

    1.5.2 Stable

    imacat released this 2023-04-30 06:46:16 +08:00 | 67 commits to main since this release

    • Fixed the error of the net balance in the unmatched offset list.
    Downloads
  • v1.5.1 f29cb00aec

    1.5.1 Stable

    imacat released this 2023-04-30 05:53:46 +08:00 | 70 commits to main since this release

    • Fixed the error calling the old setEnableDescriptionAccount method in the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class.
    Downloads
  • v1.5.0 86637267d3

    1.5.0 Stable

    imacat released this 2023-04-23 20:14:07 +08:00 | 110 commits to main since this release

    • Updated to require SQLAlchemy >= 2.
    • Added the change log.
    • Added the VERSION constant to the accounting module for the package version, and revised pyproject.toml and conf.py to read the version from it.
    Downloads
  • v1.4.1 f3c558f48a

    1.4.1 Stable

    imacat released this 2023-04-22 18:23:06 +08:00 | 119 commits to main since this release

    • Updated to allow editing the description of the journal entry line item with offsets or are offsetting to original line items.
    • Updated not to override the existing description of a journal entry line item after choosing the original line item to offset to.
    Downloads
  • v1.4.0 71dfb6f003

    1.4.0 Stable

    imacat released this 2023-04-18 09:33:50 +08:00 | 122 commits to main since this release

    • Rewrote the unapplied original line items and unmatched offsets.
      • The unapplied original line items and unmatched offsets are both in the report submodule. They can be filtered with currency and period now.
      • Show the unapplied original line items and unmatched offsets together, and added the accumulated balance in the unmatched offset list, for ease of reference.
    • Removed the account code from the journal entry detail and journal entry form for mobile devices.
    • Made the account options in the reports to be scrollable.
    Downloads
  • v1.3.3 260e3cbe82

    1.3.3 Stable

    imacat released this 2023-04-13 09:56:50 +08:00 | 140 commits to main since this release

    Changed the sample data generation in the test site live demonstration from pre-recorded data to real-time generation, to avoid the problem with the start of months and weeks changed with the date of the import.

    Downloads
  • v1.3.2 621020b0f0

    1.3.2 Stable

    imacat released this 2023-04-12 18:05:23 +08:00 | 148 commits to main since this release

    Added the sample data generation and database reset on the test site for live demonstration.

    Downloads
  • v1.3.1 e62316c477

    1.3.1 Stable

    imacat released this 2023-04-11 22:35:02 +08:00 | 155 commits to main since this release

    • Fixed the permission of the navigation menu of the unmatched offsets.
    • Revised the test site to be more accessible as the live demonstration.
    Downloads
  • v1.3.0 404b902d88

    1.3.0 Stable

    imacat released this 2023-04-11 00:09:01 +08:00 | 161 commits to main since this release

    Added the "accounting-init-db" console command to replace all the other console commands to initialize the accounting database. The test site does not work with previous versions (<1.3.0).

    Downloads
  • v1.2.1 1e56403b35

    1.2.1 Stable

    imacat released this 2023-04-09 21:04:31 +08:00 | 169 commits to main since this release

    Fixed the search result to allow full year/month/day specification.

    Downloads