-
1.5.3 Stable
released this
2023-04-30 15:13:01 +08:00 | 67 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
-
1.5.2 Stable
released this
2023-04-30 06:46:16 +08:00 | 70 commits to main since this release- Fixed the error of the net balance in the unmatched offset list.
Downloads
-
1.5.1 Stable
released this
2023-04-30 05:53:46 +08:00 | 73 commits to main since this release- Fixed the error calling the old setEnableDescriptionAccount method in the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class.
Downloads
-
1.5.0 Stable
released this
2023-04-23 20:14:07 +08:00 | 113 commits to main since this release- 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.
Downloads
-
1.4.1 Stable
released this
2023-04-22 18:23:06 +08:00 | 122 commits to main since this release- 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.
Downloads
-
1.4.0 Stable
released this
2023-04-18 09:33:50 +08:00 | 125 commits to main since this release- 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.
Downloads
- Rewrote the unapplied original line items and unmatched offsets.
-
1.3.3 Stable
released this
2023-04-13 09:56:50 +08:00 | 143 commits to main since this releaseChanged 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.
Downloads
-
1.3.2 Stable
released this
2023-04-12 18:05:23 +08:00 | 151 commits to main since this releaseAdded the sample data generation and database reset on the test site for live demonstration.
Downloads
-
1.3.1 Stable
released this
2023-04-11 22:35:02 +08:00 | 158 commits to main since this release- Fixed the permission of the navigation menu of the unmatched offsets.
- Revised the test site to be more accessible as the live demonstration.
Downloads
-
1.3.0 Stable
released this
2023-04-11 00:09:01 +08:00 | 164 commits to main since this releaseAdded 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).
Downloads