Jonathan Rosenbaum
937bf5adff
Fixes #51 ; a matter of SQL.
2017-12-19 04:39:30 +00:00
Jonathan Rosenbaum
d0028b5779
Adds performance improvements for volunteer_benefits closing #46
...
* Major changes, will test more, but appears to be working very well.
2017-12-16 09:15:50 +00:00
Jonathan Rosenbaum
33c5e60969
Combines result1 with result2 in prep to address volunteer for #46 .
2017-12-15 20:36:30 +00:00
Jonathan Rosenbaum
f59020a823
membership_benefits now just one call as desired for issue #46
...
* now need to do the same thing for volunteer_benefits
2017-12-15 05:22:18 +00:00
Jonathan Rosenbaum
655d009766
Fixes #38 with TIMEDIFF.
2017-12-09 00:38:33 +00:00
Jonathan Rosenbaum
3c5eea235a
This fixes #9 by allowing two behaviors via REDEEM_ONE_TO_ONE:
...
* based on the SWEAT_EQUITY_LIMIT with discounts applied,
* based on 1 to 1 (1hr of volunteering === 1hr of free stand time) regardless of the SWEAT_EQUITY_LIMIT
2017-10-19 04:27:44 +00:00
Jonathan Rosenbaum
2c05f7e768
Properly reflects membership discount in amount on save.
2017-08-08 04:50:43 +00:00
Jonathan Rosenbaum
609078a60d
Removes an uncessary function call and callback return that was used to Stand Time which was replaced by accurate code in transactions.js.
2017-08-07 22:41:48 +00:00
Jonathan Rosenbaum
20741bd9d6
Provides membership discount value on callback.
2017-08-07 01:29:53 +00:00
Jonathan Rosenbaum
a084161d03
Free stand time for bike purchases is now working.
2017-08-06 07:00:52 +00:00
Jonathan Rosenbaum
ff0bb290e2
Tests the free stand time callback.
2017-08-06 05:18:53 +00:00
Jonathan Rosenbaum
aeb6b23889
Adds volunteer history update.
2017-08-04 06:24:54 +00:00
Jonathan Rosenbaum
f95f2d2b2c
This gets volunteer history select working correctly.
2017-08-03 21:23:13 +00:00
Jonathan Rosenbaum
e6b05b4eab
Callback to query Volunteer benefits history.
2017-08-03 21:10:25 +00:00
Jonathan Rosenbaum
d0e88bac58
Turns off/on spinner for membership based on choices in functions.
2017-08-03 00:15:38 +00:00
Jonathan Rosenbaum
76b73352dc
Adds VOLUNTEER_DISCOUNT.
2017-08-02 06:18:46 +00:00
Jonathan Rosenbaum
6a89e5d675
Adds a new definition, stand_time_value.
2017-08-01 05:15:20 +00:00
Jonathan Rosenbaum
4feb5022eb
Puts all volunteer data into one column called "volunteer".
...
* Reflects the changes in json, and adds more definition to the json callback.
2017-07-29 20:29:18 +00:00
Jonathan Rosenbaum
e663006698
Some experimentation making sure the spinner is working.
...
* Need to improve the css
* Need to link everything togther, the fun part!
2017-07-27 18:01:53 +00:00
Jonathan Rosenbaum
7a09ccfead
Won't charge stand time if a member. Simplified callback reusing funtion.
2017-07-24 05:02:21 +00:00
Jonathan Rosenbaum
f1daa79213
Fixes a bug, and adds membership_benefits function for easier querying.
2017-07-24 04:45:51 +00:00
Jonathan Rosenbaum
ff0142aa30
Improves logic for multiple logins and real sign out.
2017-07-24 01:26:50 +00:00
Jonathan Rosenbaum
a05575999c
Improves the presentation.
2017-07-23 19:57:43 +00:00
Jonathan Rosenbaum
eaefff480c
Figures out stand time amount with optional grace period.
2017-07-23 19:06:52 +00:00
Jonathan Rosenbaum
e724e8d9cb
The beginnings of Stand Time logic.
2017-07-23 16:57:23 +00:00
Jonathan Rosenbaum
79e246246d
Now carries over the current year volunteer hours data.
2017-07-18 05:02:44 +00:00
Jonathan Rosenbaum
e9da500848
This adds SQL logic for current year volunteer hours and visits.
2017-07-18 04:42:34 +00:00
Jonathan Rosenbaum
787fff74d6
Adds initial Volunteer Hour logic and displays in transactions with title.
2017-07-17 20:38:23 +00:00
Jonathan Rosenbaum
fb422fcc3b
This returns the latest expiration date for membership.
...
Future proofing when people have had more than 1 paid membership!
2017-07-17 07:11:21 +00:00
Jonathan Rosenbaum
b9497ac7c3
Show whether a patron is a paid member or not.
2017-07-17 06:02:32 +00:00
Jonathan Rosenbaum
109cf3d3c9
Adds checking number to cvs num if one exists.
2015-04-11 05:15:47 +00:00
Jonathan Rosenbaum
e983cc7d0f
Added statements for anonymous transactions.
2015-04-11 04:13:22 +00:00
Jonathan Rosenbaum
f23720cf6d
Adds coordinators name to the csv description.
2015-04-11 02:35:00 +00:00
Jonathan Rosenbaum
80d85c9dcd
Adds patrons name to the csv description.
2015-04-07 05:55:32 +00:00
Jonathan Rosenbaum
6d636aaff6
Removes an uncessary mysql_fetch_assoc line from credit.
2015-04-06 09:10:25 +00:00
Jonathan Rosenbaum
76ad12e4a3
Returns directory and filename for GnuCash csv
2015-04-06 08:39:31 +00:00
Jonathan Rosenbaum
f89c86384a
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!
2015-04-06 07:31:42 +00:00
Jonathan Rosenbaum
c5443438f9
initial templating of gnucash csv creation
2015-04-03 06:54:16 +00:00
Jonathan Rosenbaum
45b71aca5c
Adds submit button and improves gui.
...
1) Adds more text explanation .. although NULL transactions are just an experimental idea.
2) beginnings of submit code
2015-04-02 20:15:59 +00:00
Jonathan Rosenbaum
bae4030274
$0 deposits now acceptable for record-keeping reasons
...
Originally, deposits of $0 (amount > 0) would not be considered real deposits, however, there may be shops where only non-monetary transactions occurred (amount >= 0) which would be useful to record in an accounting program.
One caveat, if a monetary transaction is recorded, but the depositor only enters $0, the deposit will show "Difference: n/a", however this should be a cue since it should be obvious that a real world deposit of $0 would not be made at a bank.
2015-04-02 03:57:10 +00:00
Jonathan Rosenbaum
7b64d0c494
Spiffs up contact_and_edit, adding error correction and required waiver.
...
1). Next step will be an opt-in/out to mailman.
2). Originally this program was using google lists, but there are too many steps for users involved.
2015-02-11 01:55:38 +00:00
Jonathan Rosenbaum
8f8e1623df
Correct transaction_id for storage transactions in history.
2015-02-08 09:00:06 +00:00
Jonathan Rosenbaum
e47498a00a
Transaction history is now stored.
...
1). Next step, view history in the transaction when more than 1 transaction.
2015-02-06 09:50:57 +00:00
Jonathan Rosenbaum
be43ea3245
Show start storage original date if it has changed.
...
1). Some css improvments.
2). The beginnings of transaction history.
3). Trying to find out why the window reloads twice on transactions without errors.
2015-01-29 07:32:02 +00:00
Jonathan Rosenbaum
50c740feb8
Adds a hidden input field to remember non-logged user value in edit trans.
2015-01-26 19:15:36 +00:00
Jonathan Rosenbaum
304c9e2f37
Added not logged-in logic for transaction edit, also:
...
1). Added error spans for transaction edit
2). Removed some css from transaction.js
3). Added css for errors to transaction.css
2015-01-26 18:52:16 +00:00
Jonathan Rosenbaum
934bc4438c
Gives #1 trans and id of 0.
2015-01-26 02:43:47 +00:00
Jonathan Rosenbaum
deaa8ea02f
Adds new logic to handle 1-only real depost.
...
1). If 1 real deposit exists, and next real deposit hasn't been
deposited.
2015-01-26 02:09:04 +00:00
Jonathan Rosenbaum
5e11243d41
Provides fake deposits when none or only 1 exists.
2015-01-25 23:53:08 +00:00
Jonathan Rosenbaum
9d4ec10312
Adds range to slider, and links it to year choice.
2015-01-24 03:33:17 +00:00