-
Notifications
You must be signed in to change notification settings - Fork 55
Merge changes for version 1.10 #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Feat]: new link for creating a new issue
* [Feat]: Color changes according to the amounts on the bucket list * [Feat]: Pending want orange if it is more than 0 * [fix]: -amount from string to decimal, change method's signature name * [fix]: removed ToString from decimal values
Update Report page styling
My DB migration failed with ``` fail: 3/31/2025 20:35:19.689 RelationalEventId.CommandError[20102] (Microsoft.EntityFrameworkCore.Database.Command) Failed executing DbCommand (14ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] ALTER TABLE `Bucket` MODIFY COLUMN `IsInactiveFrom` date NOT NULL; fail: Microsoft.Extensions.Hosting.Internal.Host[11] Hosting failed to start MySqlConnector.MySqlException (0x80004005): Datetime function: datetime field overflow ``` I did not test the postgres migration with already existing data, it might also be required.
Fix DateOnly Mysql Migration
* Add option to hide buckets from summaries This PR adds a new option to the bucket settings to exclude the bucket from summaries on the report page. Previously large single transactions which are not part of my monthly budget (like selling stocks) completly messed up my statistics. Im also changing how transfer transactions are displayed. They are now hidden from the summaries to fix the statistics when the "input" and "output" transactions of a transfer are in different months. Discrepancies in the transfer bucket can still be seen in the "Data Consistency" tab. * Add Postgres Migration for BucketIsHiddenFromSummaries * cleanup HiddenFromSummaries
Filters for selected transactions in edit mode, or unassiged transaction in "Propose Buckets Mode" closes #318
…ad of individual month Rework Bucket Page Let Buttons wrap on multiple pages Add tooltip for horizontal table scrolling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check list: