Added editable Change Fund.

1. Mouseover allows edit of Change Fund.
2. Difference is shown, and stored in db for page reloads.
This commit is contained in:
Jonathan Rosenbaum
2015-01-10 07:54:12 +00:00
parent 33b4d29417
commit d16811fe95
7 changed files with 628 additions and 3 deletions
+1
View File
@@ -162,3 +162,4 @@ INSERT INTO transaction_types
ALTER TABLE transaction_log ADD paid tinyint(1) NOT NULL DEFAULT '0';
ALTER TABLE transaction_log ADD payment_type varchar(6) DEFAULT NULL;
ALTER TABLE transaction_log ADD check_number int(10) unsigned DEFAULT NULL;
ALTER TABLE transaction_log ADD change_fund float DEFAULT NULL;