• v1.6.0 f20c462685

    1.6.0 Stable

    imacat released this 2024-06-04 08:30:47 +08:00 | 0 commits to main since this release

    • Updated Python version to 3.12.
    • Revised the calculation of "today" to use the client's timezone instead of the server's timezone.
    • Updated the Bootstrap, FontAwesome, and Tempus-Dominus versions in the test site.
    Downloads
  • v1.5.11 e0ed81ad1f

    1.5.11 Stable

    imacat released this 2023-12-16 21:52:43 +08:00 | 9 commits to main since this release

    Bug fix.

    • Refined to enable the selection of the 3351-001 Accumulated Profit or Loss account.
    Downloads
  • v1.5.10 50d4526e0b

    1.5.10 Stable

    imacat released this 2023-11-28 08:27:41 +08:00 | 11 commits to main since this release

    Bug fix.

    • Fixed the form validator to enable the selection of Accumulated Profit or Loss accounts other than 3351-001.
    Downloads
  • v1.5.9 79eb077129

    1.5.9 Stable

    imacat released this 2023-11-28 08:12:08 +08:00 | 14 commits to main since this release

    Bug fix.

    • Fixed an icon in the detail of the cash receipt journal entry.
    Downloads
  • v1.5.8 937908717b

    1.5.8 Stable

    imacat released this 2023-10-24 07:33:42 +08:00 | 17 commits to main since this release

    Bug fix.

    • Fixed an icon in the detail of the cash receipt journal entry.

    Released at Jaipur, India on vacation.

    Downloads
  • v1.5.7 14365ca255

    1.5.7 Stable

    imacat released this 2023-07-29 13:25:46 +08:00 | 19 commits to main since this release

    Revised account title capitalization to capitalize account titles upon initialization of base accounts, rather than when displaying the accounts. This prevents the system from incorrectly capitalizing titles of user-added accounts.

    For existing installation, run the "accounting-titleize" console command to capitalize the existing account titles that were already initialized.

    Other fixes:

    • Added missing documentation to the global variables, class properties, and object properties.
    • Various minor fixes.
    Downloads
  • v1.5.6 a9c4fa9de0

    1.5.6 Stable

    imacat released this 2023-05-23 09:33:07 +08:00 | 40 commits to main since this release

    Bug fixes.

    • Fixed the return URI of the creation forms to decode the next URI.
    • Fixed the unmatched offset list to use the encoded next URI.
    Downloads
  • v1.5.5 352867797d

    1.5.5 Stable

    imacat released this 2023-05-23 09:32:38 +08:00 | 43 commits to main since this release

    Security fixes.

    • Revised the next URI utilities to encode and decode the next URI preventing tampering with the next URI.
    • Added the integrity value of the CDN stylesheet links.
    • Various fixes.
    Downloads
  • v1.5.4 abe90d3483

    1.5.4 Stable

    imacat released this 2023-05-18 00:14:14 +08:00 | 53 commits to main since this release

    Security fixes.

    • Added safeguard to the next URI utilities, to prevent Cross-Site Scripting (XSS) attacks.
    • Applied the safe next URI utilities to the test site.
    • Added the SameSite and Secure flags to the session cookie of the test site.
    Downloads
  • v1.5.3 0b1dd4f4fc

    1.5.3 Stable

    imacat released this 2023-04-30 15:13:01 +08:00 | 64 commits to main since this release

    • Fixed the error of the net balance in the unmatched offset list.
    • Revised the original line item editor not to override the existing amount when the existing amount is less or equal to the net balance.
    Downloads