Skip to content

Releases: imacat/mia-accounting

1.5.2

29 Apr 22:48
Compare
Choose a tag to compare
  • Fixed the error of the net balance in the unmatched offset list.

1.5.1

29 Apr 21:57
Compare
Choose a tag to compare
  • Fixed the error calling the old setEnableDescriptionAccount method in the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class.

1.5.0

23 Apr 12:15
Compare
Choose a tag to compare
  • 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.

1.4.1

22 Apr 10:26
Compare
Choose a tag to compare
  • 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.

1.4.0

18 Apr 01:36
Compare
Choose a tag to compare
  • 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.

1.3.3

13 Apr 02:06
Compare
Choose a tag to compare

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.

1.3.2

12 Apr 10:06
Compare
Choose a tag to compare

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

1.3.1

11 Apr 14:36
Compare
Choose a tag to compare
  • Fixed the permission of the navigation menu of the unmatched offsets.
  • Revised the test site to be more accessible as the live demonstration.

1.3.0

10 Apr 16:16
Compare
Choose a tag to compare

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).

1.2.1

09 Apr 13:08
Compare
Choose a tag to compare

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