mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 18:31:39 -04:00
Downloads GnuCash file(s) to the browser!
This commit is contained in:
+1
-1
@@ -401,7 +401,7 @@ $(function() {
|
|||||||
if (gnucash_accounts) {
|
if (gnucash_accounts) {
|
||||||
$.each(gnucash_accounts, function(k,v) {
|
$.each(gnucash_accounts, function(k,v) {
|
||||||
$.post("json/transaction.php",{ gnucash_account_type: v, transaction_range: transaction_range}, function(data) {
|
$.post("json/transaction.php",{ gnucash_account_type: v, transaction_range: transaction_range}, function(data) {
|
||||||
|
$("body").append("<iframe src='" + data + "' style='display: none;' ></iframe>");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user