Budgeteer - Release 1.1.0.BETA The bootWar for the Budgeteer has been uploaded to Bintray: https://dl.bintray.com/adesso/budgeteer/de/adesso/budgeteer/budgeteer-web-interface/1.1.0.BETA/:budgeteer-web-interface-1.1.0.BETA.pom A migration script is included and will be automatically run by Flyway upon startup of the Budgeteer. It must be run against the DB version from PR #196, commit 6660f94 on an ORACLE DB. Changelog > Fixed issues: Issue 311 -- Long budget titles in EditPersonForm are now correctly displayed Issue 309 -- Fixed exception when accessing certain pages through links Issue 284 -- Removed the Hibernate deprectation warnings Issue 304 -- Fixed js error on dashboard Issue 87 -- Fixed the hours page sorting Issue 297 -- Fixed the removal of daily rates Issue 289 -- typo in templates overview Issue 290 -- added button for reseting filters to hours pages Issue 64 -- Rates in EditPersonPage are sorted alphabetically Issue 95 -- added tax information to Invoice Overview and Invoice Details Issue 275 -- Fixed broken URLs and styling in some pages Issue 187 -- Fixed rounding of month and week overviews Issue 113 -- added "forgot password" feature Issue 101 -- set automatic alarm Issue 208 -- Change help texts in budgets overview Issue 269 -- Example files are outdated Issue 266 -- Secured all text fields with a maximum length to prevent Exceptions. Issue 182 -- Remove links to external dependencies Issue 28 -- Added functionality to write notes connected to budgets Issue 256 -- Added spring security to authorize method invocations of service methods Issue 253 -- Improved the person edit form. Issue 257 -- Show a error message when accessing pages without having a project selected Issue 104 -- Accessing pages without a selected project now redirects to the select project page Issue 168 -- Added a button to delete budgets in the overview table Issue 255 -- Adjusted report template wording Issue 98 -- Adding summary row to the table in the contract overview Issue 246 -- Exception was thrown when changing the money display unit and fixed a few warnings Issue 184 -- Hours Page Bulk loading hours Issue 207 -- Gross/net value switch missing with month/week reports Issue 191 -- Tags can be added to new budgets Issue 169 -- Fixed an exception when trying to create a project with a duplicate name. Issues 170, 179 -- Allowed entering points/commas in the number entry fields Issue 103 -- Hide delete button for own user Issue 210 -- Creating/Editing budgets/contracts is now more clear to the user. Other fixes/improvements: - Minor improvements to the hours page - Added Info messages when editing a daily rate for manually edited work records - save person repository from db error when work records sum to zero - fixed budget filter and person base data query - Added Templates and default actions on enter and escape in the dialog pages. - Migrated all tests to JUnit 5