Skip to content

FIx some bugs#201

Merged
javedh-dev merged 6 commits intojavedh-dev:devfrom
daunera:dev
Mar 30, 2026
Merged

FIx some bugs#201
javedh-dev merged 6 commits intojavedh-dev:devfrom
daunera:dev

Conversation

@daunera
Copy link
Copy Markdown
Contributor

@daunera daunera commented Mar 27, 2026

This PR focuses on improving localization, data validation, and repository consistency. It addresses issues with record creation in the fuel and insurance modules and ensures the calendar behaves correctly across different locales.

Localization and UI

  • Hungarian Support: Added missing Hungarian translations.
  • Calendar Locale: Updated the calendar component to handle locale-specific settings, such as the starting day of the week.
  • Date Validation: Fixed the validation check for date format inputs within the settings menu.

Data Integrity

  • Record Creation: Resolved an issue where fuel logs, insurance, and pollution certificate records were being saved with a null ID key. The logic now filters out the ID key during the creation process.

Maintenance

  • Git Configuration: Added a .gitattributes file to enforce LF line endings across the project.

Closes #195

@daunera
Copy link
Copy Markdown
Contributor Author

daunera commented Mar 27, 2026

@javedh-dev I am not familiar with migration, so I could not do it, if someone already had a fuel log, insurance, pollution cert record with null id, than for those record generate uuid id with a migration file

Copy link
Copy Markdown
Owner

@javedh-dev javedh-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting. Looks good

@javedh-dev javedh-dev merged commit 37272c4 into javedh-dev:dev Mar 30, 2026
1 check passed
@nortuzar
Copy link
Copy Markdown

Thanks for submitting. Looks good

I update to the last version but im still having the record problem. I try to search for the MIGRATION tool? but couldn't find anything
image

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.

[v1.3.1 Bug] Editing fuel logs creates duplicates / "id: null" error

3 participants