Commit Graph

20 Commits

Author SHA1 Message Date
mbabienco 14fc5b29ee Add back button to create report view; fix change title not warning about unsaved 2026-04-21 11:31:33 +09:00
mbabienco d99fefe74d Move settings and about to main screen 2026-04-21 11:23:28 +09:00
mbabienco dd09459226 Disable unused field warning 2026-04-21 11:18:40 +09:00
mbabienco c3d6c0c846 Clean up some using statements 2026-04-21 11:13:05 +09:00
mbabienco f2c4d1ed53 Fix wrong using 2026-04-21 10:50:47 +09:00
mbabienco 7be1e16489 Finish merge from main with MainViewModel changes 2026-04-21 10:41:40 +09:00
mbabienco ddba84ac0b Remove some TODO 2026-04-04 21:46:37 +09:00
mbabienco b0661669b4 Update main menu recently used on save 2026-04-04 21:45:12 +09:00
mbabienco 3fddda26c9 Continue refactor to use PDFReport obj in CreatePDFReportViewModel 2026-04-04 21:10:49 +09:00
mbabienco 9391e868a2 Continue tweaking code to work with main menu
Main menu now allows start blank, start with existing, and load previous.
Going to rework the CreatePDFReportViewModel to basically take that report obj and run with it (scan the folder, etc.).
2026-04-03 18:17:29 +09:00
mbabienco 3e0852ead9 Remove unused usings 2026-04-03 10:01:57 +09:00
mbabienco b22dbdff03 Refactor PDF gen to its own file
Keeps PDF logic out of main view model for easier rework of report data saving/loading
2026-04-03 09:59:22 +09:00
mbabienco 1785a91d6d Sort receipts by date then title 2026-04-01 18:45:58 +09:00
mbabienco 22d2a0d5e0 Refactor a const 2026-03-30 21:16:17 +09:00
mbabienco 4c85b4b606 Refactor make paragraph code and conv file path 2026-03-30 21:14:26 +09:00
mbabienco 22d896543c Keep doing rework for using PDFReportInfo obj
Still need to think about how this all works...could probably simplify more...
2026-03-30 21:00:19 +09:00
mbabienco 534af58f44 Refactor font resolving to its own class/file 2026-03-30 20:24:36 +09:00
mbabienco a9674a3f45 Continue working on main menu screen and refactor
New method for storing information on report data; rework and migrate settings to version 2; Add new options to ConfirmViewModel; rework some class hierarchy (may change more later)
2026-03-30 20:12:34 +09:00
mbabienco e71de9016e Merge branch 'main' into feature/ios 2026-03-24 20:46:51 +09:00
mbabienco b0cc2c4f6b Rework view hierarchy for iOS 2026-03-04 22:10:29 +09:00