Creates GnuCash csv transaction files!

1) Does not automatically download them the browser yet, but can be found in the designated directory.  Works great with GnuCash!  Victory!
This commit is contained in:
Jonathan Rosenbaum
2015-04-06 07:31:42 +00:00
parent 7997087a85
commit f89c86384a
3 changed files with 68 additions and 21 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ $(function() {
$.post("json/transaction.php",{ gnucash_account_type: v, transaction_range: transaction_range});
});
}
});
});
}