Adds submit button and improves gui.

1) Adds more text explanation .. although NULL transactions are just an experimental idea.
2) beginnings of submit code
This commit is contained in:
Jonathan Rosenbaum
2015-04-02 20:15:59 +00:00
parent bae4030274
commit 45b71aca5c
5 changed files with 25 additions and 7 deletions
+4
View File
@@ -379,6 +379,8 @@ $(function() {
$("[name='gnucash_csv_year']").chosen();
// produce a GnuCash CSV file on submit
// null or real number
function payment_result(result) {
if (result == null) {
@@ -387,6 +389,8 @@ $(function() {
return Number(result).toFixed(2);
}
};
// Deposit Calculator function
function deposit_calculator() {