-
0.8.0 Pre-Release
released this
2023-03-22 01:52:41 +08:00 | 395 commits to main since this 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.
-
0.7.0 Pre-Release
released this
2023-03-21 00:55:02 +08:00 | 422 commits to main since this release- Renamed "transaction" to "journal entry", and "journal entry" to "journal entry line item".
- Renamed "summary" to "description".
- Updated tempus-dominus from version 6.2.10 to 6.4.3.
- Fixed titles and capitalization.
- Fixed to search case-insensitively.
- Added favicon to the test site.
- Fixed the navigation menu when there is no matching endpoint.
- Various fixes.
-
0.6.0 Pre-Release
released this
2023-03-18 23:38:51 +08:00 | 456 commits to main since this release- Added offset tracking to the journal entries in the payable and receivable accounts.
- Renamed the "is_offset_needed" column to "is_need_offset" in the Account data model.
-
0.5.0 Pre-Release
released this
2023-03-10 08:36:33 +08:00 | 572 commits to main since this releaseAdded the accounting reports.
-
0.4.0 Pre-Release
released this
2023-03-01 01:55:36 +08:00 | 836 commits to main since this releaseAdded the transaction summary helper.
-
0.3.1 Pre-Release
released this
2023-02-28 00:16:27 +08:00 | 874 commits to main since this release- Fixed the error that cannot select any account when adding new transactions.
- Fixed the database error when adding new transactions.
- Added the button to convert a cash income or cash expense transaction to a transfer transaction.
-
0.3.0 Pre-Release
released this
2023-02-27 17:23:35 +08:00 | 884 commits to main since this releaseAdded the transaction management.
-
0.2.0 Pre-Release
released this
2023-02-07 20:57:27 +08:00 | 937 commits to main since this release- Added the currency management.
- Changed the can_edit permission to at least require the user to log in first.
- Changed the type hint of the "current_user" pseudo property of the AbstractUserUtils class to return None when the user has not logged in.
-
0.1.1 Pre-Release
released this
2023-02-03 17:14:58 +08:00 | 1010 commits to main since this releaseFinalized the account management, with tests and reordering.
-
0.1.0 Pre-Release
released this
2023-02-03 12:58:36 +08:00 | 1038 commits to main since this releaseAdded the account management, and updated the API to initialize the accounting application.