Skip to content

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 56 commits into from
Apr 30, 2025
Merged

Merge changes for version 1.10 #322

merged 56 commits into from
Apr 30, 2025

Conversation

TheAxelander
Copy link
Owner

@TheAxelander TheAxelander commented Apr 30, 2025

Check list:

  • Correct Version number on Navigation
  • No open issues in respective milestone
  • 3rd party licenses up-to-date
  • Documentation up-to-date
  • Changelog up-to-date
  • Changelog containing release date
  • Update SECURITY.md
  • Updated unRaid Template
  • Github Actions up-to-date
  • Announcement created

TheAxelander and others added 30 commits February 15, 2025 13:28
* [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
TheAxelander and others added 26 commits March 14, 2025 17:57
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.
* 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
@TheAxelander TheAxelander added this to the 1.10 milestone Apr 30, 2025
@TheAxelander TheAxelander marked this pull request as ready for review April 30, 2025 08:31
@TheAxelander TheAxelander merged commit 05718da into master Apr 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants