Skip to content

Releases: imacat/mia-accounting

1.2.0

09 Apr 04:24
Compare
Choose a tag to compare
  • 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.

1.1.0

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

1.0.1

06 Apr 00:46
Compare
Choose a tag to compare

Documentation fixes.

1.0.0

05 Apr 18:58
Compare
Choose a tag to compare

The first formal release in Flask.

Changes since 0.11.1:

  • Added the documentation.

0.11.1

05 Apr 05:36
Compare
Choose a tag to compare

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

0.11.0

05 Apr 02:16
Compare
Choose a tag to compare
  • 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.

0.10.0

03 Apr 14:13
Compare
Choose a tag to compare
  • 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.

0.9.1

24 Mar 01:24
Compare
Choose a tag to compare
  • 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.

0.9.0

22 Mar 17:05
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-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.

0.8.0

21 Mar 18:02
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-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.