Commit Graph

58 Commits

Author SHA1 Message Date
Andrew Lalis ae2713dbd0 Added hyperlinks for entity management pages. 2024-01-30 17:04:31 -05:00
Andrew Lalis 1cdadc9fc4 Added default transaction categories. 2024-01-29 14:08:42 -05:00
Andrew Lalis b9678313bf Added ability to edit tags, vendor, and category of a transaction. 2024-01-29 14:01:49 -05:00
Andrew Lalis b783234794 Added M001_AddTransactionProperties.sql migration and schema updates. 2024-01-18 08:53:25 -05:00
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 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 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 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 ceddc49adf Added SetVersion script, and updated versions to 1.0.1. 2024-01-04 21:44:45 -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 4899d5e8b5 Cleaned up entities, balance computation logic. 2024-01-04 09:54:06 -05:00
Andrew Lalis ed6e2fba4a Added schema migration infrastructure. 2024-01-03 18:03:46 -05:00
Andrew Lalis b477e9ab3c Added create-balance-record.fxml and associated logic. 2023-12-31 11:48:59 -05:00
Andrew Lalis e42f9507db Added icon, image caching, and improved history item tiles. 2023-12-31 09:37:16 -05:00
Andrew Lalis 651396739f Added account history. 2023-12-31 00:34:37 -05:00
Andrew Lalis 00636debf3 Refactored database schema for more flexible attachments and content, and added basis for account history. 2023-12-30 23:08:18 -05:00
Andrew Lalis aa90f98424 Added actual document icons. 2023-12-30 19:09:06 -05:00
Andrew Lalis 755dc87aec Added profiles selector and logic for changing the selected profile. 2023-12-30 18:13:06 -05:00
Andrew Lalis 7f85591567 Added an improved splash screen, and improved formatting of attachments list. 2023-12-29 19:47:31 -05:00
Andrew Lalis 01d08154e0 Added primitive pagination controls to transaction view, with expandability for other paginated entities. 2023-12-29 12:06:43 -05:00
Andrew Lalis e09e36527f Fixed missing fxid. 2023-12-28 21:34:28 -05:00
Andrew Lalis 2658fc5c58 Cleaned up CSS, and added a new transaction-view.fxml and associated controller for viewing the details of a transaction. 2023-12-28 21:31:42 -05:00
Andrew Lalis 53bfea2bad Added transaction attachments ability. 2023-12-28 16:19:21 -05:00
Andrew Lalis 616cac6c18 Added transaction attachments. 2023-12-28 12:57:03 -05:00
Andrew Lalis c648c899cd Added better validation for creating transactions. 2023-12-28 11:55:10 -05:00
Andrew Lalis 69322620ca Cleanup 2023-12-28 11:34:07 -05:00
Andrew Lalis 14e1248b54 Added transactions page, lots of utilities, and fixed account balance derivation formula. 2023-12-28 11:32:20 -05:00
Andrew Lalis 2a47d93c97 Added editing, saving, and deleting accounts. 2023-12-26 13:47:27 -05:00
Andrew Lalis 30df89d5b7 Incorporated latest scene router version. 2023-12-25 18:31:01 -05:00