mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user