Commit Graph

101 Commits

Author SHA1 Message Date
Andrew Lalis 2d2ddeb8f2 Updated to version 1.4.0 2024-01-13 12:55:40 -05:00
Andrew Lalis 47ac75af45 Finished transaction editing logic. 2024-01-13 12:54:59 -05:00
Andrew Lalis f0b061c34d Refactored repository access to use fancy generic method. 2024-01-12 22:44:29 -05:00
Andrew Lalis 4600470cdb Fixed AccountSelectionBox. 2024-01-12 17:28:55 -05:00
Andrew Lalis 1a40b78a70 Added AccountSelectionBox and cleaned up logic in the EditTransactionController quite a bit. 2024-01-12 11:30:59 -05:00
Andrew Lalis 3521dee149 Added new AccountSelectionBox, still buggy due to weird javafx combobox stuff. 2024-01-11 22:16:24 -05:00
Andrew Lalis 7ceaca7068 Added start of transaction edit page. 2024-01-11 08:46:57 -05:00
Andrew Lalis 89d7438ab1 Added basic transactions export, just to say it has it. Also did more to sanitize transaction descriptions. 2024-01-11 07:48:46 -05:00
Andrew Lalis 2c49dd5766 Improved attachments preview in transaction and balance record view. 2024-01-11 07:25:28 -05:00
Andrew Lalis 6b563003ec Improved attachment repository logic. 2024-01-10 18:10:43 -05:00
Andrew Lalis 952d149825 Added latest scene router version, replaced history clear and navigate by router's new "replace" function, and added orphan deletion to transaction delete logic. 2024-01-09 21:51:18 -05:00
Andrew Lalis fdfb9d0412 Updated to version 1.3.0 2024-01-09 12:54:42 -05:00
Andrew Lalis 26daf14390 Added about page, improved splash screen again. 2024-01-09 12:52:42 -05:00
Andrew Lalis ce78df559e Added help pages, styled text implementation, and improved splash screen. 2024-01-09 12:34:06 -05:00
Andrew Lalis 2a79afe1b5 Added first placeholder help pages, and initialization to controller. 2024-01-08 23:13:15 -05:00
Andrew Lalis 8270c5a273 Added basic side-panel help info, soon will add router implementation for pages. 2024-01-08 22:43:41 -05:00
Andrew Lalis eb6f79d428 Update branding images. 2024-01-08 22:29:44 -05:00
Andrew Lalis 43ba6e4d73 Update screenshot! 2024-01-08 22:13:12 -05:00
Andrew Lalis 57df76cada Fix release workflow. 2024-01-08 12:30:20 -05:00
Andrew Lalis 1b22b3bd49 Clear transactions when navigating to /transactions. 2024-01-08 12:20:36 -05:00
Andrew Lalis 4370d8221f Set version to 1.2.0, fixed formatting for pagination for the most part. 2024-01-08 12:06:39 -05:00
Andrew Lalis a94666a8d6 More style refactoring for tiled collections. 2024-01-08 11:49:02 -05:00
Andrew Lalis 8a43862725 Cleaned up account and transaction tiles, and removed unneeded CSS references from most places. 2024-01-08 11:21:40 -05:00
Andrew Lalis 65595a47ac Added final validation and warnings to the CreateBalanceRecordController for inconsistent balance records. 2024-01-08 10:55:05 -05:00
Andrew Lalis 5f692bf8e2 Refactor creating a balance record. 2024-01-08 09:49:34 -05:00
Andrew Lalis c02e5d3fc6 Added validation, cleaned up CSS colors with theme definitions. 2024-01-07 19:05:09 -05:00
Andrew Lalis ebf4880297 Updated to version 1.1.0 2024-01-05 12:28:39 -05:00
Andrew Lalis 30f792a7c2 Added font files, and more style refactoring. 2024-01-05 12:25:54 -05:00
Andrew Lalis 02d392d6c7 Refactored styling in most views and components to follow base CSS. 2024-01-05 10:59:44 -05:00
Andrew Lalis a914197634 Added screenshot to readme. 2024-01-04 21:55:56 -05:00
Andrew Lalis bde5185ea6 Added release procedure to readme. 2024-01-04 21:52:53 -05:00
Andrew Lalis ceddc49adf Added SetVersion script, and updated versions to 1.0.1. 2024-01-04 21:44:45 -05:00
Andrew Lalis 017e01a935 Bump package script versions. 2024-01-04 21:00:43 -05:00
Andrew Lalis ebd8af7c2c Update to version v1.0.0 2024-01-04 20:52:04 -05:00
Andrew Lalis ca85ab9893 Refactored account ordering according to latest account history updates. 2024-01-04 20:49:21 -05:00
Andrew Lalis e0e73cddae Refactored the account tile design. 2024-01-04 20:19:27 -05:00
Andrew Lalis 9e0e0a51c5 Added account filter to transactions list. 2024-01-04 19:54:13 -05:00
Andrew Lalis 8539ddec70 More tweaking of PropertiesPane. 2024-01-04 12:58:51 -05:00
Andrew Lalis 4c69cd1662 Added properties pane and improved the account view. 2024-01-04 12:37:16 -05:00
Andrew Lalis 32fb7e8eb8 Added more tests. 2024-01-04 10:33:36 -05:00
Andrew Lalis 4899d5e8b5 Cleaned up entities, balance computation logic. 2024-01-04 09:54:06 -05:00
Andrew Lalis 087242396d Added the ability to delete balance records, and added additional history handling for deleted information. 2024-01-03 18:38:29 -05:00
Andrew Lalis ed6e2fba4a Added schema migration infrastructure. 2024-01-03 18:03:46 -05:00
Andrew Lalis a7654e49ca Cleaned up profile loading exceptions. 2024-01-03 15:20:34 -05:00
Andrew Lalis 48dc4fd9e7 Merge remote-tracking branch 'origin/main' 2024-01-03 15:08:30 -05:00
Andrew Lalis 96cbe22c3d Added SLF4J, logging, and more orderly profile initialization. 2024-01-03 15:07:36 -05:00
Andrew Lalis 8c8e6c3778 Make new release workflow, upload version 0.0.3 2024-01-02 10:03:20 -05:00
Andrew Lalis 064819e2ad Updated to v0.0.2 with windows package script. 2024-01-02 14:34:11 -05:00
Andrew Lalis 7682c569eb Fixed windows package execution. 2024-01-02 08:40:20 -05:00
Andrew Lalis 43a3ff3892 Added maven wrapper, started powershell script for windows build. 2024-01-02 08:39:07 -05:00