538a298acdMade the input dialog fully item type aware. Fixes#1, now all item types can have an item of the same name (such as "Test") rather than only checking the Expense table for the name.Hyperling2025-03-27 12:22:57 -07:00
cce878ccaaMade the input dialog fully item type aware. Fixes issue #1, now all item types can have an item of the same name (such as "Test") rather than only checking the Expense table for the name.Hyperling2025-03-27 12:15:55 -07:00
147178e4ddFix the projections not loading if any item type was left unused.Hyperling2025-03-27 11:58:26 -07:00
fa852faadcUse the dispose() method to reset the global values. Works excellently!! :D
0.1.2
Hyperling2025-03-26 13:17:08 -07:00
6f9d0d8afbThe initial page load now delays properly and shows the correct value rather than 0. Updating an item and going back to the page still shows old data though.Hyperling2025-03-26 12:39:09 -07:00
75cc72678bAdd TBD of where the Income duplicate name validator is going wrong.Hyperling2025-03-25 08:45:44 -07:00
4d0dc03c69Create script which builds the delverables and places them in a convenient place with convenient names.
0.1.1
Hyperling2025-03-21 14:58:56 -07:00
bdb3fc5c7aEnsure the README is up to date. Reword slightly.Hyperling2025-03-21 14:22:14 -07:00
da2ae6206aAdd additional Help content and modify the Code Repo button to more specifically be Source Code for the project.Hyperling2025-03-21 14:21:43 -07:00
f5b22c6c1cCreate and use a better app icon.Hyperling2025-03-21 14:08:26 -07:00
9f7773f724Add functionality to Help buttons for opening URLs.Hyperling2025-03-21 13:40:11 -07:00
dec343af09Add plugin url_launcher for Help page.Hyperling2025-03-21 12:17:10 -07:00
0890e15bfbChange the double SafeArea for Linux.Hyperling2025-03-21 12:05:59 -07:00
55fd4092acPrevent the Help buttons from being underneath the Nav Bar on Android.Hyperling2025-03-21 12:05:03 -07:00
247b88daa2Replace placeholder with a basic message for now.Hyperling2025-03-21 12:04:48 -07:00
d604a59ad1Accept a recommended change since null is now handled properly.Hyperling2025-03-21 11:39:23 -07:00
5bf6a0889cFinish changing the database name.Hyperling2025-03-21 11:38:50 -07:00
f3d6b8abbeIncrement the app version slightly now that it's working and has an icon.Hyperling2025-03-21 11:03:02 -07:00
8ea85586d5Begin using the old project's icon.Hyperling2025-03-21 11:02:57 -07:00
d1633fd155Add media from android-expense-tracker project.Hyperling2025-03-21 10:54:29 -07:00
26718a41e0Shorten app name for home screen.Hyperling2025-03-21 10:54:14 -07:00
2c241d9113Change database file name to be more user-friendly.Hyperling2025-03-21 10:53:48 -07:00
adea1eeb02Use the non-KTS files after all, the KTS versions do not launch successfully.Hyperling2025-03-21 10:34:56 -07:00
f441caebf7Unimplemented got thrown for null. Add it to the list so that lists with no items still work properly.Hyperling2025-03-21 10:34:25 -07:00
48615b3438Hide another non-KTS gradle file to ensure that Android config is done properly.Hyperling2025-03-21 10:27:41 -07:00
bc3b3a4109Ensure project is properly named across all files.Hyperling2025-03-21 10:24:46 -07:00
5ec246228eRan flutter create . to create new files based on changed package name.Hyperling2025-03-21 09:32:45 -07:00
e5e85b68ffIncome and Assets are successfully being inserted and selected! Still needs tweaking, such as Asset saying "monthly".Hyperling2025-03-07 13:06:26 -07:00
8ae728f6bfPrevent new DEBUG folder from getting into git repo. Must have gotten created when compiling for Android emulator.Hyperling2025-02-26 10:06:09 -07:00
42548d437cAdd ItemType for determining which DB methods should be called based on the screen data. Begin implementing it.Hyperling2025-02-21 09:30:46 -07:00
be66f52cbfMove down to only 1 abstract data type with a nully Frequency. Should aid in making the Expense page usable for all 3 data type.Hyperling2025-02-21 08:56:50 -07:00
992195b9a0Style the report a little better. Still need to get the row's middle text properly aligned with the column header somehow, as if everything were in a grid.Hyperling2025-02-21 08:30:54 -07:00
064884dc07Fix code warnings by using Description variable and temporarily assuming that Assets are a RecurringTrackedType.Hyperling2025-02-19 17:40:43 -07:00
98e511056cRemove no longer necessary includes.Hyperling2025-02-19 17:26:28 -07:00
58102bab02Add the expense totals! Yay! Still trying to center the totals part with the monthly part across all sections properly.Hyperling2025-02-19 17:25:36 -07:00
0b4937b141Start creating the reports as a break from making the Expense page usable for all 3. Still considering whether to just have 1 main abstract class with a nully Frequency.Hyperling2025-02-14 08:49:44 -07:00
d35c250913Add note for next steps in making the ListView more abstract.Hyperling2025-02-12 12:55:10 -07:00
21f67b8a36Added a monthly runner. Moved field values to be in variables outside of the Widget being returned.Hyperling2025-02-12 12:53:34 -07:00
9924860181Create the beginning of a DB backup system.Hyperling2025-02-12 08:22:16 -07:00
60363c29f2Rename recurring class filename. Move around some libraries to be under the proper comments.Hyperling2025-02-12 07:55:22 -07:00
8e6b574023Create the income and asset tables.Hyperling2025-02-11 14:49:50 -07:00
fcf4fca33bAdd the Income and Asset classes.Hyperling2025-02-11 14:49:42 -07:00
0aa8fdf271Properly map all fields (cost/amount).Hyperling2025-02-11 14:49:23 -07:00
3bf3dd3190Fix order of cost validations to properly show error for character data.Hyperling2025-02-11 14:48:32 -07:00
ab9b3e0bf9Begin making the Expense page more arbitrary for future re-use by creating superclasses which will fit all 3 object use cases.Hyperling2025-02-11 14:33:38 -07:00
d77e732551Change desktop version to use the original style of navigation, keep using drawer for mobile devices. Flutter is so cool!! :)Hyperling2025-02-11 09:26:59 -07:00