-
1.2.1 Stable
released this
2023-04-09 21:04:31 +08:00 | 172 commits to main since this releaseFixed the search result to allow full year/month/day specification.
-
1.2.0 Stable
released this
2023-04-09 12:16:30 +08:00 | 174 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.
-
1.1.0 Stable
released this
2023-04-09 00:49:14 +08:00 | 202 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.
-
1.0.1 Stable
released this
2023-04-06 08:43:25 +08:00 | 239 commits to main since this releaseDocumentation fixes.
-
1.0.0 Stable
released this
2023-04-06 02:55:31 +08:00 | 243 commits to main since this releaseThe first formal release in Flask.
Changes since 0.11.1:
- Added the documentation.
-
0.11.1 Stable
released this
2023-04-05 13:01:04 +08:00 | 253 commits to main since this releaseRemoved the zero balances from the trial balance, the income statement, and the balance sheet.
-
0.11.0 Stable
released this
2023-04-05 09:59:30 +08:00 | 257 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.
-
0.10.0 Stable
released this
2023-04-03 22:08:26 +08:00 | 267 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.
-
0.9.1 Stable
released this
2023-03-24 09:17:06 +08:00 | 304 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.
-
0.9.0 Pre-Release
released this
2023-03-23 00:48:23 +08:00 | 340 commits to main since this releaseMoved 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.