- Oct 09, 2020
-
-
Brandon Rodriguez authored
-
- Nov 16, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Should fix several more bugs.
-
- Nov 15, 2016
-
-
Brandon Rodriguez authored
Realized that program was difficult to read in some terminals. IE: IDEA IDE terminal is white, and program read fine. Linux terminal is dark/black, and was near impossible to read.
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Ship order and restock parts now work 100% fine. Issues were entirely due to inconsistent/unexpected database values.
-
- Nov 14, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Also fixed related bug with sorted selection queries.
-
Brandon Rodriguez authored
Saving commit to test class-based models
-
Brandon Rodriguez authored
I feel like it's probably better practice to have a few class-level vars that get reused often, rather than a bunch of local variables that are created at random points as needed. Thus, variables have been reworked to reflect this. Variables that make sense to have a lower scope (such as model-specific variables) have been left as-is.
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Selection queries now have two methods, depending on if sorted or not. Also updated commenting for most of DatabaseTransaction class methods.
-
Brandon Rodriguez authored
Now prevents adding discontinued products to orders. Now appropriately updates UnitsOnOrder values for each added/removed product. Now allows adding of multiple products to a single order.
-
- Nov 13, 2016
-
-
Brandon Rodriguez authored
Just needs to update "UnitsOnOrder" value for associated product(s).
-
Brandon Rodriguez authored
Validation ended up far messier and more complicated than initially expected. Now has its own class to improve general code readability.
-
Brandon Rodriguez authored
-
- Nov 12, 2016
-
-
Brandon Rodriguez authored
AddCustomer Menu Item should now be fully functional.
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Due to being extra, it is currently unfinished and will remain so until the rest of the program is further fleshed out.
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
DatabaseConnection class is now handles as a singleton.
-
Brandon Rodriguez authored
Not quite 100% working. Still needs further work/testing.
-
Brandon Rodriguez authored
Appears to be connecting, but need actual database queries to be certain.
-
- Nov 11, 2016
-
-
Brandon Rodriguez authored
Still needs "suitable driver". Trying to figure out what that means.
-
- Nov 09, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-