created statuss for NEW and CHARGABLE, and added the options to the order pane.

added the ability to remove existing orders if they are new, so they can be replaced
added the ability to print all new order in blue
improved order pane processing
modified the date picker to be easier to use
This commit is contained in:
2011-01-22 20:33:57 +00:00
parent a25fab8882
commit f9a805803c
10 changed files with 169 additions and 116 deletions

View File

@@ -21,4 +21,11 @@ i created a settings panel that uses a .property file to save settings.
i modified OrderDB to use the .property file
1.0.6 b 34
created the static method MainWindow.loadDatabase() for easy database reloading
created the static method MainWindow.loadDatabase() for easy database reloading
1.1.0 B 45
created statuss for NEW and CHARGABLE, and added the options to the order pane.
added the ability to remove existing orders if they are new, so they can be replaced
added the ability to print all new order in blue
improved order pane processing
modified the date picker to be easier to use