Added more of the interface to generate csv files for GnuCash.

This commit is contained in:
Jonathan Rosenbaum
2015-01-15 21:29:36 +00:00
parent 4bb22b2ea1
commit e59f090355
5 changed files with 102 additions and 19 deletions
+16
View File
@@ -145,6 +145,22 @@ $(function() {
}
});
// gnucash deposit range slider
$('#gnucash_csv_range').noUiSlider({
start: [ 20, 30 ],
range: {
'min': 10,
'max': 40
}
});
// gnucash account multi-select
$("#gnucash_csv_accounts").chosen({
placeholder_text_multiple: "Select Accounts",
width: "260px"
});
$("[name='gnucash_csv_year']").chosen();
// null or real number
function payment_result(result) {
if (result == null) {