i created a settings panel that uses a .property file to save settings.

i modified OrderDB to use the .property file
This commit is contained in:
2011-01-19 18:42:40 +00:00
parent fdf25ced67
commit a3e2c7872f
6 changed files with 276 additions and 20 deletions

View File

@@ -9,6 +9,11 @@ added an overwrite file dialog.
added the customer country to the order object.
updated .CSV export
1.0.2
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
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 created a settings panel that uses a .property file to save settings.
i modified OrderDB to use the .property file

View File

@@ -1 +1 @@
1.0.2 b 30
1.0.3 b 31