created the static method MainWindow.loadDatabase() for easy database reloading

This commit is contained in:
2011-01-21 17:18:30 +00:00
parent a3e2c7872f
commit a25fab8882
5 changed files with 46 additions and 32 deletions

View File

@@ -1,19 +1,24 @@
1.0.0 b 28
fixed the .CSV file parsing with an external lib.
1.0.1 b 29
created a single window with a tabbed layout for a more fluid experience.
added an overwrite file dialog.
added the customer country to the order object.
updated .CSV export
1.0.2 b 30
i replaced the old sqlite driver (for local databases) with the mySQL driver to interface with TCDEVSVN1's order database
1.0.3 b 31
i improved the speed of file parsing, be making less database hits
1.0.4 b 32
fixed order processing to be more efficient, and i now use BigDecimal to cal money
1.0.5 b 33
i created a settings panel that uses a .property file to save settings.
i modified OrderDB to use the .property file
i modified OrderDB to use the .property file
1.0.6 b 34
created the static method MainWindow.loadDatabase() for easy database reloading